pullrequests Search Results · language:Dune language:Python language:JavaScript language:CSS language:Python language:Python
Filter by
156M results
This PR lands the account deletion request intake schema fix into the beta account lifecycle branch.
Changes:
- Updates request_source from app to mobile_app.
- Replaces internal_notes with notes. ...
Unified replay for Toni-SM/skrl
Summary
- Align training/data prep docs and scripts with the full-frame 1x640x360 navgrid contract.
- Add prepare-full-frame-obstacle to the PowerShell entrypoint and make bbox distance buckets explicit ...
Closes #99.
loadFile() previously inserted an empty cache entry before statSync() and readFileSync() completed. If the read failed,
the cache could retain a partial object with path but no mtime, letting ...
Summary
- Ignore signed Slack retry deliveries before scheduling executors
- Add verifier coverage for retry suppression and invalid-signature retries
- Document retry suppression behavior and its ...
Why
When Google rotates a batchexecute payload (the project s #1 breakage class — e.g. #1546 s CREATE_NOTEBOOK status=3),
fixing it needs the web UI s new request shape. But asking a reporter to share ...
Summary
- treat visible repair narration sources as runtime narration contract inputs
- route *_repaired sources through provider runtime narration unless already backed by completed provider payload ...
Summary
The arion-uploader rework drained the upload backlog; the unpin side is now the bottleneck — arion_unpin_requests was
growing ~+300/min in prod (573k+). Root cause: the unpinner was serial on ...
Summary
- add sm103a to the default tokenspeed-kernel CUDA arch list
Tests
- PRE_COMMIT_HOME=/tmp/pre-commit pre-commit run --all-files
Fixes #1977
Adds exponential backoff retry policy for transient Postgres exceptions in DbOperationExecutor:
- Configurable retry parameters via environment variables with sensible defaults
- Only ...