NoGameNoFun

Results 5 issues of NoGameNoFun

I setup a ubuntu server which have 2GB ram and 2GB swap, after i setup the rendertron server and let it run like 1 or 2 days, it just suddenly...

I trying to run a server->tick() in task worker. I enabled `task_enable_coroutine` and `task_use_object` as false. ``` $server->on("Task", function (Server $server, Task $task) { $action = $task->data; $server->tick(1000, function ($id)...

under review

Sessions-assets uri missing custom port append on the uri, causing the assets cannot load out

Current dashboard function required user to add card one by one in each project. User cannot reuse the existing dashboard to other project. Suggestion will be can save existing dashboard...

feature-request

I have an ecommerce platform written in nextjs, and everything seems fine when using it, visitor profile is created as usual. However, after the user is logged in to the...