issues Search Results · language:Dune language:Python language:JavaScript language:JavaScript linked:pr language:JavaScript
Filter by
4.5M results
Problem
.cspell/tickers.txt (534 ticker words, derived from config/universe.yaml) is the cSpell custom dictionary that stops
ticker symbols from being flagged as misspellings. Its generator was removed ...
Running npx @yegor256/dogent@0.7.5 . flagged these single instructions as carrying more than one:
commit-changes-to-git/SKILL.md:13 Confirm the file list and the subject with the user before committing. ...
Classification
Class 1 - UI / Presentation
Purpose
Reduce duplicate navigation choices while preserving predictable movement, workflow context, and safe return_to
behavior.
AssetTrack currently repeats ...
Classification
Class 1 - UI / Presentation
Purpose
Reduce reading burden on the dashboard and Issue/Return entry surfaces.
The dashboard should quickly answer:
- What is happening?
- What needs ...
🐛 Bug Report
Description
website/src/pages/resources/ResourcesPage.jsx initialises votedIds with useState(new Set()):
const [votedIds, setVotedIds] = useState(new Set());
new Set() is evaluated on ...
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
priority:high
valid-issue
website
🐛 Bug Report
Description
website/src/pages/admin/AdminPage.jsx line 108 schedules WebSocket reconnection with setTimeout inside a useEffect but
does not store the timeout ID or clear it on cleanup:
...
admin-dashboard
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
priority:medium
valid-issue
website
🐛 Bug Report
Description
website/src/pages/resources/ResourcesPage.jsx handleVote() updates the vote count locally but makes no API call:
const handleVote = (id) = {
setResources((prev) =
prev.map((r) ...
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
priority:medium
valid-issue
website
Problem\n\nOpenQC family gate after PR #81 still reports blocking traceability schema compatibility failures. The report has schemaVersion: openqc.lsp.traceability.v1, but entry field names are not the ...
🐛 Bug Report
Description
website/src/pages/streaming/LiveStreamPage.jsx writes the chat username to localStorage on every keystroke with no
length cap or sanitization:
onChange={(e) = {
setUserName(e.target.value); ...
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
priority:high
valid-issue
website
Robustness nits in the research fetch/rank path.
Details
- safe_fetch.py:100 — _pin_to_validated_ip pins addrs[0] only; no failover to other validated IPs for multi-homed
hosts.
- web.py:120-127 ...
area: correctness
bug
priority: low

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.