pullrequests Search Results · language:Dune language:HTML language:JavaScript language:JavaScript language:Go language:JavaScript
Filter by
144M results
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
What was wrong
The CI failed because the axios dependency was missing from package.json.
Why this works
Adding axios to the dependencies section ensures the package is installed during CI, resolving ...
Automated test pull request
SSOT/hardcode audit of the lego-assembled MDA module. Fixes the one real finding (88:87 dead rgba scrim fallback →
var(--o3-scrim)) and widens check_graphics_no_hardcode.php to CI-enforce the MDA legos ...
概要
flutter_lints の unnecessary_brace_in_string_interps 違反6件を解消します(親 #286 / 子 #293)。
変数1つをそのまま展開するだけの場合、${} の波括弧は不要です。式や . アクセスを含む場合のみ ${} が必要です。
// Before
Hello ${name}!
// After
Hello $name!
...
What changed
- Add cancellable, resumable transcription jobs with persisted interruption state and stopped timers.
- Preserve original transcripts, add timestamped segments, and keep unsaved transcript ...
Automated test pull request
Replaces the README s outdated statusline screenshot — an external github.com/user-attachments CDN URL (not
version-controlled, can rot) — with a current in-repo asset at docs/statusline.png, referenced ...
Implemented Vercel Web Analytics for Noir Barbershop Project
What Was Implemented
Successfully installed and configured Vercel Web Analytics following the latest official documentation from
https://vercel.com/docs/analytics/quickstart. ...