pullrequests Search Results · language:Dune language:Python language:JavaScript is:merged language:Python language:TypeScript
Filter by
136M results
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
Spent was $0 because it summed total_paid (Stripe). Now uses session price. Fixed $ → £.
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
!-- CURSOR_AGENT_PR_BODY_BEGIN --
Summary
Fixes Vercel deployment error: No Output Directory named public found after the Build completed.
Vercel was treating the project as a static site (Framework ...
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
…ation, and fix Vercel deployment
- Refined api/logic-engine.js to handle all diagnostic phases sequentially (one question per turn).
- Implemented Store Validation: added a 58-store lookup table; ...
Fixes #165 by changing the loop-health yield trend from an endpoint comparison to an average of pairwise deltas across
the lookback window, so an outlier at either end cannot dominate a longer trend. Includes ...
Problem
← All Events on the event page always behaved as a browser back button instead of navigating to /events.
Root cause
if (window.history.length 1) {
e.preventDefault()
router.back()
}
window.history.length ...