issues Search Results · language:Dune language:JavaScript language:Java language:Java language:JavaScript language:Python
Filter by
55.4M results
现象
用了一段时间发现几个问题,一个个说:
1. 订阅暂停后,就算出种了也不会自动恢复
订阅助手停了订阅之后(no_download 暂停),它就彻底躺平了——哪怕第二天站点出种了,插件也不会再检查它。
我查了源码发现:
- run_common_check()(通用巡检,每120分钟)直接跳过所有 S 状态订阅
- run_meta_check()(元数据检查)只处理 pre_air ...
enhancement
Description
The custom sanitize() method in StringUtils only removes script tags but doesn t handle:
- img onerror=... payloads
- Event handlers (onload, onmouseover, etc.)
- URL-encoded payloads ...
Description
StringUtils.padRight() throws StringIndexOutOfBoundsException when the input string is longer than the target length.
Steps to Reproduce
StringUtils.padRight( long string , 5); // throws ...
Description
The DateUtils.getQuarter() method returns quarter values 0-3 instead of the expected 1-4.
January returns 0 instead of 1, April returns 1 instead of 2, etc.
Root Cause
Calendar.MONTH is ...
Description
Getting NPE when logging tasks that don t have an assignee or due date.
Stack Trace
java.lang.NullPointerException
at com.taskflow.model.Task.toString(Task.java:98)
Impact
This crashes ...
📊 우선순위
🔵 Trivial
🐛 문제상황
study_timer 도메인 5개 서비스(Start/Pause/Resume/End/SaveStudyTimerHeartbeat)에서 메트릭 기록을 보호하는 catch (RuntimeException ignored)가
아무 로그도 남기지 않아, 메트릭 파이프라인이 지속적으로 실패해도 운영에서 전혀 감지되지 않음. ...
🐛 fix
Description
In production, we see intermittent NumberFormatException and ArrayIndexOutOfBoundsException from DateUtils.parseDate().
Stack Trace
java.lang.NumberFormatException: For input string: ...
Description
When a project has 0 tasks, the dashboard endpoint throws ArithmeticException: / by zero.
Stack Trace
java.lang.ArithmeticException: / by zero
at com.taskflow.model.Project.getProgress(Project.java:98) ...
Description
User passwords are stored in plaintext in the database. The User entity stores the raw password string and the
authenticate() method compares plaintext values.
Impact
CRITICAL - If the database ...
In this example, name_transform is successfully applied to inner in all cases, but consume_multiple does not work unless
the inner class is explicit annotated with it
import dataclasses
from typing import ...

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.