pullrequests Search Results · language:Dune language:TypeScript language:TypeScript language:HTML language:JavaScript
Filter by
202M results
The Navigation Dev Panel seeded a mock Ramps order (provider paypal, providerOrderId dev-panel-ramps-order) directly
into persisted RampsController state via addOrder, along with mock fiat orders and a ...
INVALID-PR-TEMPLATE
team-mobile-platform
VEY-361 — attacks/combat revert with NoRandomnessCommitment()
Root cause
The engine runs in precommit mode (precommitRequired == true, the deployment default per VEY-210). In that mode every
requestRandomness ...
Adds the Tetris game at /games/tetris/ and a card on the /games/ landing page. Static Vite build (base /games/tetris/),
original code, keyboard + gamepad. Verified: Jekyll build clean, boots at the subpath ...
Resumen
- caballoService.obtener() no incluía raza_id ni pelaje_id en el select (sí estaban en listar(), había
inconsistencia).
- Como consecuencia, al abrir EditarCaballoModal el formulario inicializaba ...
… sync
- fix: battle results (XP, wins/losses) now saved to DB via record_battle_rpc
- feat: dynamic badge unlocking based on real XP, level, streak, and battle stats
- feat: power-up purchasing ...
Summary
- Root cause: constrainCar was multiplying speed *= 0.80 every frame the car was off-track. At 60fps, being off-track
for 0.5s compounded to 0.80^30 ≈ 0.001× speed — car was essentially ...
Summary
- Adds an Excel preset to the Light family in Settings → Appearance, so spreadsheet users feel at home. Picked from
the variant row under the Light mode, alongside GitHub Light / Solarized ...
Summary
- New maven-book-intelligence/ project per the uploaded architecture/PRD/benchmark docs (also copied into the folder
for reference)
- tasks.md — task breakdown/checklist tracking Phase ...
Backend test job was red on every run (8/8): ruff masked 42 pre-existing strict-mypy errors / 13 files. Now ruff + mypy
+ pytest (454) all pass → backend CI green. Type annotations + None-guards only, ...