issues Search Results · language:Dune language:TypeScript language:JavaScript language:PHP language:JavaScript linked:pr
Filter by
5.6M results
증상
공유 시트가 좌우와 아래로 살짝 떠 있어 분리감이 강함(스크린샷). 모달 같은 카드 느낌.
원인
ShareSheet 컨테이너에 .modal-safe 클래스가 붙어 있어 padding: max(1rem, env(safe-area-inset-*)) 좌우·하단 패딩이 시트에도 적용됨. .modal-safe 는 화면
가운데 모달용 패딩이라 하단 시트엔 부적절. ...
area: client
area: ios
type: fix
Win!
If a fighter s health drops below 0, the other fighter wins. Update the database, and remove it from the fight judge.
Set a timeout to remove it after 60 seconds, so that we can sync the client. ...
Problem: app/api/superadmin/errors/route.ts:112 returns details field. Fix: Strip details field in production. Branch:
fix/superadmin-errors-strip-details Est: 10min
bug
Problem: lib/api-error.ts and lib/errors.ts don t coordinate. Fix: Make apiError() also call logError(). Branch:
fix/api-error-log-error Est: 10min
bug
Problem
Sessions are currently stored in-memory (Map in src/security/auth.js). When the recruit component restarts (upgrade, PM2
restart, crash), all sessions are lost and users must re-login.
Solution ...
Problem: lib/crypto.ts:17-19 early return causes timing leak. Fix: Use constant-time comparison always. Branch:
fix/timing-leak-verify-secret Est: 10min
bug
Problem
The Full Name field in the Create Account (Register) form currently only checks if the field is empty, but does not
validate the format of the name. Users can enter invalid characters like ;, ...
Operational-hardening follow-ups for the cron feature (#115), from an xhigh code review. None are critical-path data
loss; all are robustness/correctness gaps.
- #1/#5 outcome-awareness — cron fires ...
enhancement
Problem: lib/compliance/soc2.ts:122-328 same N+1 pattern as GDPR. Fix: Use Promise.all() for parallel queries. Branch:
fix/soc2-n-plus-one Est: 15min
bug
Problem: lib/compliance/gdpr.ts:56-135 makes 8 sequential queries. Fix: Use Promise.all() for parallel queries. Branch:
fix/gdpr-n-plus-one Est: 15min
bug

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.