Skip to content

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

Filter by

1.9M results  (327 ms)

1.9M results

Status The RVM freeze is still unresolved in production. After PR #173 was merged, the user retested the live GitHub Pages app with the real sample RHBG.RVM and reported: ** no change at all **. Treat ...

Several interactive elements in the UI are driven by GSAP and Framer Motion. Often, animated elements lose native semantic focusability. We need an accessibility audit to ensure all custom animated buttons, ...
bug

The current next.config.mjs sets broad CSP headers and allows external images from Google, GitHub, Vercel Blob, and Unsplash. We need to explicitly define these domains within the Content-Security-Policy ...
bug

Fetching the roster of students and their attendance histories from the database can take several hundred milliseconds. To reduce Cumulative Layout Shift (CLS) and improve perceived performance, we should ...
bug

Because Next.js API routes run in serverless functions, each API call might instantiate a new MongoDB connection, quickly exhausting the database s connection limits. We need to implement a global connection ...
bug

If a user denies camera permissions or if face-api.js fails to initialize the WebGL context on unsupported devices, the application could crash with a blank white screen. We must implement a targeted React ...
bug

The attendance analytics dashboards use chart.js and react-circular-progressbar. Currently, any state update in the parent component forces these canvas/SVG elements to re-render, which is computationally ...
bug

While next-intl is configured for internationalization, there are likely lingering hardcoded English strings inside the Dashboard and Student List components. We need to audit the app directory, extract ...
bug

API routes handling student data ingestion or profile updates should not rely on manual string validation. We need to introduce zod schemas to enforce strict type checking, email formatting, and payload ...
bug

In the Next.js serverless environment, hot-reloading during development frequently re-executes API routes, causing firebase-admin to throw FirebaseApp already exists errors. We need to abstract the Firebase ...
bug
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.