issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript linked:pr language:Java
Filter by
3.2M results
What to build
Both a hand-written `sw.js` (root) and a Vite/Workbox-compiled `src/sw.ts` exist and register as competing service
workers. This causes unpredictable caching behaviour. The legacy `sw.js` ...
bug
needs-triage
Trivy code scanning reports multiple open CVEs against io.netty 4.2.15.Final (currently 4.2.13.Final in pom.xml):
Error severity
- netty-handler: hostname verification bypass, IPv6 masking bypass, ...
What to build
`PTSignup.svelte` enables the submit button based on `canSubmit` but does not validate the email format (only checks
non-empty). There is also no confirm-password field, making typos in ...
bug
needs-triage
What to build
`FremgangTab.svelte` computes `doneEx` by counting checked exercises across all phases. The displayed exercises
completed today count should reflect only the active phase s exercises, consistent ...
bug
needs-triage
What to build
`InfoTab.svelte` renders card body content using `{card.p}`, which Svelte HTML-escapes. Cards contain ` strong ` and
other HTML tags that should be rendered as formatted text but appear ...
bug
needs-triage
What to build
`selectedBuiltInId` state in `PTApp.svelte` is not reset when the PT selects a different patient. This means the program
picker appears to pre-select the built-in program chosen for the ...
bug
needs-triage
What to build
The PT program editor binds `editorName` to an input field, but `createCustomProgram` in `pt-storage.js` never receives
or persists this name. Every custom program is saved with a blank/default ...
bug
needs-triage
What to build
`pt-storage.js` `getPatients` issues one `user_progress` query per patient after fetching the patient list, resulting in
N+1 database round-trips. For a PT with 20 patients this is 21 queries. ...
bug
needs-triage
What to build
`pt-registration.ts` inserts a row into `pt_accounts` immediately on signup form submission, before the user confirms
their email. If the user never confirms, a dangling unconfirmed row ...
bug
needs-triage
What to build
`router.js` guards the `/pt` route (redirects unauthenticated users away) but `/pt-signup` has no guard. Any URL visitor
can access the PT signup page. It should redirect already-authenticated ...
bug
needs-triage

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.