pullrequests Search Results · language:Dune language:Python language:JavaScript language:TypeScript language:JavaScript
Filter by
234M results
Why
A repo-structure audit (after a burst of changes) found the layout fundamentally sound but with five drift items — some
silently broken, some inconsistent with the rest of the monorepo. This PR fixes ...
When creating a project the user supplies a project name, but it never reached PRD generation — the model invented its
own productName instead. Thread the user-chosen name through the generation chain ...
Fleet propagation of the Python 3.9 drop (EOL 2025-10-31; companion to DLRSP/workflows#1267 + DLRSP/django-pkg#7).
- tox envlist py{39,310,311,312}-django42 - py{310,311,312}-django42;
- deleted requirements/py39-django42.txt ...
Closes #123
The semantics of issuer revocation have been clarified and documented:
- Revocation Scope: revoke_issuer removes future issuance rights but does not invalidate previously issued
credentials. ...
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
Completes the self-hosted review console (Phase 7 of the reconciled architecture plan). All UI is server-rendered via
Jinja2 + htmx + Alpine.js — no Node.js build step, ships in the same assay ...
Problem: rivet drift re-verified each stale proof with its own vitest/jest spawn (~1s cold-start each). After a commit,
a drift of N proofs cost ~N seconds — measured 393 proofs ≈ 400s, while the same ...
Problem
Vite serves content-hashed chunks as immutable, so every deploy rehashes filenames and drops the old ones. A long-lived
tab still points at the old hashes, and lazy-loading a now-missing chunk ...