Skip to content

issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:JavaScript language:Java

Filter by

3.2M results  (346 ms)

3.2M results

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

What to build `idb-store.js` `set()` resolves its promise on the `IDBRequest.onsuccess` event. At that point the transaction is not yet committed — the data is not guaranteed to be durable. Resolving ...
bug
needs-triage

What to build `loadContent` in `content.js` returns `null` silently when both the network fetch and the IndexedDB cache fail. Callers receive null with no indication of the failure, leaving the patient ...
bug
needs-triage

What to build The evening session s pain questionnaire collects a post-exercise pain score but submits the pre-exercise score value due to a variable shadowing / state timing bug in the session runner. ...
bug
needs-triage

What to build `shouldShowCelebration` returns true only when `streak.count === threshold` exactly. If a user misses a day and their streak resets, then crosses the threshold again, the celebration never ...
bug
needs-triage

What to build `checkStreakToday` compares today s date using `new Date().toISOString().split( T )[0]`, which returns the UTC date. For users in UTC+1 or later, completing exercises after midnight local ...
bug
needs-triage

What to build `PatientApp.svelte` contains two separate code paths that both redirect PT accounts to `/pt`. When the first redirect fires, the component re-renders and the second guard also fires, causing ...
bug
needs-triage

What to build `buildPushPayload` in `lib.js` accesses `subscription.keys.auth` and `subscription.keys.p256dh` directly. On a real browser `PushSubscription`, the `keys` property is not a plain object ...
bug
needs-triage

What to build `PatientApp.svelte` hardcodes `const PHASE_THRESHOLDS = [3, 11]` which only applies to the kyphotic-lordotic program. All other programs (and any custom program) use wrong thresholds, causing ...
bug
needs-triage
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.