Kevin Krieger
Kevin Krieger
From your [code](https://github.com/avstudnitz/AvS_FastSimpleImport/blob/master/src/app/code/community/AvS/FastSimpleImport/Model/Import/Entity/Category.php#L717): ``` * @todo Solve the problem with images that get imported multiple times. ``` Why not always use ``` $uploader->setAllowRenameFiles(false); ``` At least for category images customer...
Add hint for placeholder in README.md see https://github.com/all-contributors/all-contributors-bot/issues/201
How can I disabled times/time-ranges only for specify weekday? Example: Opening times for something is: Mo->Fr: 9:00 to 17:00 Sa: 9:00 to 13:00 Then I need to disable times {...
Add captainhook and PHPCS to composer require-dev section Add sample captainhook config closes #1120 (duplication) refs #947 #982 Please consider, that commit hooks are disabled in captainhook.json You could test...
Is this module GDPR ready?
See https://gist.github.com/dng-dev/75f0cd4300a5a85b66659e434bb71dea
#Ref readme.md > The configuration of the script is done in ~/.config/sw-cli-tools/config.yaml. If the file does not exist on your system, it is created after the first usage of the...
Please add requirements to readme.md - PHP Version - compatibility SW5.x/SW6.x
Installation via ``` mkdir -p ~/.n98-magerun/modules git clone https://github.com/steverobbins/magescan ~/.n98-magerun/modules/magescan ``` also tried ``` git clone https://github.com/steverobbins/magescan magescan cd magescan curl -sS https://getcomposer.org/installer | php php composer.phar install ``` Error...
Magerun command in README should be fixed: magerun magescan:scan ✔ 561 13:55:48 [Symfony\Component\Console\Exception\CommandNotFoundException] Command "magescan:scan" is not defined. Did you mean one of these? magescan:scan:unreachable magescan:scan:catalog magescan:scan:sitemap...