Pieter Hoste
Pieter Hoste
It's more of a problem with composer then the magerun tool itself. Magerun and Magento are two separate things, even though magerun can communicate with Magento, it doesn't necessarily mean...
I agree with @sreichel here, it would be nice if the latest version of magerun2 could have non-conflicting dependencies with the latest version of Magento2. That would mean it will...
The `phpcs` tools should only scan `*.php` (and maybe `*.phtml`) files, why is it being used to scan `*.less` files as well? That makes little sense?
Just tuning in to mention it would indeed be a good idea to use a temporary configuration file as you both suggest. I noticed a bunch of warnings while using...
Actually rewrites still exist in Magento2, but are called preferences now. See the 1st paragraph in the following blog post: http://www.coolryan.com/magento/2016/01/22/preferences-in-magento-2/ But they are used less frequently then in Magento1...
@engcom-November: out of curiosity, can you try to raise your `max_input_vars` value in the php configuration? See documentation: https://www.php.net/manual/en/info.configuration.php#ini.max-input-vars Its default value of 1000 might not be enough for the...
@engcom-Bravo: what was the reason for closing this? Please always specify a reason when closing issues in the future, otherwise it's confusing the people who watch the ticket. /cc @sdzhepa...
Great info here! Why aren't these fixes being contributed back as pull requests to Magento? (I understand the PR process is a big pain in the ass here, but at...
I've noticed 2 commits that got merged here 11 hours ago, under the name "ACP2E-1028: Current Indexer implementation for large catalogs is causing items to not appear on site", that...
Uhm, I don't think this issue is valid @Den4ik @engcom-November, unless I'm misunderstanding the report. The setting `Display Out of Stock Products` actually means: instead of hiding out of stock...