Mark Metcalfe 👽
Mark Metcalfe 👽
This is an updated version of https://github.com/mtsr/Geyser/commit/9f32f5925d6138a3fdfe535468262bd2dca44a1c for 1.19 (thanks @mtsr for your work!) Because the bug with console subclients not sending a XUID through still exists, I've had to...
Documentation for https://github.com/GeyserMC/Geyser/pull/3109
Adds `POSTGRES_HOST_AUTH_METHOD: trust` to the pgsql 10, 11 & 12 containers as otherwise they don't start properly and give the following message: ``` Error: Database is uninitialized and superuser password...
@simoncoggins discovered that if you set your `TDB_BACKUPS` directory to a path that contains special characters or spaces, the `tdb` command wouldn't work and also you would get warnings printed...
**Describe the bug** Currently the legacy PHP images (7.2 and earlier) aren't building at the moment. This is because they are dependent on older Ubuntu versions and packages which no...
Fixes not being able to run PHPUnit tests in WSL when running them via VS Code This is a windows specific issue, and does not affect MacOS To test this...