Results 19 comments of Bara

> Unless someone can share a Docker setup with Caddy and php-fpm I'm not really familiar with Docker. 🤔 > but if you tell me if your game server is...

> but I am unable to reproduce the issue. Same it currently works (reqbin and extension), probably it was fixed with cURL 7.75 update ( https://github.com/ErikMinekus/sm-ripext/commit/1ee4aa8816da4e374c553de8b58e43979d0b5339 ). But I'll still...

Tested it today again and seems still happening and now with the debug build. get response: https://hastebin.com/ugadesudog.yaml post response (with error): https://hastebin.com/zokegifexo.yaml It also freeze my caddy webserver and can't...

https://updater.spedit.info/ Looks good.

The request from the Edit part ist nice.

I moved the 2nd issue into a [new issue](https://github.com/TroubleInTerroristTown/Public/issues/490).

Can you upload your `shop_discounts.ini` and `shop_flags.ini`?

Default the database will created with utf8mb4 charset, but the issue is this part of code: https://github.com/fluffyst/Surftimer/blob/master/addons/sourcemod/scripting/surftimer/sql.sp#L43 the connection will be handled as utf8 instead of utf8mb4. An solution could...

Because he's too busy for the source kids and scammer. ;)

As currenty workaround, add `#SFUI_Notice_NewWaveBegun_\n` at the beginning of every PrintHintText. Example: `PrintHintText(client, "#SFUI_Notice_NewWaveBegun_\n your text...");`