DaisukeDaisuke

Results 18 comments of DaisukeDaisuke

> I use the deepl translation. It seems that pmmp does not call `(ThreadManager)->stopAll()` when stopped by "Forcing server shutdown". This problem is not replicated when stopping with the stop...

> I use Deepl translation. The problem seems to be caused by npc hp being lost due to player attacks.

> I use google and DeepL translations. This is a specification for Minecraft creative mode. In survival mode, npc will not disappear.

恥ずかしながら非公式ですが、帰ってきたニコニコ対応版を書きました。 https://github.com/DaisukeDaisuke/MultiCommentViewer/releases/latest

[net6/develop](https://github.com/CommentViewerCollection/MultiCommentViewer/tree/net6/develop) ブランチにおいて新ニコ生対応がなされてますね。フォークはお役御免かもしれない

コピー処理を消したりするのはお任せします。

I'm just a developer tinkering with Windows Sandbox and trying out a few automation tricks. Please note: > [!WARNING] > I am not affiliated with Microsoft > > The following...

I wrote a simple test repository that reproduces the problem https://github.com/DaisukeDaisukeTeam/agen-bugs/actions/runs/16685645496/job/47234373656 ``` ===========main=========== Run #1 took 0.00 ms (3 -> 0 roots, 0 cycles collected) - cumulative GC time: 0...

Further investigation reveals that yield self::RACE causes a gc leak ```php public static function race(array $generators) : Generator{ //... bug212::forceCollectCycles(10); [$k, $result] = yield self::RACE; bug212::forceCollectCycles(11); return [$k, $result]; ```...

It seems to cause a gc leak here https://github.com/SOF3/await-generator/blob/280e42e8d12cfd7bdcd121cf87b11fa9e503b61c/await-generator/src/SOFe/AwaitGenerator/Await.php#L238 The debugger shows that there is a circular dependency like this: Related to this process ```php public function rateChild(int $id) :...