pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:Python language:Python
Filter by
229M results
Symptom
After PR #7 unblocked the migrator, helm-deploy still failed:
Error: UPGRADE FAILED: release tracebility failed, and has been rolled back
due to atomic being set: context deadline exceeded
Run ...
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
[!CAUTION] This is a DRAFT PR generated by Aegis. Review each patch carefully — the LLM may miss runtime context that
breaks callers. Tests and a human review are required before merging.
Fixes generated ...
What
Every snapshot under .architecture/ documents a flow in event-storming notation (Command → System → Event) as Mermaid
flowchart blocks, pre-rendered to SVG in each snapshot s diagrams/ folder.
This ...
💡 What: Refactored useTiltSensor to use local variables instead of React state for storing subscription objects. Also
added updateInterval to the dependency array. 🎯 Why: Storing subscription objects in ...
$(cat EOF
Summary
- Add apps/api/src/trpc/procedures/contact.ts — a new public contact.send tRPC mutation that accepts { name, email,
message } (Zod-validated), sends a notification email to ccantynz@gmail.com ...
Bug
_parse_trait_response() in trait_mutator.py returned {} for all failure modes:
- Empty LLM response
- No JSON object found in response
- Malformed JSON
- Incomplete / truncated JSON
The ...
Summary
A full security + robustness pass that closes all 12 findings from an audit of the deployed API. Three commits, grouped
by theme.
🔴 / 🟠 Security (ae51b9e)
- API-key auth on /chat and /reviews ...