issues Search Results · language:Dune language:Python language:TypeScript language:Python language:Java language:TypeScript
Filter by
36.5M results
This issue is created automatically to track contribution activity.
Updation
extension: toothpick
extension
feature request
status: stalled
Problem
In packages/creator-service/creator_service/production_checks.py line 89:
if environment == production and ADMIN_API_KEY in os.environ:
If ADMIN_API_KEY is not set at all, the length check ...
Problem
Current Makefile only has docker-up, docker-down, docker-logs. Running migrations, bootstrapping API keys, and using the
local-server override requires manual multi-step commands.
Solution
Add ...
Problem
.env.example is generic. Local server mode needs specific defaults (CORS for LAN, STUDIO_WEB_BIND, ADMIN_API_KEY
placeholder, etc.).
Solution
Add .env.local.example with:
- Pre-filled DATABASE_URL, ...
Problem
studio-web binds to 127.0.0.1:5174 — other machines on the LAN cannot access the UI.
Solution
Add docker-compose.local-server.yml override that:
- Binds studio-web to 0.0.0.0:5174 (configurable ...
When a single sumlevel is selected, the name column should be renamed to its plural (e.g. Counties ). When multiple
sumlevels are selected, rename to Geography . Both the CSV and the schema field should ...
Scope
Add one narrow contract test proving _source_title() falls back to name when title is blank.
Goals
- Lock the falsey-title fallback behavior found in Stage 211.
- Prove a source with title: ...
Goal: Remove four @deprecated symbols scheduled for removal at v0.13.0
Remove getResistStat and three endCombat* aliases that were marked deprecated and scheduled for removal at the next
minor bump, now ...
loop:opened
loop:phase

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.