pullrequests Search Results · language:Dune language:Python language:TypeScript language:JavaScript language:HTML
Filter by
254M results
Automated test pull request
What
Adds the telegram-commander ops scripts and switches the run loop to listen-burst.
- scripts/ops/telegram_poll.py — new --wait mode: a ~25s getUpdates long-poll (vs the old single --peek) so commands ...
… re-org rollback (ROADMAP-464)
closes #464
Summary
Two fixes to .env.example:
1. Missing CSRF_SECRET (bug)
backend/src/middleware/csrf.ts requires CSRF_SECRET env var — the app crashes on startup without it:
if (!process.env.CSRF_SECRET) { ...
Summary
- New Partners Payload collection (name, logo, order) — editors manage logos and display order from the admin panel
- New TrustStrip layout-builder block with editable eyebrow, heading, and ...
Summary
Hardens the always-on JARVIS daemon against the highest-impact issues found in a security review. Every change was
verified: bun audit reports 0 vulnerabilities, the full test suite passes with ...
infrastructure
packaging
security
Bumps graphql from 15.8.0 to 16.14.1. details summary Release notes /summary p em Sourced from a href=
https://github.com/graphql/graphql-js/releases graphql s releases /a . /em /p blockquote h2 v16.14.1 ...
dependencies
javascript
Summary
- Publish the WDC Busan static site bundle under world-design-capital-busan/site.
- Replace the archive page note/title copy with infinity source.
- Add a generated Busan Syndrome mood favicon ...
Adds the code style: black badge to the README badge row. The project already enforces black formatting via pre-commit.