issues Search Results · language:Dune language:JavaScript language:JavaScript language:Python language:JavaScript
Filter by
40.8M results
Summary
No .dockerignore file exists in the repo root. Every docker build sends the entire repo (including test files, docs,
droid-wiki, and other services source) to the Docker daemon. This:
1. Slows ...
devops
enhancement
/ecc-tools analyze
Summary
PR #220 refactored fetch.py from 1751 lines into 5 focused modules, but the core file remains at 1711 lines. The
refactor extracted helper functions into sibling modules (fetch_strategy.py, fetch_screenshot.py, ...
code-quality
refactor
We need to locate all of the hard-coded PBS commands throughout the repository and start replacing them with equivalent
HPCpy commands.
Steps involved:
- [ ] Locate all locations for replacement
...
Summary
Multiple scraper adapters and fetch strategies use bare except Exception: pass as flow control in extraction fallback
chains (try API, fall back to HTML scrape):
- scraper-svc/scraper/fetch.py:1319,1340 ...
enhancement
observability
Summary
agent-svc/agent/api.py:968-973 swallows all errors during semantic indexing of scraped pages:
try:
semantic = SemanticClient(...)
await semantic.index_page(url, title, content[:2000]) ...
bug
priority-high
Summary
semantic-svc/app.py:873-874 uses bare except Exception: pass when querying Qdrant for an existing page before indexing:
try:
existing = qdrant.query_points(...)
if existing and existing[0].payload: ...
bug
priority-high
Curriculum Completion Validation
- [x] I verify that I have completed the Agent Academy - Recruit curriculum.
Solution Verification
- [x] I verify that I have uploaded a screenshot of the IT Help ...
recruit-completed
“from models.TrajGeneratorNetwork import TrajGeneratorNetwork_all” It seems like this file doesn t exist.
Bug description
Lib/test/test_csv.py already covers the basic writer behavior for csv.QUOTE_STRINGS and csv.QUOTE_NOTNULL, but it does
not explicitly exercise a couple of edge cases for these newer quoting ...

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.