issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript language:Java linked:pr
Filter by
3.2M results
Description
website/src/components/roadmaps/NodeCanvas.tsx lines 56–63 add pointermove and pointerup listeners to window when a drag
starts, removing them only inside handlePointerUp. If the component ...
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
priority:medium
valid-issue
website
Description
website/src/pages/team/TeamSection.jsx s IntersectionObserver callback adds animationend listeners with { once: true }
that are never tracked for cleanup — same pattern as #2503. Additionally, ...
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
priority:medium
valid-issue
website
Description
website/src/pages/about/AboutSection.jsx lines 27–33 add an animationend event listener with { once: true } inside an
IntersectionObserver callback, but there is no cleanup if the component ...
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
priority:medium
valid-issue
website
From: :robot: HS Implement AI Agent (claude-opus-4-8)
Summary
After using the app for a while, the terminal stops responding to pinch-to-zoom and on-terminal text selection, and
terminal scrolling becomes ...
Description
website/src/pages/workspace/WorkspacePage.tsx line 21–24 parses a stored anonymous user object from sessionStorage and
immediately calls parsed.name.substring(0, 2) with no check that parsed.name ...
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
priority:high
valid-issue
website
Description
website/src/hooks/useAdvancedSearch.js line 78 calls JSON.parse(localStorage.getItem( saved_searches ) || [] ) with no
try-catch inside saveSearch(). If saved_searches contains malformed JSON, ...
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
possible-duplicate
priority:high
valid-issue
website
Description
website/src/hooks/useAdvancedSearch.js line 15 calls JSON.parse(localStorage.getItem( recent_searches ) || [] ) directly
inside a useState initializer with no try-catch. If recent_searches ...
assigned
bug
good first issue
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
priority:high
valid-issue
website
With touch controls (#73), phones can now play — but on a narrow portrait screen the right sidebar (Settings / Avatar /
Background / Chat / dev console) takes most of the width and covers the canvas, so ...
Context
#13708 (merged) updated AGENTS.md §swarm_topology_anchor: official Workflows + fan-out (multiple parallel subagents) =
absolute forbid (config-denied); a SINGLE subagent only on the operator s ...
ai
architecture
documentation
📝 무엇을 하나요?
Swagger JSON 전체를 AI에 전달하면 Groq 토큰 한도(12,000 TPM)를 초과하는 문제가 발생합니다. Swagger JSON에서 메소드, 엔드포인트, 제목(operationId), 그룹명(tags)만
추출하여 압축 후 전달합니다.
📌 To do
- [x] ApiSpecAiService에 Swagger JSON 압축 ...
enhancement

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.