pullrequests Search Results · language:Dune language:Python language:Python language:HTML language:TypeScript
Filter by
159M 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
IMU stuff :p
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
Motivation
- Make SMS consent visible per customer in the admin jobs list instead of hiding the signal behind a global filter so
admins can see opt-in status at a glance while preserving the incomplete-bookings ...
codex
Patches have been adapted to this new version. Note that the third patch is now part of upstream, so it s been deleted.
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
Summary
- Upgrades Node.js version references in CI workflows and Dockerfile to Node 24 (LTS)
- Previous version ( 18 / node:18.8-alpine) is EOL
Changes
- .github/workflows/heroku_deploy.yml: ...
- What: Replaced asyncio.run_coroutine_threadsafe and asyncio.gather with loop.call_soon_threadsafe and direct
loop.create_task calls. Added a strong reference set (_bg_tasks) for background tasks. ...