Skip to content

issues Search Results · language:Dune language:TypeScript language:JavaScript linked:pr language:TypeScript language:Java

Filter by

6.6M results  (334 ms)

6.6M results

Fix sidebar labels showing English in ja/ko/zh-cn/zh-tw for Trigger Detection, Attack Script Library, FAQ, CSD Console, Diagnostics, Demo.

Part of #314. Distinct from the existing 1-week aftercare questionnaire and 7-day review. Design (no model ambiguity): a course-based treatment s length is derivable from lib/treatment-intervals (familyFor ...
claude
enhancement

Summary Formalize the vision-model UI review loop as a reusable capability behind dev-loop. #679 pioneered the pattern: Playwright captures named-state screenshots → vision-capable model (gpt-5.4) inspects ...
contract
workflow

Why Biome is a single Rust-based tool that covers formatting + linting at ~10–30× ESLint s speed. Tooling-prep stage is the right moment to switch — minimal code to migrate, zero in-flight PRs to rebase. ...
enhancement

Audit every screen at phone width and guarantee no horizontal overflow on data-heavy screens (long addresses/ids, wide tables).

Why The current .husky/pre-commit silently runs pnpm install and adds pnpm-lock.yaml to the commit if package.json is staged. A commit hook mutating the staging area is surprising and easy to miss in ...
enhancement

Why The list changed .js/.ts/.mjs files vs. base logic exists in three places — .husky/pre-commit, .husky/pre-push, .github/workflows/ci.yml (lint + coverage-comment). Same regex, same intent. Drift risk: ...
enhancement

Why Today both ubuntu and macOS run pnpm test:coverage, but only ubuntu posts the coverage comment — macOS coverage data is computed and discarded. macOS minutes also cost ~10× ubuntu on free GitHub plans, ...
enhancement
github_actions

Why Rapid pushes to the same branch currently queue N full CI runs (including the costly macOS leg). A concurrency group with cancel-in-progress: true keeps only the latest run alive. How Add to the ...
enhancement
github_actions

Why The test job already has if: !github.event.pull_request.draft, but build and lint still run on drafts. Drafts should be CI-silent — manual runs can be triggered via #22 (workflow_dispatch) once that ...
enhancement
github_actions
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.