issues Search Results · language:Dune language:JavaScript language:Python language:JavaScript language:Go language:HTML
Filter by
53M results
⚡ Speed Foundation
- [ ] Learn core shortcuts, estimation rules, and quick-calculation matrices.
- [ ] Complete 20 localized textbook drill questions to lock in the method.
⏱️ Time-Constrained Stress ...
When accessing the greenkube web console via nodeport / port-forward, the dashboard renders without issues.
However, if I access the web console via sso (forward-auth, implemented via authentik), sometimes ...
What why
file_findings loops over every finding the model returned with no upper bound — title-dedup only stops repeats across
runs, so a single run returning 30 findings files 30 fresh harness:queued ...
harness:queued
sev:med
问题描述
utils.py 中 parse_priority 函数对于无法识别的优先级字符串,使用 dict.get() 返回 Priority.MEDIUM 作为默认值,而不是抛出 ValueError 告知调用方输入无效。
根因
def parse_priority(value: str) - Optional[Priority]:
mapping = {
low ...
What why
RunStore.save is last-writer-wins (os.replace, no read-back); two processes — a manual run racing the scheduler, or
overlapping ticks — can both load the same RunRecord and blind-overwrite ...
harness:queued
sev:med
Question
Has LocateAnything-3B been tested on NVIDIA Blackwell consumer/workstation GPUs, specifically the DGX Spark (GB10
Grace-Blackwell, compute capability sm_121)?
Environment
- Device: NVIDIA ...
What why
PyGithubAdapter is the only real (non-fake) GitHubAdapter implementation — the production path once a token is present —
and it has zero tests. The field mapping, the draft=True hard-wiring, ...
harness:queued
sev:high
问题描述
models.py 中 TaskStatistics.completion_rate 属性在 total == 0 时返回 100.0,误导用户认为所有任务已完成。
根因
@property
def completion_rate(self) - float:
if self.total == 0:
return 100.0 # BUG: 应该返回 0.0 ...
What why
coordination.release() can drop a lease and requeue an issue, but it is unreachable from the CLI, so an operator has no
supported way to release a stuck or wrongly-claimed issue. The primitive ...
harness:queued
sev:high
What why
A fresh coordination repo has no harness:* labels, so the very first find_claimable →
list_issues(labels=[harness:queued]) against real GitHub 404s inside PyGithubAdapter.list_issues (it resolves ...
harness:queued
sev:high

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.