issues Search Results · language:Dune language:JavaScript language:Python language:Java language:JavaScript language:Java
Filter by
55.2M results
背景
現状 claude-org-runtime のバージョン drift 検出は tools/check_runtime_version.py(Issue #472)が担い、/org-start の Block C2 で自動実行されて
drift があれば 1 行 warning を出す。ただし通知のみで auto-upgrade はしない設計のため、更新は人間が pip install --upgrade ...
Problem
Benchmark CSV and JSON output files contain performance metrics but no record of the hardware they were collected on.
When comparing two result files — or sharing a result — there is no way to ...
修复
改用 get_beijing_time().strftime( %Y-%m-%d )。
bug
low
修复
删除 packages: write。
bug
low
问题
站点配置中使用了 parser 字段,但引擎通过硬编码 URL 子串匹配选择解析器,不读取 parser 字段。
修复
让引擎读取 parser 字段,或删除冗余的 parser 配置。
bug
medium
问题
manifest.json 使用 #1976d2(蓝色),index.html 为 #e91e8e(粉色)。
修复
统一使用品牌色。
bug
medium
问题
ASSETS 预缓存列表只包含 HTML 和 favicon,未包含 manifest.json 和 PWA 图标文件。
修复
将 manifest.json、图标加入 ASSETS 列表。
bug
medium
问题
fast_check.yml 没有 job 级别的 timeout-minutes。
修复
添加 timeout-minutes: 5。
bug
medium
问题
alerter.py 的 check_existing_issue() 使用 gh issue list --search,即使没有匹配 Issue,输出也可能包含表头行。
修复
使用 --json number --jq .[].number 格式化输出。
bug
medium
问题
rss_feed.py 的 _to_rfc822() 使用 strftime 在中文 locale 下输出非英文缩写,违反 RFC 822 规范。
修复
使用 email.utils.formatdate() 或显式设置 locale。
bug
medium

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.