issues Search Results · language:Edge language:Python language:JavaScript language:JavaScript language:JavaScript linked:pr
Filter by
4.5M results
Location
.gitignore:8
Problem
The .gitignore file explicitly excludes package-lock.json:
# package-lock ─ library convention; CI/tests/verify run without an install
package-lock.json
The comment says ...
Problem
The public docs still describe Yahoo Finance and automatic daily data updates, but the current app uses Binance first,
Coinbase fallback, and the data update workflow is manual-trigger only.
...
Location
package.json:78-79
Problem
Both @opentui/solid and solid-js peer dependencies specify * as their version range:
peerDependencies : {
@opentui/solid : * ,
solid-js : *
}
The * range ...
Summary
scripts/install.mjs line 88 creates a backup of the config file before modification:
copyFileSync(file, `${file}.bak`);
If the install script is run a second time, the .bak file already exists ...
Summary
tools/demo.mjs line 189 checks CI smoke-test correctness with:
if (!renderText(f.view).includes( TPS )) throw new Error(...)
This check is fragile in both directions:
- False positive: If ...
Summary
tools/verify-plugin.mjs line 68–70 calls registered.slots.sidebar_content({}, {}) (empty session with no session_id)
without a try/catch. If the plugin s renderer throws for any reason on the ...
目标
定义 issue / PR / branch / head / Work Item 绑定事实的权威优先级。
范围
- 明确 CLI 显式输入、machine carrier、host readback、人类 PR body、issue body/title 的消费顺序。
- 区分 missing、conflict、stale、repairable。
- 输出自动修复允许表和禁止表。 ...
area-cli
area-harness
loom-hardening
work-item
Summary
format.js fmtMs() has a rounding-carry bug: when the seconds value is just under a whole multiple of 60 and the
fractional remainder rounds to 60, the output is Xm60s instead of (X+1)m00s.
Location ...
Aktiviteten är tillagd! Ta bort test syns i schemat om ungefär en minut.
Skriva att det kan ta upp till 15 minuter ibland.
| Metadata | Värde |
| --- | --- |
| Kategori | Förslag |
| Sida | https://sbsommar.se/schema.html ...
feedback:suggestion
目标
定义 intensity classification 的稳定输入、输出、升级原因和消费者边界。
范围
- 输入:diff scope、Work Item scope、PR metadata、release/no-release、repo profile。
- 输出:light | standard | reinforced、upgrade reasons、consumed locators。 ...
area-cli
area-harness
loom-hardening
work-item

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.