issues Search Results · language:Dune language:Python language:HTML language:TypeScript language:JavaScript language:Python
Filter by
63M results
症狀
在 Ops Center 按 Ctrl+Q(中斷任務)完全無效——正在生成的 AI 回覆與正在念的 TTS 語音都不會停。實測語音照念完。
前端已接好的鏈條(這部分已 commit)
1. fullscreen.js:Ctrl+Q → window.api.interrupt()
2. preload.js:interrupt() → ipcRenderer.invoke( app:interrupt ...
backend
Problem
The pattern if (used + args.bytes PRO_IMAGE_STORAGE_LIMIT_BYTES) appears twice in convex/sync.ts:
- line 268 in authorizeImageUpload
- line 288-289 in recordImageAsset
Fix
Extract a checkStorageLimit(ctx, ...
convex
refactoring
Problem
5 mutations repeat the same two-step preamble:
1. const userId = await requireUser(ctx, args.sessionToken);
2. const plan = await currentPlan(ctx, userId);
Locations in convex/sync.ts: lines ...
convex
refactoring
Problem
The pattern of looking up entitlements by userId is repeated in 4 places in Convex:
- model.ts:40-43 (currentPlan query)
- billing.ts:10-13 (entitlement query)
- billing.ts:69-72 (applyEntitlement ...
convex
refactoring
Problem
Two independent subscriptions to the same main process state source:
1. useLedgeState.ts:34-61 — subscribes via getState() + subscribeState()
2. SyncProvider.tsx:117-120 — also subscribes via ...
refactoring
Problem
The error message extraction pattern err instanceof Error ? err.message : fallback appears 6 times in
PreferencesView.tsx (lines 143, 242, 497, 512, 523, 705).
Fix
Extract a utility: function ...
refactoring
功能ID
F-LEAVE-001
功能描述
处理教师请假申请,支持病假、事假、家庭事假等多种请假类型,提供自动审批(有医生证明)、代课老师推荐、审批进度追踪和跟进提醒功能。
前置条件
- 教师账户已创建
- 代课教师信息已录入系统
- 审批流程已配置
验收标准
- AC-01: 教师提交请假申请,系统生成记录,状态=pending_approval
- AC-02: ...
leave
mod-daily
p1
Summary
scripts/generate-status-panel crashes on any real phases-waves.json:
1. KeyError: name at render_phase_html (line 143): html.escape(phase[ name ]). The v3 plan schema uses title (with
id/epic_ref/waves), ...
bug
Problem
Every settings sub-component in PreferencesView.tsx repeats the same inline prop type:
{ state: AppState; showToast(msg: string, kind?: success | error ): void }
This appears 5 times at lines ...
refactoring
Problem
The onboarding completion side-effect appears 3 times in OnboardingView.tsx:
void window.ledge.setPreferences({ hasCompletedOnboarding: true });
onComplete();
Locations: lines 46-47, 79-80, ...
refactoring

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.