issues Search Results · language:Dune language:JavaScript language:Java language:Python language:Java language:JavaScript
Filter by
55.1M results
问题描述
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 ...
问题描述
task_manager.py 中 search_tasks 方法使用 and 连接标题匹配和描述匹配条件,导致只有标题和描述都包含关键词的任务才会被搜到。
根因
title_match = keyword_lower in task.title.lower()
desc_match = keyword_lower in task.description.lower()
if title_match ...
While setting up paperclip-mcp, I noticed that the README instructs users to generate a PAPERCLIP_API_KEY from:
Paperclip UI → Settings → API Keys → New Key
However, in the current self-hosted version, ...
Upgrading a Cloudflare-backed instance (eng-team) from a pre-bubble version to v0.21.0 leaves it unable to publish.
Mechanism
The Worker s KV persists deployment records across wrangler deploy. On restart, ...
agent
bug
Is your feature request related to a problem? Please describe.
Currently, when a user initially navigates to AlgoBuddy or switches between major routes (like the Visualizer, Arena, or
Practice), there ...
gssoc:approved
mentor:PankajSingh34
type:feature
when middle clicking or ctrl+clicking a file or folder in nextcloud files within a window it opens a new tab.
It would be amazing if instead of a new tab, that file or folder would open in its own new ...
enhancement
v0.21.0 s release pipeline (publish-pypi.yml) failed at the smoke job → the Promote release to production step was
skipped, so eng-team did NOT auto-upgrade (the Worker DID, via deploy-event-server). Two ...
agent
bug
目前只能对密码进行修改 账户名只能是root 对于docker容器多的来说很容易记不住
To avoid duplicating auth information and keeping them up-to-date, it would be nice to have clickhouse-mcp optionally
piggyback clickhouse-client s configuration for authorization.
A suggestion PR is ...

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.