issues Search Results · language:Edge language:TypeScript language:HTML language:Python language:JavaScript language:HTML
Filter by
63.2M results
Use Case Information
Use Case ID: UC-1
Use Case Name: Register
Module: User Authentication
Complexity: Medium
Owner: BaoTG
Acceptance Criteria
- [ ] User can open register page
- [ ] User can input ...
src/agents/base.py line 131
asyncio.get_event_loop() is deprecated inside running coroutines (Python 3.10+).
Fix: loop = asyncio.get_running_loop().
Found by: Claude Fable 5 deep-dive code review 2026-06-12 ...
bug
Problem
The /ingest endpoint serialises all ingest operations behind a single asyncio.Lock stored at app.state.ingest_lock (see
main.py and ingest.py). This lock was introduced to protect the next_row_index ...
src/github_app/webhook.py lines 214-234
review_comments come straight from LLM output and are sent to GitHub reviews API, which 422s if path/line don t exactly
match the diff. One hallucinated line number ...
bug
scripts/build.py line 329
out_path.write_text(output) truncates-then-writes. An interrupt mid-write leaves syntactically invalid artifact;
anything importing installed file gets SyntaxError.
Fix: Write ...
bug
Parent
#1
What to build
Fetch the Google Sheet CSV (existing data pipeline) and render candidate markers as glowing dots on the map. Build a
markerFactory module that groups candidates by shared coordinates, ...
afk
Repo root: .env, engram.db (32KB SQLite); outreach_048/ (~250KB), mcts_analysis/scan-report.html (640KB),
benchmark/gauntlet/*.local-pre-update backup files
.env trains contributors it s fine to commit; ...
bug
Problem
Our drag-release momentum path uses a bespoke inertia/boundary spring implementation in src/lib/utils/inertia.ts and a
custom requestAnimationFrame loop in src/lib/utils/drag.ts. That means drag ...
src/perseus/renderer.py lines 244-255
return fallback_dir at line 243 makes subsequent print + audit_event block dead code. Anyone auditing for
config_override events believes coverage exists that doesn ...
bug
Phase 2 of the codebase audit trilogy (phase 1 = #494). Apply the Code Documentation Policy
(internal-docs/Operations/Code Documentation Policy.md) across the codebase:
- WHY-comments on non-obvious ...

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.