Kostya Pigulevskiy
Kostya Pigulevskiy
## Problem I have a certain code generator based on `bunny-jit` where I often have to make calls to external functions by address. I frequently find myself in the following...
## Problem Now, every command (`/time`, `/tp`, `/kill`, ...) parses arguments on its own, leading to duplicated implementations and sometimes even inconsistent behavior for the same things (#2310). Each command...
Fixes #1992 (not yet, but will be). At the moment, a client-side server list has been implemented, which is stored in `server_list.zig.zon`. The user can add and remove a server...