issues Search Results · language:Dune language:Python language:JavaScript language:Java language:Java language:JavaScript
Filter by
55.2M results
目的
スパークライン描画のためのサンプリング基盤(固定長リングバッファ)を導入する。FrameOperator は 10fps で回るが、Stats の更新は 0.5 秒間隔なので、サンプリングは Stats 更新時に揃える(0.5s × 120
≒ 60 秒ぶん)。
作業チェックリスト
- [ ] app/history.py を新規追加
- [ ] app/stats.py に History ...
目的
ST7735R (128×128) モニタにページ切り替えを導入し、ボタン操作を整理する(タップ=ページ送り / 長押し=消灯 / 消灯中タップ=点灯)。後続フェーズ(スパークライン・ネット帯域・スロットリング表示)の土台となる。
作業チェックリスト
- [ ] app/displayblinker.py を差し替え(on_tap コールバック・長押し対応)
- [ ] 7735.py ...
@writes cannot be applied to a ReadOnlyRepository subclass that has a custom write method, even though that is a natural
case (a read-mostly table with an occasional batch insert / status bump). It fails ...
Follow-up from PR #51.
Context
PR #51 (closing #49) switched the example caller stubs to pass secrets explicitly, because secrets: inherit drops
secrets for cross-owner consumers. It intentionally left ...
Follow-up from PR #70 review (owner s own peer-review note, not applied).
Context
The duplicate-run suppression chain is: a running session polls for late @claude comments, absorbs them, and ends its ...
src/isNegative.js に isNegative(n) を実装。負の数なら true。テスト: src/isNegative.test.js
automation
src/triple.js に triple(n) を実装。n*3を返す。テスト: src/triple.test.js
automation
Follow-up from PR #70 review (owner s own peer-review note, not applied).
Problem
.github/workflows/claude.yml identifies is this a bot two different ways:
- The late-@claude review filter uses the ...
Descrição do Bug
Ao tentar criar um usuário usando banco PostgreSQL no Supabase, a API retorna erro 500 por conta de incompatibilidade no
tipo de timezone (offset-naive vs offset-aware) no driver asyncpg. ...
bug

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.