issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript language:Java linked:pr
Filter by
3.2M results
Smaller items from code review
1. Docker Compose healthcheck
docker-compose.prod.yml: add a healthcheck to the backend service so frontend only starts after the backend is genuinely
ready:
healthcheck: ...
Problem
All datetime fields are stored as String holding ISO-8601 text. The code slices them (logged_at[:10]) and orders by
string comparison (order_by(Log.logged_at.desc())). This works while every value ...
Problem
python-jose==3.3.0 has known CVEs (algorithm-confusion attack, JWT decompression DoS). The ecosystem has moved to PyJWT.
Fix
- Replace python-jose with PyJWT in requirements.txt
- Update ...
Problem
The admin password is stored and compared in plaintext via an env var. passlib[bcrypt] is already in requirements.txt
but unused — the intent was there but not followed through.
Fix
backend/routers/auth.py: ...
Problem
Zero automated tests. CI only runs py_compile (syntax check). The core aggregation logic — 1RM calculation, weekly
volume, consistency heatmap bucketing, balance percentages — is unverified. For ...
Context
- Since the last version (v2.0.0.1) the issue with Gonfique ignoring the meta section is fixed (v2.0.0-alpha.7).
Problem
CLI-web output mismatch.
bug
Summary
Remove SQLite support entirely and make PostgreSQL the only supported database backend.
Motivation
Maintaining two database backends (SQLite and PostgreSQL) adds complexity to the codebase, ...
backend
Parent bounty: #743
Bug
The @freelanceflow/ui workspace package points main at TypeScript source and does not expose a runtime JavaScript
entrypoint. Importing it directly from a workspace consumer fails ...
목적
좌석 조회 경로 최적화 후 동일한 조건으로 부하 테스트를 재실행하고, 개선 효과와 다음 병목을 확인합니다.
구현 내용
- 개선 코드 배포 및 Prometheus seat.query.* 메트릭 노출 확인
- 10명 워밍업 후 100명·500명·1,000명 시나리오 재측정
- 사용자 수별 최소 3회 실행 후 p90·p95·p99 중앙값 기록 ...
Bug Description
match_complete Event Trusts Client-Supplied Winner Identity — Any Player Can Claim Victory
Component: arena-socket-server/index.js (event handler match_complete)
Bug Description
The ...
gssoc:approved
mentor:PankajSingh34

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.