issues Search Results · language:Dune language:JavaScript language:Java linked:pr language:JavaScript language:HTML
Filter by
3.7M results
CHORE: shared js
Any code on both server and client that should be in shared? Extract something.
现象
用「远程输入」功能时,手机端永远看不到本次识别/润色的最终文字——状态会更新(识别中/润色中/完成),但结果文本区一直空着。
根因(已读源码确认)
remote_server/mod.rs 的 WS handler 订阅了 remote:result 并把 {type: result , text} 转发给手机,H5(app.js 的 case result →
showResult,#result-wrap)也准备好了显示。但全仓 ...
bug
P2
Summary
Refresh web-foundation dependencies to current exact pins, add exact Node/npm engine metadata, and add patched
transitive overrides for audit-clean builds.
Acceptance Criteria
- npm audit ...
문제
GET /api/rooms/my 응답에서 totalMissions, completedMissions가 항상 0으로 반환됨. 방 목록에서 오늘 미션이 0/3이어야 하는데 0/0으로 표시됨.
원인
RoomService.getMyRooms()에서 방을 active/waiting으로 분류하는 기준이 인원 수 충족 여부임.
if (currentMembers ...
现象
多显示器 / 负坐标 / 异常 DPI 布局下,Windows 录音胶囊可能被定位到屏幕外或压在任务栏上。
根因(已读源码 + git 溯源确认)
#470 曾用 commit fab9651(+ 4824080 防溢出收口)加入「四边 clamp + 工作区(rcWork,避开任务栏)定位」:clamp_to_monitor 四边夹住整窗,ForegroundMonitor 带
work_* ...
bug
P2
platform:windows
Changes
Bug Fix
- 401 error on page load — Global setInterval polling /api/metrics moved inside startApp() so it only runs after auth.
Previously caused 401 errors 5s after page load.
- Silent ...
bug
enhancement
Problem
The app currently documents localStorage-based auth as acceptable for the academic demo, while the security audit page
recommends moving to HTTP-only cookies or a signed JWT flow. That future ...
Problem
The Week 12 bug severity list tracks BUG-014: login validation is not covered by automated tests.
Evidence
- docs/week12/BUG_SEVERITY_LIST.md lists BUG-014 as open.
- Current tests cover ...
문제
연습(practice) 모드의 즉시 피드백은 단일정답 문항에서만 동작합니다.
- 위치: src/components/quiz/QuestionCard.tsx:70-73
- setShowFeedback(true)가 단일정답(else) 분기에서만 호출됨. isMulti 문항은 모든 보기를 선택해도 showFeedback이 켜지지 않아 정답/오답 피드백 ...
bug
문제
QuestionWorkspace는 문항 이동/모드 전환 시 언마운트되지 않고, QuestionCard도 key가 없어 동일 인스턴스가 재사용됩니다. 그 결과 QuestionCard의 로컬 상태
showFeedback이 문항/모드 전환에도 유지됩니다.
- 위치: src/components/quiz/QuestionWorkspace.tsx:138 (QuestionCard ...
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.