pullrequests Search Results · language:Dune language:JavaScript language:Java language:Java language:Java language:Python
Filter by
143M results
Records the channel-selection and aug-recipe locks. LOCKED EXTRA = NDVI-alone (greedy forward: no channel beats it
across seeds; nbr/tc screens confirming). Drop RandomScale (3-seed A/B: scale_off mean ...
What
Adds a cidx pch feature that builds and caches one shared precompiled header of the system + C++ standard-library
includes, and injects it into every matching C++ parse so libclang deserializes the ...
Adds production-grade documentation (README + docs/ARCHITECTURE, SPRINT-LOG, ROADMAP + .env.example). Docs only — no
application code changed.
Note: a security review during this pass found hardcoded ...
Summary
- Untrack commit_msg.txt — check-versions.yml writes this file then does git add -A, accidentally committing a CI
artifact. Added to .gitignore and removed from tracking so future runs won ...
Motivation
- The pygame recipe previously patched setup.py to pass a dry_run keyword into distutils.spawn.spawn, which raises
TypeError because distutils.spawn.spawn() does not accept a dry_run ...
codex
Adds a 7px maroon border frame around the entire hero intro section using an absolute-positioned overlay element with
z-index: 20 so it renders above the dot grid and bottom fade. Uses Burhan theme color ...
- Required by FastAPI for multipart/form-data parsing
- Needed for POST /profiles/upload-resume endpoint
PATCH was missing from the server.js CORS methods list, causing the browser to block all PATCH requests in cross-origin
contexts (Vercel → Railway, ngrok). Affected endpoints: PATCH /api/tags/:id (badge ...