issues Search Results · language:Dune language:Python language:Python language:JavaScript linked:pr language:Java
Filter by
5.9M results
Link to the code that reproduces this issue
https://github.com/fhfournier/next-launch-editor-src-repro
To Reproduce
1. Clone the reproduction (an App Router app with a src/ directory), pnpm install, ...
Part of the Copier conversion (see epic).
- Move generated-facing files under a templated {{ project_slug }}/ dir; keep author-facing docs (ADRs, coverage
matrix, template README/CONTRIBUTING) at ...
template
/readiness (src/template/entrypoint/monitor.py:30-43) unconditionally returns Ready — under Kubernetes (which the
docstring invokes) traffic routes to pods whose database is unreachable. The Error literal ...
enhancement
tests/conftest.py:8-19 does from template.main import app, which executes bootstrap() with real DatabaseSettings at
collection time — a developer with DATABASE_URL exported gets test fixtures pointed at ...
tech-debt
Because the repository translates UserRecord ↔ User (per ADR 0011 s plain-aggregates choice), an aggregate loaded via
uow.users.get(...), mutated, and committed persists nothing — there is no update/flush-back ...
bug
src/template/service_layer/messagebus.py:55-61 + unit_of_work.py:43-47:
1. An unregistered command raises a bare KeyError: class ... — the bus already defines UnsupportedMessageType for the
analogous ...
bug
Import danych z txt z treści zadania
src/template/bootstrap.py:64-66 matches exactly settings.URL == sqlite+pysqlite:// . Equivalent spellings (sqlite://,
sqlite+pysqlite:///:memory:) skip the StaticPool branch — and in-memory SQLite without ...
bug
.github/workflows/build.yml:
- paths filters restrict triggers to src/** and tests/** — changes to pyproject.toml, uv.lock, Dockerfile,
migrations/, or the workflow itself merge with zero CI. Drop ...
tech-debt
The getzep example targets GetZep cloud, but api.getzep.com now returns 401 unauthorized for API keys that previously
worked (hosted free tier no longer accepts them).
Live-verified local path (2026-06-12) ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.