evs-xsarus

Results 37 comments of evs-xsarus

@edbizarro do you have time or other issues why we have to wait long on support for new PHP versions?

Could this be added in such a way that I can choose to have composer 1 or 2 ? Perhaps keep the current for composer 1 ```image: edbizarro/gitlab-ci-pipeline-php:7.4``` and for...

Magento 2 also breaks with XDebug as it throws: > Fatal error: Uncaught Error: Call to undefined function xdebug_disable() in /builds/lov/magento2/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/_bootstrap.php on line 78

I'm experiencing the same thing. Gladly, this extension provides instant results: https://github.com/bmewburn/vscode-intelephense

This version mismatch also prevents using mlocati's script for installing memcache on a PHP 8 docker, could you look into that: https://github.com/mlocati/docker-php-extension-installer/issues/244

@theseer that doesn't work sadly : ``` evs@XSA-LT2020003:~/sites/dlk_upgrade/current/qa (preview/staging3) $ p81 phive.phar --home /tmp [ERROR] An error occurred while processing your request: Creating directory "/home/dockeruser/.phive" failed. #0 vendor/phar-io/filesystem/src/Directory.php(67) #1 src/shared/config/Config.php(64):...

PS I 'm running Magento magento/product-enterprise-edition 2.4.2 with magento/extension-b2b 1.3.1

The field 'qty' seems to be nullable in table 'cataloginventory_stock_item' . When adding products with the qty to 'null', it doesn't seem to be added to the source table, resulting...

I've created a patch based on https://github.com/mathijsm/magento2-ordercomments/commit/5dde194419f49e20205e73b7cb957bf0e9674488 . This way, the core files are used. /patches/print-bold-order-comment-on-invoice-and-shipment-pdf.patch ```patch --- module-sales/Model/Order/Pdf/AbstractPdf.php +++ module-sales/Model/Order/Pdf/AbstractPdf.php @@ -1124,4 +1124,78 @@ } return $top; } +...

@twoatechguy well, I agree partially. Doing it with a patch, gives me a warning should the core file change. This is a trigger for me to check if the functionality...