issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript linked:pr language:Java
Filter by
3.2M results
Severity: CRITICAL
Description
The project s own security advisory (docs/SECURITY_ADVISORY.md) confirms 3 secrets are leaked in git history and remain
technically compromised:
1. Google Gemini API ...
Summary
The Pyodide worker s AST transform (src/shared/pyodide.worker.js) converts every FunctionDef into an AsyncFunctionDef —
including methods defined inside a class. This makes __init__ (and every ...
bug
Python
Steps to reproduce the behavior (Required)
1. Create an async materialized view and trigger a refresh (REFRESH MATERIALIZED VIEW mv ).
2. Look at the corresponding insert overwrite ... mv entry in ...
type/bug
작업 내용
isLoading 중일 때 로딩중... 으로 표현되는 부분에 Spinner 적용
체크리스트
- [ ] 기능 구현
- [ ] UI 확인
- [ ] 예외 처리
참고 (선택)
- 참고 자료: (로그, 오류 메시지 캡처, 기타 참고할 만한 자료)
refactor
Summary
`isTokenExpired` in `authService.js` has its comparison operator inverted. The function returns `true` when the token is
still valid and `false` when it has expired — the exact opposite of what ...
bug
When the generateValue prop receives a new function, the internal value state is not updated synchronously. The
evaluation is deferred until the next setTimeout tick, causing the component to yield stale ...
fix:bug
Summary
`bcrypt.compare` is an async function that returns a `Promise`, but it is called without `await` in `loginUser`. This
means `isPasswordValid` is always a truthy `Promise` object, so the password ...
bug
The FastAPI backend (backend/main.py) has no authentication on 16 out of 17 API endpoints. Only /auth/me uses
Depends(get_current_user). All other endpoints — including ticket CRUD, AI analysis, and ticket ...
The string hooks cd ../frontend npm run dev / cd ../frontend npm run build fail on Windows: Tauri 2 doesn t run string
hooks through a shell reliably, so cd (a shell builtin, not an .exe) errors with * ...
chore
Summary
Convert the existing Vite + React (JSX) single-page app to Next.js (App Router) + TypeScript, with Tailwind CSS for
styling.
Goals / decisions
- Persistence: keep localStorage for now, but ...

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.