Albert Gierlach
Albert Gierlach
Maybe this - https://forums.alliedmods.net/showthread.php?t=139584 @tjanok
For me personally, it would make sense for commands to take hex values without the need for the "0x" prefix. Typically, hexadecimal values are used when working with the debugger....
Hi @idsulik. I set up a new VM to redo the testing, and it turns out I can reproduce the issue on a clean Ubuntu 24.04 with the same Docker...
@jhrotko yes, I can reproduce it on fresh VM with the following docker and docker-compose versions: ``` root@localhost:~/docker-compose-experiments# cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=24.04 DISTRIB_CODENAME=noble DISTRIB_DESCRIPTION="Ubuntu 24.04.1 LTS" ``` ``` root@localhost:~/docker-compose-experiments# docker...