Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:Python language:JavaScript language:JavaScript is:public

Filter by

149M results  (2 s)

149M results

Refs #3139 Summary Epic #3137 T1: cut the always-resident instructions/ cost. Fixes resident-budget to count only the instructions CLAUDE.md @-imports (it was over-reporting all 42 files as ~59K; the ...

Problem The delete_stack function in api_stack.py deletes stack frame members based on user-provided name and address. While it checks for special frame members, the validation relies on IDA s internal ...

Backend-alignment audit gap #3: program_features._target_education_level only matched BS/MS/PhD; the enrichment fleet stores full words, so the s- p degree fit + veto were inert. Now resolves full words ...

See Commits and Changes for more details. Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4) Can you help keep this open source service alive? 💖 Please ...
⤵️ pull

What Added express dependency to package.json to resolve TS2307: Cannot find module express error during CI TypeScript compilation. Why The error occurred due to missing express module required during ...

Motivation - Provide a dedicated AI workflow to produce actionable, today-only planner tasks and let users review/amend proposals before persisting them. - Consolidate duplicated task-normalization ...
codex

Problem In the ticket-drawer History timeline (rendered by renderHistoryHtml in src/robotsix_mill/runtime/static/board-mill.js), a single stage run currently renders as two separate rows, producing a ...

Opened by Sophia (truesight_autopilot). manifest: PR5 done — advance resume tracker to PR6

Summary Fixes P1 incident INC0010860 affecting inventory-service. Root cause The inventory-service endpoint /inventory/ item was intentionally simulating database outages by using random.choice([True, ...

Summary Every API Postgres adapter was opening a fresh psycopg.connect() per query. This adds a shared psycopg_pool.ConnectionPool keyed by DATABASE_URL. Changes - New apps/api/storage/postgres_pool.py ...