Dmitrii Kustov
Dmitrii Kustov
Important to note, that this seems to be the case with merging to `else`. ```php if ($something) { #Comment if ($anything) { #Do something } } ``` Gets transformed into...
Based on what I see in #1935, the issue is that `$now->diff($exp) ?: new DateInterval('P30D')` can result in boolean, which is not expected type as per definition of `$expires`: `DateInterval|string...
It's not about whether it's proper boolean or just false, it's the fact that you can have a situation, when `diff` will return `false`, which is not supposed to be...
Most likely the logic is "go through every variable/value in the expression, and fail on first one that may not match the type". Depending on complexity of the expression, there...
My project https://github.com/Simbiat/simbiat.ru uses JSON5 config for Caddy, which Caddy adapts, and I do not see any issues with the logs ingestion at the moment. At least when I ban...
Is there an ETA for this?
Don't know if it will be of much use, but my project https://github.com/Simbiat/simbiat.ru has `docker-compose.yml`, `env.example` and `config` folder with what is required to setup FrankenPHP, CrowdSec and MariaDB. No...
Indeed, it is. Wonder why search did not find it for me when I was creating this.