Adam Johnson

Results 8 issues of Adam Johnson

Currently the flag `--noDownload` on the `n98-magerun:install` command prevents both the Magento sample data and the full core installation from being downloaded. The code responsible for this here is: https://github.com/netz98/n98-magerun/blob/master/src/N98/Magento/Command/Installer/InstallCommand.php#L159-L181...

feature

At the moment the module is not easily installable into Magento 2 using Composer. To facilitate this the following directory would need to be the root directory of the repo:...

hacktoberfest

In Stylelint you're able to declare opening/closing braces to have new lines before and after using `block-closing-brace-empty-line-before` and `block-closing-brace-newline-after`. However there is no rule for setting this for nested properties....

New rule 👌

Would you consider publishing this module to packagist? A lot of open source M2 extensions are doing this and it would allow this to be installed without the following step:...

I'm getting the following error from the shell file when installing patches using `composer update` - it seems to be not correctly moving the scripts or picking up the magento...

Appreciate it is a big change, but what about using the database to manage page types and attributes assigned to each page type? Could use an EAV model with an...

suggestion

I'm using modman to deploy specific versions (tagged as releases) of modules, when running `modman update-all` these modules produce the following error: ``` Updating module_name Could not resolve remote tracking...

Currently, you can specify a patch to apply when a specific composer package is installed using the `@depends` metadata in a patch file: ``` @depends magento/module-base:2.4.7 ``` However, you cannot...