Skip to content

issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript linked:pr language:PHP

Filter by

2.2M results  (309 ms)

2.2M results

Summary VibePro can deadlock PR creation for workflow-heavy stories when it requires evidence that is only normally available after PR creation/deployment. Observed in SalesTailor story: - story: ...

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

Background There is no single page listing all commands, common workflows (compile vs eval vs run vs build), and the edit- compile- test dev loop. Tasks - [ ] Write a CLI reference / DX guide page ...
documentation

Background High-frequency commands (run, test, repl, build, format) could have short aliases to reduce typing. Tasks - [ ] Decide canonical short aliases for high-frequency commands - [ ] Register ...
enhancement

Background The REPL has ReplErrorFormatter-style hints. Non-REPL command errors could surface the same actionable hints where useful (e.g. unknown command/flag, missing file, bad config). Tasks - ...
enhancement
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.