pullrequests Search Results · language:Dune language:Python language:C# language:Java language:TypeScript
Filter by
23.7M results
Summary
- Add a root AGENTS.md with repository-specific guidance for future Codex work.
- Capture the project workflow around multi-agent usage, GitHub verification, frontend QA, SignalField constraints, ...
Context
Closes #61 — Sprint 10G P3.
Problem
{ csat_pct : 0.0 }
A consumer cannot tell whether 0.0 means all surveys were bad or no surveys were answered . Both map to the same value,
creating ambiguity ...
api
feature
sprint-10g
zendesk
Summary
Production intermittently returns a Cloudflare-branded 502 (not our maintenance page). Root cause:
docker/nginx.prod.conf used static upstream { server sa-web:3000; } blocks, which nginx resolves ...
Summary
Replaces shared server-side tokens in HTTP mode with per-user tokens passed in an X-Dynatrace-Tokens:
alias=token;alias=token request header. The server authenticates each Dynatrace Managed environment ...
This PR was opened by the Changesets release GitHub action. When you re ready to do a release, you can merge this and
the packages will be published to npm automatically. If you re not ready to do a release ...
Summary
Complete Playwright E2E test suite covering all 10 user stories.
Closes #23
Files Added
- e2e/playwright.config.ts — Chromium, HTTPS localhost, screenshot on failure
- e2e/package.json ...
mvp
testing
💡 What: Replaced inline dynamic imports of drizzle-orm operators (or, and, gte) with top-level static imports in
server/db.ts within getCharacterRelationships, getWritingProgressForUser, and getObsidianSyncStatus. ...