Skip to content

issues Search Results · language:Edge language:Python language:JavaScript language:Java language:JavaScript language:Java

Filter by

55.1M results  (825 ms)

55.1M results

问题描述 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 ...

Code Security Report Scan Metadata Latest Scan: 2026-06-18 06:35am Total Findings: 1 | New Findings: 1 | Resolved Findings: 0 Tested Project Files: 2 Detected Programming Languages: 2 (Python*, Java*) ...
Mend: code security findings

What why If an instance claims an issue (harness:in-progress + an harness:owner: id label) then crashes, nothing requeues it: find_claimable only scans harness:queued, so the orphaned issue is invisible ...
harness:queued
sev:high

What why The dev loop s publish step calls executor.publish_branch with no try/except, while every other step (build, test, verify-reject) catches failure and loops back. The most common failure — * ...
harness:queued
sev:high

问题描述 task_manager.py 中 delete_task 方法在任务不存在时返回 True 而非 False,导致调用方无法区分删除是否真正成功。 根因 def delete_task(self, task_id: int) - bool: idx = self._find_index(task_id) if idx == -1: return True ...

Добавь команду Добавить в любимые - в подменю Комфорт редактора кода - в список Последние места - навигатор метаданных

问题描述 task_manager.py 中 list_tasks 方法在按 TaskStatus.DONE 筛选时,存在一段多余代码导致返回全部任务而非筛选结果。 根因 def list_tasks(self, status=None): # ... 正确的筛选逻辑 ... # BUG: 当传入 DONE 状态筛选时,错误地返回了全部任务 if status == ...

📝 무엇이 문제인가요? 1. 로그인 실패 메시지 오안내 - 미등록(또는 잘못된) 이메일로 로그인해도 화면에 ** 비밀번호가 올바르지 않습니다. ** 가 표시됩니다. - 백엔드(AuthService.login)는 사용자 열거(enumeration) 방지를 위해 이메일/비밀번호 어느 쪽이 틀려도 동일하게 401 + ** 이메일 또는 비밀번호가 올바르지 ...
bug

问题描述 storage.py 第 58 行使用了 json.dumps() 而非 json.dump(),导致所有任务保存操作抛出 TypeError 崩溃。 复现步骤 cd taskmaster python main.py # 选择 2. 创建新任务 ,输入任意标题 错误信息: TypeError: dumps() takes 1 positional argument but 2 ...

img width= 1376 height= 553 alt= Image src= https://github.com/user-attachments/assets/5f511b69-f744-4f32-bd16-62fef6bc8535 / img width= 1263 height= 574 alt= Image src= https://github.com/user-attachments/assets/180f3116-97ad-411b-95d2-80012582ab8c ...
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.