pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:JavaScript language:TypeScript
Filter by
176M results
Addresses the Gatekeeper review on PR #119.
Context
PR #119 stops calling onCancelEdit() after a successful account update so the edit form stays visible. The Gatekeeper
noted that the form s useEffect ...
What
Adds an ** Unpaid charges ** tab to the churn radar and splits the past-due chase-list at €50.
After #527 made the Overdue tab invoice-driven, it surfaced a long tail of small past-due custom charges ...
Bumps the vitest group with 2 updates in the / directory: @vitest/coverage-v8 and vitest.
Updates @vitest/coverage-v8 from 4.1.7 to 4.1.8 details summary Release notes /summary p em Sourced from a href= ...
dependencies
javascript
Summary
Multiple code quality and i18n fixes:
1. Remove hardcoded Chinese promotional text (#565 partial)
The model name display in the status bar context had a hardcoded override: MiMo Auto(MiMo-V2.5 ...
Bumps rollup from 4.61.0 to 4.62.0. details summary Release notes /summary p em Sourced from a href=
https://github.com/rollup/rollup/releases rollup s releases /a . /em /p blockquote h2 v4.62.0 /h2 h2 ...
dependencies
javascript
Summary
Adds unit-test coverage (P2) for the two trust services that drive search ranking — both previously had zero tests.
Tests only; no source changes.
What s covered
reputation-formula.test.ts (16 ...
概要
50階ごとのセーブポイントを追加。到達した50階区切りを記録し、敗北時はそこから再開できます。
仕組み
- 50/100/150… 階に到達すると チェックポイント記録(ログに「💾 セーブポイント到達!」)
- 敗北時は 最初(1階)ではなくチェックポイントから再開(未到達なら従来どおり1階)。ゴールド30%ロスは据え置き
- 転生・新規開始でリセット(チェックポイントは現在の周回限定) ...
💡 What: Replaced dynamic map[string]interface{} allocations with strictly-typed inline anonymous structs for mobTicker
and gameTicker JSON broadcasts. Added explicit inline comments explaining the performance ...