pullrequests Search Results · language:Dune language:Python language:JavaScript language:Python language:TypeScript is:merged
Filter by
136M results
Fixes off-center top/bottom trick cards by moving the centering transform to the .play div instead of the card element.
The old zero-size anchor approach had its transform overridden by the dropin and ...
Addresses three frontend gaps in one PR.
404 page + catch-all route
- New NotFoundView.vue: centered 404 — Page not found with a link back to dashboard
- router/index.ts: catch-all /:pathMatch(.*)* ...
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
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
Reviewed by Owner
Summary
Third bug-review pass, over modules not audited in #18/#19 (grounding validator, logger, calibrate, corpus, CAN decode).
Seven concrete bugs, each with a regression test. All 1083 tests pass; ...
…Number()
buildEntries used await inside a non-async function since commit 93fa1b1, causing a SyntaxError that prevented
AccountingService from loading and blocked all transaction saves. Added async keyword ...