pullrequests Search Results · language:Dune language:Python language:JavaScript language:Java is:unmerged language:CSS
Filter by
78.2M results
Bumps packages flagged by an OSV scan of backend/requirements.txt:
| pkg | from | to |
| --- | --- | --- |
| pyjwt (auth tokens) | 2.10.0 | 2.13.0 |
| aiohttp (19 advisories) | 3.11.0 | 3.13.5 |
| python-multipart ...
Bug (was SYSTEM_SPEC §20): nda_service._s3_upload_bytes imported a nonexistent upload_file_bytes from file_service, so
on document_completed every fully-signed NDA PDF + audit trail silently failed to ...
Summary
- Swaps GITHUB_TOKEN for PAT_TOKEN in the create-pull-request step
- PRs created by GITHUB_TOKEN don t trigger further workflow runs (GitHub s infinite-loop prevention), so the required
...
This PR migrates the backend from Flask to Django.
Key changes:
- Ported all blueprints to Django apps (budgets, transactions).
- Re-structured shared logic into a core package.
- Updated templates ...
Purpose
Give a skeptical developer primary-source, machine-checkable proof of the three-loop / Vectorizer AGE conflation — not
narrative. Every claim is a git command you run yourself, producing an immutable ...
What
The final code cell of docs/friedland/chapter_8.ipynb errors during the docs build, failing the Doctest CI job:
cl.DevelopmentConstant(patterns=patterns, style= cdf ).fit(auto_bi[ Paid Claims ]).ldf_ ...
Summary
- frontend/src/context/RealtimeContext.jsx: Added a 25-second keepalive setInterval in socket.onopen that sends { type
: ping } while the socket is open. The interval is cleared in both ...
Adds two MCP developer tools to the Projects grid (top of the list, with GitHub links):
- easel — a live browser tab for every AI coding session (repo)
- Pitstop — an in-app review loop for AI-agent ...