Pieter Hoste

Results 349 comments of Pieter Hoste

Just gave it a little try, it's unfortunately a bit more complex. Because `composer outdated` is more of an alias to `composer show --outdated` So adding `outdated` to the `FORWARDED_COMMANDS`...

I spend a little bit more effort in checking security-package, inventory & magento2-page-builder code and only page-builder contained one mistake, here's the fix for that one: https://github.com/magento/magento2-page-builder/pull/860 I've updated the...

I just realised that I may have interpreted the `strictMath` option incorrectly and that this change might be responsible for finding a bunch more code that needed to change which...

I've reverted my change to `strictMath` and turned it of again, just like it was before. That allowed me to reduce the number of changes here almost in half, only...

In the second commit of this PR, I've fixed some static test failures, only the ones I kind of agree that need fixing. All the other - in my opinion...

*sigh*, I'm now seeing that compiling less files (both with less.js and less.php compiler) containing these static test fixes outputs all comments that are in the form of `/*` &...