issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript language:HTML linked:pr
Filter by
2.3M results
Description
The getProfile method in ArenaService.java has both @Transactional and @Cacheable annotations, creating a subtle race
condition:
@Transactional
@Cacheable(value = arenaProfile , key = #userId ...
gssoc:approved
mentor:PankajSingh34
Description
The ATOMIC_MATCH_UPDATE_SCRIPT Lua script is used by both the match_complete and disconnect event handlers to atomically
update match state. When a disconnect occurs, the script must identify ...
gssoc:approved
mentor:PankajSingh34
type:bug
Description
The arena socket server implements two distinct ways for a client to join a match room:
1. join_spectator (line 535): Explicitly avoids writing the spectator s socket → matchId mapping into ...
gssoc:approved
mentor:PankajSingh34
Description
The AI Engine s /chat endpoint has three layers of temperature configuration that don t work together, resulting in user
temperature settings being completely ignored for all chat requests. ...
Description
When the AI Engine (Python FastAPI service at http://localhost:8000) is unavailable or returns an error, the
/api/analyze endpoint in the backend silently falls back to mockAIReview(), which ...
Description
The scanSecretsInChanges function used in the webhook PR reviewer and the GitHub Action has two hard-coded limits that
cause it to silently stop scanning before all changes are processed: ...
Description
The Dashboard s AI Chat feature (/api/chat) allows users to have extended technical conversations about their analyzed
codebase. However, the chatHistory state is stored only in React component ...
img width= 1920 height= 1080 alt= Image src=
https://github.com/user-attachments/assets/bc5b551e-10bc-4693-8fbb-26b8de694931 /
autocomplete ui broken from new migration.
bug
Description
The AI Engine (ai-engine/app.py) and the Backend (backend/index.js) implement the same prompt-injection guard for system
prompts, but they handle violations in fundamentally different ways ...
목표
LLM 인용 현황 카드의 v1.1 잠금 블러를 해제하고 실제 인용률 데이터를 표시한다.
구현
- types/index.ts: CitationPoint, LlmCitationRates, CitationHistory 타입 추가
- lib/api.ts: getCitationHistory() 추가
- dashboard/page.tsx: LLM ...

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.