Skip to content

pullrequests Search Results · language:Dune language:TypeScript language:TypeScript language:Python language:JavaScript

Filter by

229M results  (2 s)

229M results

feat: apply frontend UI redesigns safely

Problem Closes #3340. Since v8.0.0, enum values declared inside a nullable nested object are inlined as string-literal unions instead of being extracted into a named const … = { … } as const. Top-level ...

实现 duet 模式 3 首歌 × 6 节奏的专属效果,移除全部 code [待实现] /code 标记。 /p hr / h3 id= section 设计对照(§16.7) /h3 | 歌曲 | 节奏 | 消耗 | 效果 | | --- | --- | --- | --- | | 追寻那道光 | Soave | 1 | 选声部 → 按钮伤害×1.5,G2 摸 1 牌 | | 追寻那道光 | Sognando ...

改动 - 在恢复生成使用检查点前,把 chapterEvents 按当前小说章节范围过滤、按章节去重,并按章节顺序送入合并阶段。 - 与已有的生成记录恢复规则保持一致:同一章如果有多份保存事件,使用最后一份。 - 补了重复章节检查点的回归用例,确认 provider 合并输入不会再出现重复章节。 验证 - npm test -- src/core/__tests__/aiProvider.test.ts ...

Overview This Pull Request introduces v1.10.0, a major release focused on complete core engine re-engineering, robust audio auto-healing, concurrency proofing, and a fresh brand update. All modifications ...

What Implements the Explorer city level-2 reward (GDD §2.4), previously a menu stub that threw NOT_IMPLEMENTED. Per the owner spec: when we lvl the city to 2 we should be able to pick ws or explorer. ...

Why master is red After PRs #1592 (route-window subpath regression test) and #1595 (background/chunked index build with 503 readiness gate) were merged together, two tests in cmd/server/subpaths_window_test.go ...

Motivation - The prior URL-safety gate compared URL.hostname directly (including bracketed IPv6) and performed no DNS resolution, allowing bracketed IPv6 literals (e.g. [::1]), IPv4-mapped IPv6 ...
aardvark
codex

Description Fixes a debounce collision issue in FileWatcher when multiple watched directories contain files with the same filename. Previously, debounce timers were keyed only by filename, causing change ...
area:dev-server
type:bug
type:testing