issues Search Results · language:Dune language:TypeScript language:JavaScript language:HTML linked:pr language:JavaScript
Filter by
5.6M results
In apps/api/src/services/authService.js, registerUser calls Date.now() twice — once for user ID, once for JWT sub claim.
These separate calls can return different values.
Lines 6 and 9:
- id: usr_${Date.now()} ...
Description: Like previous components, components/chip.css is completely unlayered. It lacks the @layer
easemotion-components { ... } wrapper. Because unlayered CSS automatically wins the cascade over ...
accepted
bug
component
gssoc:approved
GSSoC-26
level:intermediate
Description
In apps/api/src/services/authService.js, loginUser always hardcodes role: client in the JWT token, ignoring the actual
role of the authenticating user.
File: apps/api/src/services/authService.js ...
easemotion/all.css imports both the monolithic ../core/animations.css (which contains all framework animations) AND all
of the individual modular files (fade.css, slide.css, zoom.css, etc.). This causes ...
accepted
animation
bug
gssoc:approved
GSSoC-26
level:intermediate
각 페이지에 대한 의도와 사용법 추가
- 타이틀 아래에 서브타이틀로 설명 추가
- 우상단 물음표 버튼을 이용해 각 페이지 활용 설명
- 별도 페이지도 괜찮고 말풍선이나 모달도 괜찮음
Description
The catch block on line 84 of ResumeAnalyzerPage.jsx defines a catch parameter _ which is never used, triggering an
ESLint no-unused-vars warning. Switching to optional catch binding (catch ...
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
priority:medium
valid-issue
website
Card: Survey Público
Objetivo
Implementar o módulo responsável por disponibilizar surveys publicados para participantes externos, permitindo iniciar e
continuar uma sessão de resposta sem necessidade ...
Description
Bell is imported from lucide-react on line 3 of NotificationBell.jsx but never used, since the component renders the
native 🔔 emoji instead. This triggers an ESLint warning.
Steps to Reproduce ...
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
possible-duplicate
priority:medium
valid-issue
website
Summary of What Needs to be Done: api/lib/authorizeOwnership.js is a critical security utility that prevents Insecure
Direct Object Reference (IDOR) attacks by checking ownership before returning or mutating ...
Summary of What Needs to be Done: useModalStack uses a module-level global array (modalStack = []) as shared state
across ALL component instances. In SSR, every request shares this array — one request ...

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.