issues Search Results · language:Dune language:JavaScript language:JavaScript language:HTML language:JavaScript linked:pr
Filter by
2.3M results
Problem
npm run check (= lint + format + pipeline:check + validate:docs) is the documented local pre-push gate, but its
validator list has drifted from CI: .github/workflows/validate.yml runs validate:committed-seed ...
backend
maintainer-only
Context
scripts/smoke-live-api.mjs enumerates every API_ROUTES entry and asserts HTTP 200, substituting placeholders by literal
string-replace. It only runs in publish-cloudflare.yml (never on PRs), and ...
backend
maintainer-only
Problem
validate:artifact-budgets gates data-artifact sizes only. There is no gate on the compiled Worker bundle. Cloudflare
Workers have a hard 1 MB gzipped limit; the Worker imports src/mcp-server.mjs ...
backend
maintainer-only
Context
A cluster of small, independent serving optimizations found in the audit. None is a correctness emergency; together they
tighten cache efficiency, fairness, and operational robustness. Each is ...
backend
maintainer-only
Context
workers/api.mjs is the largest backend file (5,565 lines, 119 functions, ~30 route handlers). A
workers/request-handlers/ directory exists as the intended extraction target but holds only discovery.mjs ...
backend
maintainer-only
Problem
scripts/build-network-registry.mjs:296 guards its CLI entry with if (import.meta.url === \file://${process.argv[1]}`).
import.meta.urlis percent-encoded butfile://${process.argv[1]}is raw — so ...
backend
maintainer-only
Context
PR #1271 added a generated_at-normalized delta-skip hash; PR #1297 deliberately reverted the upload skip back to the
real sha256 (because the content-hash skip misaligned the latest/ manifest ...
backend
maintainer-only
Context
envelopeResponse() is async (workers/responses.mjs:67, awaits weakEtag). Four analytics handlers call it without await,
so the per-response cold-D1 cache-poison guard is inert.
Problem
handleBulkHealthTrends ...
backend
maintainer-only
Target repo: JSONbored/metagraphed-ui
Context
metagraphed generates openapi.json → generated/metagraphed-api.d.ts → generated/metagraphed-client.ts and publishes them
as @jsonbored/metagraphed (v0.5.0, ...
frontend
maintainer-only
Context
The UI re-derives several pieces of domain logic from raw rows because the contract omits the resolved field. These
belong in the backend so the classification is computed once, tested once, and ...
backend
maintainer-only

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.