issues Search Results · language:Dune language:Python language:JavaScript language:CSS language:JavaScript language:PHP
Filter by
47.8M results
The following dependencies have minor or major version updates available and require manual compatibility checks:
- llama-index-retrievers-bm25: 0.6.0 → 0.7.1 (spec: =0.6.0)
- llama-index-embeddings-huggingface: ...
compatibility-check
dependencies
maintenance
The following dependencies can be safely updated (patch updates, no compatibility issues expected):
- joblib: 1.5.2 → 1.5.3 (spec: ~=1.5.2)
- pytest: 9.0.0 → 9.0.3 (spec: ~=9.0.0)
- pyyaml: 6.0.0 ...
dependencies
maintenance
safe-update
Summary
Two related gaps in common.db.DatabaseManager block rag_research_tool from migrating off raw psycopg2:
1. All public methods are async (async def execute, async def fetch, async def fetchrow, ...
enhancement
Severity: MEDIUM
Files: src/nidozo/db/store.py:301–348 (finish_battle / _update_elo), src/nidozo/db/schema.py:70–77 (elo_history)
What
finish_battle → _update_elo unconditionally increments games and ...
audit
bug
severity: medium
Severity: MEDIUM
File: src/nidozo/analysis/analyzer.py:120–140 (_composite_score)
What
Status moves get a flat score of 2.0, while any damaging move scores type_mult × damage_pct (commonly 50–200+). ...
audit
bug
severity: medium
Severity: MEDIUM
Files: src/nidozo/analysis/analyzer.py:331–341 (_team_hp_score), src/nidozo/battle/serializer.py:43–47
What
_team_hp_score sums state[ my_team ], but the serializer builds my_team as ...
audit
bug
severity: medium
Severity: MEDIUM
File: src/nidozo/analysis/analyzer.py:463–464 (_infer_rng_event)
What
prev_hp = (prev_def.get( opponent_active ) or {}).get( hp_fraction )
curr_hp = (curr_def.get( my_active ) or {}).get( ...
audit
bug
severity: medium
Spawned from #258 PR 1 review (Round 1 convergence).
PostgresLogBackend uses threading.local with one psycopg.connect() per OS thread. Unlike SQLite/WAL (kernel reclaims
per-thread connections on thread ...
backend
enhancement
Severity: MEDIUM
File: src/nidozo/api/helpers.py:83
What
use_json_mode = prompt_version in ( v2 , v3 ) and provider in ( lmstudio , openai )
v4 (the default prompt on feat/prompt-v4) is omitted. ...
audit
bug
severity: medium
Severity: HIGH
Files: src/nidozo/api/orchestration.py — bracket runner exception path (666–673), unresolved-seed continue (544–549),
tournament finalization (692–703).
What
If a battle in run_bracket_tournament ...
audit
bug
severity: high

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.