issues Search Results · language:Dune language:Python language:JavaScript language:Java language:JavaScript language:HTML
Filter by
61.5M results
Closing the client with properties open leaves the client active and open, leaving the properties open and taking
resources without closing the client.
Do question if edits are done at this point, would ...
bug
Clase 9 Promise en JavaScript
Description
There is significant code duplication in two areas:
1. Worker functions (worker.py)
_process_agent_async, _process_crawl_async, _process_batch_scrape_async, _process_extract_async, and
_process_llmstxt_async ...
Description
Both scraper-svc/scraper/fetch.py and browser-svc/browser_svc/app.py implement their own SSRF protection — private IP
checks, DNS rebinding prevention, and URL validation. This logic is duplicated ...
Description
In api.py, the rich search path is gated by retrieval_mode in ( keyword , semantic , hybrid ), but run_rich_search() in
research.py doesn t actually use the retrieval_mode to adjust its behavior. ...
Description
The pytest coverage threshold in pyproject.toml is set to 15% (--cov-fail-under=15), indicating awareness of low
coverage. Key areas with test gaps:
1. No unit tests for research.py — the ...
Description
agent-svc/agent/app.py creates an RQ Queue object and stores it in app.state.queue, and imports from rq import Queue —
but all jobs are processed inline via asyncio.create_task(). The RQ dependency ...
Description
Multiple fire-and-forget tasks are launched with asyncio.create_task() without tracking or graceful shutdown:
- api.py: _index_scrape() on scrape
- api.py: job processing tasks (_process_agent_async, ...
Description
semantic-svc/app.py loads SentenceTransformer and CrossEncoder models at import time via lazy initialization. The BGE-M3
embedding model and BGE-reranker-v2-m3 reranker are approximately 2.2GB ...
Description
scraper-svc/scraper/fetch.py is 1,788 lines covering: cache logic, proxy config, three-tier fetch strategy, barrier
detection, DNS guard, SSRF protection, URL normalization, and more. This ...

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.