issues Search Results · language:Dune language:Python language:JavaScript language:Java language:JavaScript language:Python
Filter by
54.8M results
Issue #30: Design database schema for products and orders
Assignee: Nicholas Kigozi
Labels: database, backend
User Story
As a developer, I need a well-designed database schema so that product and order ...
Summary
Prepare and align with Wendy ahead of Co-Design Group session one. Covers review of the session plan, facilitation deck,
and discussion guide to ensure the session is ready to run.
Acceptance ...
Summary
Several Python addons change the computational region (g.region with extent or resolution parameters) without using
gs.use_temp_region(), so the user s region is left changed after the module ...
Preflight Checklist
- [x] I have searched existing issues and this hasn t been reported yet
- [x] This is a single bug report
- [x] I am using the latest version of Claude Code (2.1.170)
What s ...
area:core
bug
has repro
platform:macos
Need to update the Python requirement version in the simplified setup file from 3.8 to 3.10. It s a straightforward
change that will fix several dependency conflicts.
documentation
wontfix
With output.ddl: true, the PostgreSQL DDL reconstruction emits column defaults verbatim, e.g.:
id integer NOT NULL DEFAULT nextval( users_id_seq ::regclass),
but no CREATE SEQUENCE statement is ever ...
bug
P1
Database.get_data fetches batches with bare OFFSET/LIMIT, and every batch opens a new connection and transaction
(redactdump/core/database.py:486). Two problems:
1. No ORDER BY. Row order across separate ...
bug
P1
The engine URL is built with f-string concatenation (redactdump/core/database.py:152):
f {engine}{self.config[ connection ][ username ]}:
f {self.config[ connection ][ password ]}@...
A username or ...
bug
P1
Hi! I d love to join the discussion in discord, but the link on the repo s README appears to be broken.

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.