pullrequests Search Results · language:Dune language:Python language:JavaScript language:JavaScript is:public is:merged
Filter by
85.1M results
What
Cleans up self-evident UI chrome in the game HUD:
- Removes the targets: label — the checklist pills already read as targets.
- Removes the sentence: label — the prompt strip is obviously the ...
Problem
In Claude Code, one large turn showed ~50% context used. CC sizes its window from the model id: plain claude-opus-4-8
→ 200k; claude-opus-4-8[1m] → 1M (and CC sends the context-1m beta). Our default ...
Pull Request
Task
- Code:
- Branch:
- Owner:
Mục Tiêu
Mô tả ngắn PR này giải quyết việc gì.
Phạm Vi Thay Đổi
-
Tài Liệu Đã Đọc
- [ ] .agent/campus-booking-skill.md
- [ ] PROJECT_PROGRESS.md ...
Summary
- GA4 Data API renvoie 400 INVALID_ARGUMENT car conversionValue n est pas une métrique GA4 valide.
- Un seul mauvais nom fait échouer TOUT le batch — donc 0 métrique ingérée.
- Fix : conversionValue ...
Summary
A Eduarda ficava bloqueada em viste porque o ASR não captava e ficava em loop de auto-restart. O botão Saltar palavra
manual não chegava.
Fix: após 3 auto-restarts SEM PROGRESSO, faz AUTO-SKIP ...
Makes the repair + audit tools resilient to GitHub secrets pasted with a trailing newline (urllib rejected the header →
nightly workflow failed). Branch run is green. Merging so the scheduled 07:00 UTC ...
Follow-up fixes to the branded-tooltip work shipped in v1.1.1.
Tooltips clipped behind cards — the branded tooltip rendered its bubble as an in-place absolute span, so it got clipped
by overflow-hidden ...
スクショ報告のとおり、GitHub Bio に token を貼った直後に「確認」を押すと「見つかりませんでした」になる問題。
原因
`api.github.com/users/ handle ` は GitHub の CDN で ~60 秒キャッシュされる。Bio 保存直後に叩くと、まだ古い (空の) bio が返ってくる。今 curl で確認したら token
は取れていたので、検証コードに問題はなく単純なキャッシュ問題。 ...