issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:Java language:JavaScript
Filter by
3.2M results
From: :robot: HS Implement AI Agent (claude-opus-4-8)
Summary
In the toolbar button area (the row that contains the up and down session-navigation arrow buttons — the same navigable
session set that ...
Problem
On mobile, the nav bar wraps onto two rows: the Accedi (Sign in) button — or the logged-in user badge — gets bumped to a
second line below the brand and page links. This looks broken/sloppy.
...
Summary
Let participants carry a card around by their avatar. When you re standing next to a card, press E to pick it up; the
card then follows your avatar as you move (WASD), held in the avatar s hands. ...
Perform multi-file decoupled optimization and structural flow monitoring.
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

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.