Kristof, Fooman

Results 59 comments of Kristof, Fooman

Thanks @lucho2d7 for your contribution. The changes unfortunately no longer cleanly apply to the latest master branch. Would you mind checking the merge conflicts and rebase your PR to resolve....

@rgoytacaz thanks for your feedback. I guess there might still be some usecase for this considering that a site will contain lots of landing pages. If you have a measurement...

Might also be an option to switch the Mailhog image to https://hub.docker.com/r/cd2team/mailhog/tags?page=1&ordering=last_updated

@f1-outsourcing Composer does require quite a bit of memory to come to the right conclusion of what packages to install (it reads all possible packages into memory for this). 1.6GB...

If we are expanding / changing the way module registration works I think we should also look at this implementation [here](https://github.com/magento/magento2/blob/2.3-develop/lib/internal/Magento/Framework/Module/PackageInfo.php#L95). It is used by the Web Setup Wizard and...

Thanks @victor-v-rad - just to note the solution that I posted would likely not work for jurisdictions that apply multiple tax rates on the same item (Canada comes to mind)....

I am with @Vinai and I think this discussion might be a good starting point for broadening it. The current Magento approach is to avoid adding to existing interfaces as...

I am all for improvements for the testing framework's abilities. One concern which I will voice here in the hope of it being considered. If/and when the new fixtures get...

If we are making changes to the customer inputs I strongly suggest dropping a lot of the required fields and making them optional. The current GraphQL API is very opinionated...

I figured - maybe something for 2.0. However for any new commands that are added before that time, could you state your preference of the 3 mentioned patterns?