issues Search Results · language:Dune language:Python language:JavaScript linked:pr language:Java language:CSS language:CSS
Filter by
5.9M results
问题
app.js:1338 搜索框绑定的是 input 事件,每次按键都立即触发 applySearch,对 742 张色卡做全文匹配 + DOM 重绘。快速键入 黛绿 会触发 2 次完整过滤渲染。
方案
添加 200ms 防抖:用户停止输入 200ms 后才执行搜索过滤。
-searchInput?.addEventListener( input , applySearch);
+searchInput?.addEventListener( ...
Problem
The Free Rooms tab (PR #171) works in the Vite/dev ES-module path but is broken in the deployed shohoj.html bundle.
build3.py s MAIN_JS_FILES never lists js/core/freeRooms.js or js/ui/freeRoomsTab.js, ...
bug
Add the specific libraries / models named in the original brief at session start. Currently PLAN.md describes the shape
of sub-3/4/5 (audio pipeline, LLM coach) but not the candidate technologies. Pin ...
A session happens at a specific moment, not just on a day. Replace the date-only session_date with a full timestamp
occurred_at.
Acceptance criteria
- Migration: sessions.session_date (date) - occurred_at ...
feature
v1
Download URL
https://github.com/chaichaimee/CMDReader/releases/download/2026.6.2/CMDReader-v2026.6.2.nvda-addon
Source URL
https://github.com/chaichaimee/CMDReader
Publisher
Chai Chaimee
Channel ...
autoSubmissionFromIssue
Steps to follow
1. Review the GitHub repository page to understand the project structure, existing documentation, file organization,
and overall workflow.
2. Check the repository content, updates, ...
help wanted
CHORE: Longest file?
Find the longest non-test JS file, and break it up. Turn it into a directory.
问题
index.html 底部的三个 script 标签是同步加载的,即使放在 /body 前仍会阻塞渲染:
- images.js:~104KB
- harmonies.js:~492KB
- app.js:~50KB
合计 ~646KB(gzip 后 ~118KB),在慢速网络下用户需要等待全部脚本下载执行后才能看到页面内容。
方案
给三个 script 添加 defer ...
Bug Description
When Hermes is running with the Codex app-server runtime, /usage and /status can report zero token consumption and zero
API-call activity even after successful Codex turns.
I originally ...
The grund specification should be refined to be easier to maintain and closer to functional product behavior. It should
generally be less verbose and more functional, especially in requirements sections. ...
enhancement

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.