Skip to content

pullrequests Search Results · language:Dune language:Python language:Python language:JavaScript language:Python language:Java

Filter by

181M results  (2 s)

181M results

Summary The no-bundler integration guides told users to copy hc.behaviors.js into a static folder and load it with script type= module . But dist/hc.behaviors.js is the un-bundled entry: $ grep from ...

Summary - Make the revision wrapper use the provided model path, train 5-epoch regular SFT, then 5-epoch contrastive SFT, with native methods defaulting to magnitude/WANDA/gradient/NVIDIA 2:4. ...

This is a sync of Simeon199 s 1st iteration to the Elyses Analytic Enchantments exercise on Exercism s JavaScript Track. It has been automatically generated at the request of Simeon199 using Exercism ...

Summary Add a new Maven module compatibility-tests/smithy-contract-tests that validates Floci s wire responses against the AWS-official Smithy service models. Catches shape drift that the AWS SDK s lenient ...

UserSeeder previously created the admin user only once and never updated it, so rotating APP_ADMIN_PASSWORD silently had no effect — the DB kept the original hash, causing 403s on login with the current ...

Merge de todas as alterações desenvolvidas nesta sessão. O que está incluído Novos módulos / tabs - Audit Report (tab principal) — posture badge, org stats, executive summary, severity chart, priority ...

Motivation - Ensure printed A4 forms match the official paper layout exactly and avoid layout shifts when printing or saving to PDF. - Make printed typography and in-sheet input sizing consistent ...
codex

…ocessAIRatingUpdatedEvent tests; remove default profile fallback

Related Issue Closes #160 Summary Adds a reusable component to manage page metadata. Changes Made - Created client/src/components/SEO.jsx Testing Verified DOM state updates during component lifecycle ...

📌 PR 목적 (AS-IS / TO-BE) - AS-IS: SVG 아이콘 크기가 고정되어 있고, 색상을 className으로 제어할 수 없음 - TO-BE: prop으로 크기 변경 가능하고, className으로 색상 제어 가능 작업 내용 - icon: true 설정 추가로 width/height prop으로 아이콘 크기 변경 가능 (디자인 ...
chore