pullrequests Search Results · language:Dune language:Python language:JavaScript language:Python language:Java language:Python
Filter by
39.9M results
Implements #187 and some other ideas:
- fixed velocity still being sent if the window loses focus while holding down a key (since a keyup is lost in that
case), losing focus will send a zero twist ...
This updates our custom compare revisions interface to work with recent versions of django-reversion
Fixes Issue #271 where Backtests for Equity/Forex instruments failed on weekends due to data span shortages overlapping
with hidden contradictory percentage guards in the codebase.
PR created automatically ...
Conservative QA pass on backend/src/routes/forum.js + backend/src/routes/reviews.js.
Verified + fixed
- forum.js TOCTOU (real bug). POST /threads/:id/comments checks the thread exists, then inserts. ...
🎯 What: Removed unused import json from test_app.py and import pytest from test_adpa.py. 💡 Why: These imports were not
being used in their respective files. Removing them reduces clutter, improves readability, ...
Phase 1 of the reconciliation plan (#212) — and a real churn bug fix.
The bug
_parse_event_datetime() returned string dates/times. In sync_calendar, that string was compared against
Job.scheduled_date ...
💡 What: Optimized the backend stream management logic and implemented real-time viewer counts and stream likes.
🎯 Why:
1. Performance: The previous implementation used $O(N)$ iterations for random stream ...