issues Search Results · language:Dune language:TypeScript language:JavaScript linked:pr language:JavaScript language:Java
Filter by
6.6M results
Summary
- Redesign enrollment entry from chat to a direct form that submits through enrollmentSessionService.createEnrollment.
- Show existing review photo URLs when editing an event review, while ...
Problem
Backup integrity test for tenants table fails. Likely caused by contradictory pg_dump flags (--schema-only --data-only).
Fix
Fix pg_dump command to use --schema-only only (remove conflicting ...
Problem
syncCalculatedFields runs but the resulting metadata[fieldKey] is undefined instead of 85. Formula engine may not
evaluate {{score}} + 10 correctly with the test data shape.
Fix
Debug formula ...
Both SelectDrawer and NestedSelectDrawer components seed their internal selection state from props using useState, but
never sync when props change after mount. Since Vaul keeps drawer content mounted ...
Problem
3 test failures:
1. Tenant isolation tests — mocked queryMany and query not being called (vi.doMock scoping issue)
2. CRON_SECRET is 24 chars but lib/env.ts now requires 32+ chars
Fix
- ...
Problem
1. Inserting tenants without slug fails because slug has a NOT NULL constraint — Drizzle s default in schema isn t
applied at DB level.
2. Cleanup (afterAll) crashes when tenantAId/tenantBId ...
Problem
createIntegrationSchema requires config field but it s not marked as optional. Test payloads like { type: zapier , name:
Zapier } fail validation and return 400 instead of 201.
Fix
Make config ...
Problem
logError() in lib/errors.ts returns void (synchronous), but tests/integration/critical-coverage.test.ts uses await
expect(logError(...)).resolves.not.toThrow() which requires a Promise.
Fix
...
Problem
tests/unit/esignature.test.ts:227 uses await import() inside a non-async it() callback.
Fix
Add async keyword to the it() callback at line 226.
Acceptance
- [ ] esignature unit tests pass ...

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.