issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr linked:pr language:PHP linked:pr
Filter by
2.2M results
Problem
Stage-03b halts with:
spec drift: orphan_criteria=[none], orphan_scenarios=9
The PM agent writes ACs in a numbered-list format (1. **AC-1 — HTTP endpoint exists**: ...) which is a natural Markdown ...
What
Enable the @typescript-eslint/no-non-null-assertion rule (as error) in eslint.config.mjs.
What it catches
The non-null assertion operator (value!) tells the compiler trust me, this is never null/undefined ...
Context
PR #12 rebuilt the front half of the game (real driving pursuit + cinematic arrest) and added a temper SDD spec layer.
The architecture review (candidates 1-4) is only partly implemented: candidate ...
enhancement
Problem
The wrapper-object constructors new String(), new Number() and new Boolean() look like type conversions but do the
opposite of what callers expect — they build a boxed object, not a primitive: ...
Problem
In the setup wizard First team step, the age-group dropdown shows raw English labels (e.g. Senior) on a Dutch (nl_NL)
site instead of the site-language label (Senioren).
Root cause
src/Modules/Onboarding/Admin/OnboardingPage.php:159 ...
bug
ready-for-dev
Problem
The setup wizard s First team age-group dropdown (and every age-group dropdown) shows only 7 options: U8, U10, U12, U14,
U16, U19, Senior. Odd ages (U7, U9, U11, U13, U15, U17, U18, U20, U21, ...
bug
ready-for-dev
Render s free tier spins the service down after ~15 min of inactivity, causing a cold start on the next request.
Add a lightweight frontend keep-alive that pings /api/health on an interval while the app ...
backend
enhancement
Overview
Creates docs/ENGINEERING.md as a plain-language summary of the software engineering principles followed throughout this
project, covering version control, CI/CD, code quality, project management, ...
Category
php-in-php · runtime
Problem
Nullsafe property/method access ($obj?- prop, $obj?- m()) lowers through lib/JIT/NullsafeHelper.php (~96 lines LLVM)
duplicating short-circuit semantics already ...
area:compiler
enhancement
implementation-ready
phase-0:Foundation
phase-2:language
Category
stdlib · php-src-strict
Problem
Zend printf() / fprintf() / sprintf() with %f on non-finite doubles prints NaN and INF with that exact casing. This
compiler emits nan / inf (lowercase) — snapshot ...
area:vm
enhancement
implementation-ready
phase-4:stdlib
stdlib

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.