issues Search Results · language:Dune language:Python language:Java language:Java language:HTML language:Java
Filter by
42.6M results
问题描述
commit 269e115c 将 as() 从 JacksonUtil.coverObj 改为 ConvertUtil.convert,commit e5da8346 相应地将测试从
assertThrows(SystemException.class, ...) 改为 assertThrows(NumberFormatException.class, ...)。
这意味着 as() ...
enhancement
Healing escalation
Reason: healing disabled flag is present
Snapshot
{ disabled :true}
Transcript
healing disabled flag is present
healing
incident
priority:high
Goal
Add a review_engine baseline module for stage-specific project health checks.
Acceptance Criteria
- Module supports project stage to min/max weekly target logic.
- Output can distinguish healthy, ...
area:review-engine
priority:p1
type:task
Goal
Keep Postgres/JWT push-pull sync out of Sprint 1 while preserving a future path.
Acceptance Criteria
- Sprint 1 does not require production auth, cloud database, or conflict resolution.
- Future ...
area:backend
area:mobile
priority:p2
type:task
Goal
Define the normalized JSON contract for mobile time records to feed Theseus weekly review.
Acceptance Criteria
- Contract includes date, start_time, end_time, duration_minutes, activity_name, ...
area:mobile
priority:p1
type:story
Goal
Plan and implement a backend endpoint that imports normalized mobile time logs after persistence is stable.
Acceptance Criteria
- Endpoint path is POST /imports/mobile-time-logs.
- Endpoint ...
area:backend
area:mobile
priority:p1
type:story
Goal
Define how Publisher episode metadata maps to each publication destination.
Motivation
Castopod and Mixcloud may support different fields, formats, limits, and requirements. Publisher needs a clean ...
documentation
enhancement
问题描述
commit 8c7c4cad 将异常类型从 IllegalArgumentException 统一为 SystemException/ValidateException,但测试中的断言被改为捕获泛型 Exception.class:
// 旧代码 — 精确断言
assertThrows(IllegalArgumentException.class, () - ...);
// 新代码 ...
enhancement
描述你遇到的问题 | Describe the bug
在使用定时执行或游戏卡死aalc自动重连时,会无法打开游戏,与issue中@悖论23在2月28日发布的问题#499基本一致,正常来说已被修复,但我仍不能正常运行,不清楚是否是本机问题
如何复现bug | Reproduction
点击Link start或使用定时执行
期待的修复效果 | Expected behavior
希望能解决自启动问题 ...
bug
问题 1:竞态条件
CacheMap.getAndSet() 的 get-then-put 操作不是原子的:
V v = get(key);
if (v == null valueLoader != null) {
v = valueLoader.call();
if (v != null) {
put(key, v);
}
}
两个线程可以同时看到 ...
enhancement

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.