Erik Wohllebe
Erik Wohllebe
Hi, I also run into this Problem with v1.0.48. I removed my `vendor` folder and perform a `composer install`. The watcher took about 10 minutes to finish all the file...
Hi @rs-renato, may be `sudo chflags nouappnd /etc/hosts` on your host will help? Or another solution could be: ``` sudo chmod -N /etc/hosts # Remove ACLs from file sudo chflags...
Hi, we're also still facing to this problem with the following configuration: * Percona 5.7.33-36 * Magento 2.3.4 * elasticsuite 2.8.8 ### Problem Profiling: `getAttributesRawData` take about 40sec  `EXPLAIN`...
Hi @romainruaud, we are using Magento Commerce 2.3.4. We are currently not live. Go live for this project is end of May. This patch is included since mid-March in our...
Hi @romainruaud, yes we still use this patch in production. :)
Hi @shochdoerfer, thanks for your hint about `./volumes/phpstan` and caching behavior about PHPStan. But the default caching behavior of PHPStan will not take into account, because it will run in...
Hi @shochdoerfer, I have tested without overriding the cache directory and have the same problem. If I change the config `magentoRoot` to a path that not exists, I don't get...
Hi @NicoHaase, I have same the problem like you. I think the problem is, that your generated cov files by PHPUnit are incompatible to your phpcov version. In my case,...
Hi, last week I also try to set up fleet runner, but also stuck with the following error message: ``` Sep 19 15:35:36 ip-10-0-101-156.eu-central-1.compute.internal gitlab-runner[36430]: {"amount":1,"group":"aws/eu-central-1/d7-de-fleet-manager-asg","level":"info","msg":"increasing instances","runner":"nu_w_Cwzy","subsystem":"taskscaler","time":"2024-09-19T15:35:36Z"} Sep 19 15:35:36...