issues Search Results · language:Dune language:TypeScript language:JavaScript language:JavaScript linked:pr linked:pr
Filter by
4.9M results
Problem
Minor build-speed and dead-code cleanup, all low-risk:
1. Redundant install on every compile. package.json build:webview runs cd webview bun install --silent bun run build,
so bun install ...
chore
ユーザ追加指摘: 「ヘッダではなく『個々の』作成予約ごとに切り替えられるようにしてください」
修正
- ヘッダの一括 displayMode を撤去
- 代わりに defaultRowMode (未操作行のデフォルト) のみヘッダに残す
- expandedRowIds: Set number を state に追加. localStorage key dgms.reservation-expanded-rows ...
feature
Summary
Clean up remaining active naming references from the old Oracle/Oracle Insights wording after the user-facing rename to
Diagnóstico Pedagógico.
Scope
- Active README product feature label ...
status:approved
type:chore
Problem
webview/src/App.tsx re-renders on every coalesced streaming frame (each batched token delta). Two unmemoized
full-message-list walks run on every render:
- groupTurns(state.messages) is called ...
enhancement
performance
에러 설명
로컬 환경에서 카카오 OAuth 로그인 후 콜백은 정상적으로 돌아오지만, 백엔드 토큰 발급 단계에서 카카오 토큰 발급에 실패했습니다. 에러가 발생합니다.
원인은 프론트에서 백엔드 소셜 로그인 API를 호출할 때 redirectType을 전달하지 않아, 백엔드가 기본값인 PROD redirect URI로 토큰 교환을 시도하는 것입니다.
로컬에서는 ...
Description
Clicking a device row to view history causes the entire page to go blank (React crash).
Root Cause
Response format mismatch between backend and frontend:
- Backend GET /api/devices/:serial/history ...
VSCode 側で資料作成を依頼した時に「1 ファイルだけでは予約内容の一部しか示せず, あと N ファイル同時に挙げて初めて充足する」場合の対応.
ユーザ要望 (引用)
作成予約に対してファイルをアップロードする仕組みですが (...) 1つの作成予約に複数のファイルをアップロードすることになる想定はありましたでしょうか?
簡単に言えば、資料作成を依頼したVSCode側で、内容的に複数ファイルに分割して示した方が良いと判断される場合があります ...
feature
gitignore 파일에 omx 추가
Problem
During assistant streaming, the chat host persists the entire conversation history (all chats, all messages) to VS Code
s disk-backed workspaceState on every single streamed token.
src/chat/view.ts ...
bug
performance
Tracked by upcoming PR.
bug

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.