pullrequests Search Results · language:Dune language:Python language:JavaScript language:HTML language:Java language:TypeScript
Filter by
291M results
Reverts jannikpetri98/Discord-Ranked-Bot#41
Motivation
- Provide a clearer project overview and maturity matrix in README.md for an integrated alpha/pre-production
multi-agent platform.
- Persist local validation artifacts by ignoring validation-results/ ...
codex
Summary
Closes #4
Adds the lookup_labor_time MCP tool requested in issue #4. This allows an AI estimator to retrieve labor times in 1–2
tool calls instead of 4–6 manual navigation + text-parsing steps. ...
バグ修正
lifeplan.html の年金受給年齢ステッパー(+/-ボタン)が動作しない問題を修正。
原因
- ステッパーボタンが onclick= stepVal( pension-start-self , ...) を呼ぶが stepVal() 関数が未定義
- initSteppers() は既に .stepper クラスの付いた行をスキップする設計のため、年金年齢フィールドにはイベントリスナーが付かない ...
Improve student activity registration system
Many changes
Description of changes
This PR modernizes the main screens and visual sections (AboutMe, Work, Contact, Projects), moves SocialNavigation to
common layouts, and updates layout details for navigation bars, ...
💡 What: Added an estimated time remaining indicator (TimeRemainingColumn) to the global firmware build progress bar. 🎯
Why: Long-running CLI batch operations can leave users uncertain about progress. Adding ...
What why
Refactors bin/check-sandbox-runtime.bash to reuse the shared sandbox runtime installation helpers from
lib/sandbox-runtime.bash and lib/sudo-helpers.bash, eliminating ~60 lines of duplicated ...
- 💡 What: Replacing direct requestAnimationFrame with RenderCoordinator.subscribe in SafeModeVisualizer.
- 🎯 Why: requestAnimationFrame doesn t batch renders efficiently, causing UI updates outside ...
Round 006 — residual two-line error-envelope unwrap (BFF contract tests)
R004 fixed the single-line resp.json()[ detail ][ error ]. A two-line form remained:
detail = response.json()[ detail ] # ...