Kevin Pfeifer
Kevin Pfeifer
I am curious how this rewrite is going and if I can somehow help
I was already preparing a PR for this but having an extra repo for the v3 is even better 😄 Will check that out whenever I finally get admin rights...
Can definitely confirm this issue! We use https://github.com/cakephp/cakephp-codesniffer which is based upon this package but If I also create a `cakephp` file in my "root" directoy and then call `vendor/bin/phpcs...
Alright, the main problem here is the fact, that the `rule name` = `file name` and we therefore go into this if https://github.com/squizlabs/PHP_CodeSniffer/blob/master/src/Ruleset.php#L720 Therefore we don't parse/load the set value...
I personally was never really a fan of "compressing" chained function calls into a string separated by ``. Therefore this is my vote for "I don't mind/care" because it wouldn't...
This is the same issue as https://github.com/cakephp/cakephp/issues/16588
The main problem here is the fact, that `$a` references itself via `$a->b[0]->c[0]->a` and therefore we run into an infinite loop trying to check for errors in all deep associations....
Well the geoipupdate container doesn't work as it seems ``` root•~/self-hosted-22.8.0» docker ps -a [19:39:53] CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 0199fad04cfb nginx:1.22.0-alpine "/docker-entrypoint.…" 23 hours ago Up...
So what should I do then? If its not the geoipupdate container then how can we determine which container it is?
FYI: This still happens with 22.9.0