issues Search Results · language:Dune language:JavaScript language:JavaScript language:Python language:JavaScript linked:pr
Filter by
4.6M results
Problem
Generated public reports can include internal or confidential distribution labels. That makes the GitHub Pages output
look like private material instead of a public portfolio report.
Context ...
The app currently returns uptime as part of the /api/report endpoint but has no dedicated route for it. This feature
adds a standalone /api/uptime endpoint that returns only the application running time ...
enhancement
Problem
pyproject.toml only declares packages = [ ragcore , hitgate ] with no [tool.setuptools.package-data] or MANIFEST.in.
SOURCES.txt confirms hitgate/golden.demo.jsonl, baseline.example.json, and ...
backlog-skill
cat:bug
effort:s
phase-1
sev:critical
Problem
The codebase consistently uses except Exception as exc: # noqa: BLE001. That is defensible in provider adapters, but in
ResearchService.research and the routing code it can swallow unexpected ...
Problem
AniListClient uses %-I, %-M, and %-d format codes (magpie/providers/anilist.py:163, 233). These are GNU extensions and
are not supported on Windows or some other strftime implementations.
Why ...
Problem
SQLiteStorage opens a new short-lived connection for almost every operation. The research loop commits add_query,
add_search_results, upsert_source, add_evidence_item, and finalize_run independently. ...
Problem
SQLiteStorage.get_source_references (magpie/storage.py:340-350) loops over source_ids and runs a separate SELECT * FROM
sources WHERE source_id=? for each.
Why it matters
This is an N+1 query ...
Problem
OpenAICompatibleResolverClient._load_json_object_prefix intentionally rejects output wrapped in ```json fences
(magpie/providers/openai_compatible.py:581-589). Tests confirm this behavior is currently ...
Problem
ResearchService._select_evidence extracts terms with [a-z0-9]+ (magpie/service.py:820, 825). For questions or sources in
languages that use non-Latin scripts or accented characters, the overlap ...
Problem
magpie/routes.py is meant to be a clean separation of the weather/anime/news route handlers, but the route functions
still reach directly into ResearchService internals such as _set_stage, _finalize_storage, ...

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.