issues Search Results · language:Dune language:Python language:JavaScript is:public language:JavaScript linked:pr linked:pr
Filter by
4.2M results
Problem
GitHub Pages was configured as a legacy branch build: every push to main published the site immediately. Netlify
production, by contrast, only deploys when a v* tag is pushed (release-deploy.yml). ...
Problem
- On iOS, the fixed bottom action bar does not track the visual viewport: with the on-screen keyboard open it can
float mid-screen over the focused input, and toasts/modals position against ...
Symptom
In an inlined iframe srcdoc detail document, vw-based typography renders larger than live (e.g. clamp(29px,4.3vw,50px)
→ 50px instead of 30.8px) and width-based @media breakpoints flip to desktop ...
bug
배경 / 문제
추천의 가치는 positive(좋아함)보다 negative-space(싫어함·못 먹음) 에 있다. 해산물 알러지 유저에게 해산물집을 추천하면 단순 미스가 아니라 위해 + 신뢰 파괴 = 이탈이다. 반대로 미리 거르면
나를 지켜주네 = 강한 aha + retention. allergy는 그 negative-space의 한 사례(심각도 최상단)일 ...
enhancement
mcp
Bug
lib/format.ts — formatSize is missing a GB tier. Files whose size is 1 GB or larger fall through to the MB branch and
display as 1024.0 MB, 2048.0 MB, etc. instead of 1.0 GB.
Reproduction
formatSize(1_073_741_824) ...
A doc review against the working system found the operational sections (auth, Dispatch/WatchPaths, delivery,
troubleshooting) accurate, but older sections have drifted:
1. Project Structure tree stale ...
背景
v0.3 候補。法人番号(国税庁が公開している 13 桁の法人識別番号)の認識器を追加する。マイナンバーと違い公開情報だが、B2B 契約やベンダー管理のログで第三者向けマスクが必要なケースが多い。設計が MY_NUMBER
と並行するため低リスクで実装できる。
仕様
国税庁の「法人番号公表サイト」の番号構成:
- 13 桁の数字
- 1 桁目(最上位)= チェックディジット
...
enhancement
recognizer
Pre-flight Checks
- [x] I have searched existing issues and this is not a duplicate
- [x] I understand this issue needs status:approved before a PR can be opened
Bug Description
The frontend has ...
bug
status:approved
Parent
#373
What to build
Add GameState.get_or_none(key: str, expected_class: type[T]) - T | None to engine/state.py, alongside the existing get,
pop, has, etc.
Behavior:
- If key is not present ...
ready-for-agent
Problem
status.py appends work_orders to its line only when the count is truthy (non-zero):
line = (f [status] disposition={disposition} work_items={work_items} )
if work_orders:
line += f work_orders={work_orders} ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.