- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
chore: remove stale .cursorrules and coverage.out
1.0 quality polish — code review, tests, bug fixes, documentation
No need for the 'reserved 304' - this is pre-1.0 software and nobody's using it yet. We can modify the spec and implementation as we see fit.
Add make check target and CI workflow
the Dockerfile should run "make check" early in its build process, and the CI action should simply ensure that "docker build ." works (which implicitly runs "make check").
REPO_POLICIES: add pre-1.0 schema migration rule
REPO_POLICIES: expand pre-1.0 schema migration rule (closes #5)
Expand sensitive output routing and make inbox references conditional
Simplify CI: docker build instead of manual toolchain setup
fix: 700ms query timeout, proper iterative resolution (closes #24)
@clawbot why are there three different merge-ready issue labels in this repo? please fix and update checklist-pr.md to make sure you aren't creating duplicate labels.
sneak
deleted branch fix/timeout-vs-negative-response from sneak/dnswatcher
2026-02-28 12:38:19 +01:00
Resolver should distinguish timeout from authoritative negative responses and retry on timeout
fix: distinguish timeout from negative DNS responses (closes #35)
fix: distinguish timeout from negative DNS responses (closes #35)
The mock to simulate timeout is perfectly acceptable - good judgement call. We do need to address the other concern, so rework is required.