pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:Java language:JavaScript is:unmerged
Filter by
59.8M results
Closes KanishJebaMathewM/Truxify#1741
fix: add process.exit(1) to unhandledRejection handler to avoid undefined state.
Closes KanishJebaMathewM/Truxify#1740
fix: replace unnecessary dynamic import with top-level supabase client.
💡 What: Extracted the inline mapping logic in RoutineList.jsx into a RoutineListItem component wrapped in React.memo,
and wrapped all passed event handlers (handlePlay, handleEdit, handleDelete) with useCallback. ...
Closes KanishJebaMathewM/Truxify#1739
fix: replace removed ipKeyGenerator import with safeIpKeyGenerator from rateLimiter.js.
!-- CURSOR_AGENT_PR_BODY_BEGIN --
Resumen
Reinicia la sección Sorare a un estado limpio (0€ cash y 0 ETH) para que puedas cargar todos los datos manualmente.
Cambios
- Migración contable v3 que al ...
Closes KanishJebaMathewM/Truxify#1738
fix: remove duplicate const limit/offset declarations in GET /tickets/:id/comments handler.
Rewire shortcuts from registry s storage when needed. Adds unit tests but had to expose a method, so happy to also
remove the test class. It only deals with designer shortcuts we want to manage first and ...
Motivation
- Implement the P02-S3 slice to provide a canonical, authoritative transaction entry and query service over the
existing Txn/TxnSplit ledger as required by the plan.
- Ensure writes ...
codex
What
The OG image cache fast path in api/og.php checked filemtime() and then emitted the caching headers before streaming the
file with readfile(). A concurrent prune_shares.php run (which @unlinks cache ...