Pieter Hoste
Pieter Hoste
Yes @Krinkle, I noticed you guys put in quite some effort the last few weeks/months. Great job! I'll see if I can pick this up in the near future. And...
Upgraded less.php compiler further to version 5.0.0 Haven't performed a deep analysis yet, because the changes in resulting css files are very big when comparing v3 to v5, but most...
It appears that this problem was fixed in Magento 2.4.7-p1, 2.4.6-p6, 2.4.5-p8 and 2.4.4-p9 Maybe @nathanjosiah can confirm this?
@magento run all tests
@magento run all tests
@magento run all tests
I don't see why that DevExperience label was added? Because this will cause issues on production environments once the ICU library used by PHP is at the latest version...
I can work around the problem by executing this, but I don't know if that's the best way forward: ```sql UPDATE cataloginventory_stock_item SET use_config_notify_stock_qty = 1 WHERE product_id = '9158'...
This was already attempted before in https://github.com/magento/magento-cloud/pull/200 and not approved (but the reasoning is weird, they should really run `composer install --no-dev` during build step, but that's just my opinion)....
This one can be closed, was fixed a while ago, right? ``` $ composer show --format json --available magento/composer-root-update-plugin | jq -r .versions [ "2.0.4", "2.0.4-beta1", "2.0.3", "2.0.2", "2.0.1-beta", "2.0.0",...