issues Search Results · language:Dune language:JavaScript language:Java linked:pr language:Java language:HTML
Filter by
3.7M results
CHORE: #api
We ve set up node subpath imports in api. Some files still contain cross-domain imports. Find one file, and use the new
subpath import instead. If no cases of cross-domain imports exist, ...
Redesign the scanner UI for a more production-ready general-user flow and add visible recovery states for failed scan
operations. Scope includes workflow progress, clearer capture/review/export surfaces, ...
@copilot Apply BAU Suggestions
This pull request was generated by Bauer from Google Doc suggestions and includes machine-readable prompt chunks for
implementation.
Source Document
- Title: Copy of ...
copilot
现象
本地 ASR 模型下载在「目标文件已存在」时直接跳过,不校验文件大小。若上一次下载被中断或文件被外部损坏后仍残留为目标文件,会被当成「已下完」跳过;模型加载时才以含糊错误失败。
根因(已读源码确认)
asr/local/download.rs 的 run_download:
let dest = dir.join( file.path);
if dest.exists() {
...
bug
P2
Description
The framework has no divider/separator component. Sections, cards, and lists often need visual separation, but there is
no .ease-divider class. Users resort to hr with zero styling or custom ...
accepted
component
good first issue
gssoc:approved
GSSoC-26
help wanted
level:intermediate
type:feature
Description
The framework has no keyboard key component (kbd). Documentation sites, shortcut guides, and help modals display
keyboard shortcuts using kbd tags, but EaseMotion offers no styling for them ...
accepted
component
good first issue
gssoc:approved
GSSoC-26
help wanted
level:intermediate
type:feature
Description
The framework has no rating/star component. Product reviews, skill ratings, and feedback forms commonly use star
ratings, but EaseMotion users must build a custom star widget with CSS and ...
accepted
component
good first issue
gssoc:approved
GSSoC-26
help wanted
level:intermediate
type:feature
现象
通过设置里各「录制快捷键」按钮单独设置某个动作键时,可以把它设成与 Less Computer(语音 Agent)快捷键 相同而不被拒绝;但完整保存设置(set_settings →
persist_settings)时又会被拒。两条碰撞检测路径不一致 → 要么同一个键被注册给两个动作,要么用户看到 刚才能设、现在又报错 。
根因(已读源码确认)
集中式 reject_hotkey_collisions(commands/hotkeys.rs:216)已正确校验 ...
bug
P2

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.