pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript language:PHP language:CSS
Filter by
117M results
This PR configures your project for Cloudflare Workers deployment using Wrangler autoconfig.
Merging this PR commits the configuration to your repository, enabling faster deployments and version controlled ...
Summary
Addresses a batch of review comments on the session and shared-server isolation diagnostics. Each was checked for
validity and whether it was already included; the valid, not-yet-included ones ...
What
Two small defensive fixes to the biomechanical video analysis so consecutive uploads are always treated as fresh,
independent analyses.
1. Re-selecting the same file re-triggers analysis — e.target.value= ...
Problem
Even with try/catch around startup async calls (PR #38), unhandled promise rejections or uncaught exceptions elsewhere
in the code could silently crash the container.
Fix
Added global error ...
Motivation
- Prevent incorrect instructor associations caused by relying on free-text names when adding or editing activities by
binding selections to canonical emp_id values.
- Ensure payloads ...
codex
On a user s first login, Sam now walks across the screen and steps through the core pages (Dashboard, Forms, Schedule,
Overdue, Records), narrating each with a coachmark bubble (Next / Skip / progress ...
!-- CURSOR_AGENT_PR_BODY_BEGIN --
Problem
The public /s/:slug/add-name page showed submission unavailable even after an admin enabled public name submission in
settings. The toggle appeared to save (success ...
What (step 7a — DB layer)
Separates the teacher from the class so one teacher code unlocks many classes. Owner mints teachers; teachers then
self-serve classes and codes. This PR is the database + client ...
Two small, unrelated fixes bundled per request.
1. Find-a-trip: Find events CTA on a trip brief
Diagnosis: the clarify/loading/results screens decided trip-vs-event by checking only the tripMode boolean. ...