pullrequests Search Results · language:Dune language:JavaScript language:Java language:TypeScript language:Python
Filter by
268M results
- Fixed UNIQUE constraint failed error during crew member removal in crew_manager.py.
- Enhanced ocr_engine.py to extract middle names from Philippine passports with better robustness (same-line
...
!-- CURSOR_AGENT_PR_BODY_BEGIN --
Summary
Added an empty state UI to the blog index page (app/blog/page.tsx) that displays a message when there are no blog posts.
Changes
- Added conditional rendering ...
Unauthenticated users now see a proper landing page at / instead of being redirected straight to /login.
The page shows the Barycal logo, your life in orbit tagline, Get started / Log in CTAs, and the ...
Pull Request
Summary
Sidebar nav rows were rendered as click-only elements, so users could navigate normally but could not use browser link
actions such as context-menu open, middle-click, or copy link ...
What
networkReady was networkSubsystem.whenReady().then(() = {}) with no rejection handler. whenReady() is a Promise.all over
the adapters own whenReady(), so it rejects if any adapter fails to become ...
Piper loops are TypeScript programs, but external data loading was not presented as a first-class workflow. This adds a
small API and examples for bringing SDK/API-derived context into loops without introducing ...
Summary
- Replace unsafe translation batch duplicate-error parsing with a tested safe helper
- Log malformed batch lines instead of writing to stdout
- Move book-content batch result ingestion out ...
- test(rtp): red tests for JitterBuffer ssrc_hysteresis param
- feat(rtp): JitterBuffer ssrc_hysteresis param (N-consecutive confirmation)
- Extracted core modules (runner, display, exporter) from sat.py.
- Refactored sat.py to use imported functionality from core/.
- Written comprehensive unit tests in tests/ directory covering all ...
lock later secrets were effectively one-way: once they reached lockAt, they had no modeled reopen time, so they stayed
blocked. This change introduces an explicit lock window (lockAt + unlockAt) and updates ...