Peter Jaap Blaakmeer
Peter Jaap Blaakmeer
We use Gitlab instead of Github, and Gitlab uses markdown for issues. It would be great to have an option to have the output of this plugin generated as a...
I bundled all PR's and issues in my fork; https://github.com/peterjaap/magento2-regenurl
When I run `tinker(['id', 'title', 'description', 'completed_at', 'category']);`, it gives me; ``` ErrorException array_combine(): Both parameters should have an equal number of elements at vendor/illuminate/support/Collection.php:725 721| * @return static 722|...
The yuicompressor-2.4.8.jar file you ship with this extension isn't the latest version. It still has version number 2.4.8 but the HEAD of yuicompressor's repo (https://github.com/yui/yuicompressor) is 42 commits ahead as...
When running M1 on PHP7 and using Inchoo_PHP7 extension to fix the bugs, the shell importer breaks when importing products with images. This is because this extension does not use...
store_id = 0 has value 20 store_id = 1 has value 18 store_id = 2 has value 20 When you hover over the tooltip, it only shows '18' for store_id...
We need it for Akeneo 4 and 5. Magento 2 can now run on MySQL 8 too.
- Deployer version: 7.0.0-rc2 - Deployment OS: Alpine The Deployer in our CI job looks like this;  I've expanded the collapsed tasks on line 851-855. As you can see,...
When setting up a new environment with an existing database dump, we want to use n98-magerun db:import to import the dump. But at that point, the database is empty so...