issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:JavaScript language:Python
Filter by
4.5M results
Problem
In public/app.js, createResultCard escapes text fields (title, description, explanation) but interpolates several values
into the DOM without escaping/validation:
- img src= ${r.icon_url} ...
Problem
fillTemplate in server/orchestrator.js replaces tokens sequentially with reduce + replaceAll. Because {userQuery} is
substituted before {results}/{searchParams}, a user query containing the literal ...
Problem
parseJsonFromAI uses a greedy /\{[\s\S]*\}/ match (first { to last }). When the model returns prose with multiple
objects or stray braces, JSON.parse fails, degrading ranking to the fallback path. ...
Several smaller correctness/hygiene items:
1. Missing engines — the code uses the global fetch (Node 18+) but package.json has no engines; on Node 18 it fails
with an opaque fetch is not defined. ...
Problem
In GET /api/search/stream (server/router.js), the 120s timeout sends an error event but does not end the response — the
socket stays open until orchestrator.search eventually settles. There is ...
Context
Issue #113 / PR #114 landed the OpenZeppelin Solidity Contracts safe-probe policy contract after the #111 path-index
refresh. The path index still lists OpenZeppelin among next conditional-probe ...
enhancement
Observation
A single cw-ship run that planned two feedback:new issues in parallel crossed their GitHub issue bodies: one issue s
full body content was written into the other issue, and the recipient issue ...
feedback:triaging
feedback
The GitHub Pages site is currently returning a 404 error: https://prof-lijar.github.io/orchast_agent/
Please investigate and resolve this. Check the following:
1. Verify if the GitHub Actions workflow ...
P0-critical
role:devops
status:todo
`backend/src/cli/scrape.py` uses two intentionally asymmetric httpx timeouts:
- `start_scrape` (line 30): `httpx.AsyncClient(timeout=30.0)` — the initial POST to `/api/scrape` triggers a
synchronous ...

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.