issues Search Results · language:Edge language:Python language:JavaScript language:Python language:Java language:JavaScript
Filter by
55.2M results
core/database.py builds a module-level engine/SessionLocal bound to the dev DB at import time. Test isolation currently
relies on every test overriding get_session or patching SessionLocal by discipline, ...
architecture
debt
testing
Linked issue: https://github.com/ryanhcode/sable/issues/1223
Crashes upon generating a Singleplayer world. Tested and it can be fixed by disabling block tick sleeping as described
in the linked issue. ...
The db_session test fixture drops, recreates, and re-migrates the DB for every test. Correct for catching
schema/migration drift, but slow. Move to a session-scoped migrated DB with per-test SAVEPOINT ...
debt
testing
Describe the bug When processing images, I get this weird message:
D:\Python Projects\Alethis\Jasna jasna --input Z:\Test\image3.png --output Z:\out\out.png --log-level debug
Warning: CUDA Sysmem Fallback ...
pricing_mode/asset_type/currency are unconstrained Text columns (no CHECK/enum); shares/current_value have no = 0
constraint. Only the app layer + ParsedRow Literals guard correctness. Add CHECK constraints ...
database
debt
Email HTML uses a style block (nth-child, max-width, border-radius) that is not reliably supported in Outlook/Gmail
rendering engines. Needs inlined critical styles / a table-based layout before sending ...
debt
email
Context
Today employees are not consistently notified when a complaint is assigned to them. With Mozambique IGE/IGSAE going
live, multi-channel notification on assignment is required so case managers ...
enhancement
feature:omnichannel
Dedup against concurrent send triggers relies on an in-memory email_sent_at check plus the Resend Idempotency-Key, not
an actual DB row lock or conditional update. Add one if multi-trigger send paths appear. ...
debt
email
reliability
send_report_email can return True even if the commit() persisting email_sent_at fails. Resend s Idempotency-Key prevents
a duplicate delivery, but our own state becomes unpersisted/wrong. Fix: persist ...
debt
email
reliability
Price staleness detection only flags holdings with a NULL captured price. A ticker with a price that is present but
several days stale is not flagged.
Resolve at: TBD
data-quality
debt

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.