Ole Schäfer

Results 55 comments of Ole Schäfer

@ihor-sviziev , @lbajsarowicz thanks a lot for your help. I actually had to reimport the DB and then it worked fine.

@convenient , I actually ran into it before it came into our automated testing process. But I'm with you, this would have surely been caught by some other tool. Nevertheless,...

@convenient , awesome, really cool. I will try to test a Hyva update as soon as possible and let you know how it goes.

That would be really great. There are so many new commits, so a new release would help a lot. Thanks

@colinmollenhour, you're totally right, sorry. I debugged now a lot deeper. Found out, that `\Cm_Cache_Backend_File::_clean -> $result = $this->_updateIdsTags(array($id), explode(',', $metadatas['tags']), 'diff') && $result;` takes more than 1 second per...

I created a small repo, where this issue (or at least a similar one) can be reproduced. https://github.com/customgento/phpstan-test @ondrejmirtes , in https://github.com/phpstan/phpstan/issues/7241#issuecomment-1126865039 you asked for a testing repo. Does mine...

@ondrejmirtes , I added a proper README, which explains the issue. Like @iranimij wrote, https://github.com/customgento/phpstan-test/actions/runs/7399691296/job/20897922434 shows an error, which should not be there. Please let us know if you need...

@ondrejmirtes, how can we assist you in the solution finding process? As you can imagine, we really would love to solve that issue, but we have to idea, how we...

Since this change is included, we're facing issues with modules, which are only a dev requirement in the `composer.json` file. I debugged that in `\Magento\Setup\Console\Command\ModuleConfigStatusCommand::execute` and found out, that these...

@lamasfoker, we have a few modules, which we only use locally. So for example https://github.com/ho-nl/magento2-Ho_Templatehints. This is definitely something you only want locally and don't need on a live server....