Giacomo Moscardini

Results 8 comments of Giacomo Moscardini

I am digging in this but I think it is related with the way the unsubscription is handled. If the customer is deleted then it is not possible to re-add...

@arthurbergmz people are interested. Can you help them to switch maintainers? 🙏🏾 And thanks for your module is pretty useful!

@peterjaap could you please take a look at this?

[This](https://github.com/magento/magento2/blob/2.4-develop/setup/src/Magento/Setup/Console/Command/ModuleConfigStatusCommand.php#L92-L93) exception is thrown also on the latest magento 2 version, so yes.

@norgeindian I do not have this issue. Do you have any examples of magento modules required only on dev? Perhaps you are running composer install without `--no-dev` parameter on your...

Sorry for the late replay. > How do you maintain your config.php? We add `app/etc/config.php` as `shared_files` and we do not include it in GIT. I pasted below our recipe...

I can confirm the issue. I think the problem is in `\Deployer\run` function: ``` foreach (['timeout', 'idle_timeout', 'secret', 'env', 'real_time_output', 'no_throw'] as $arg) { if ($$arg !== null) { $namedArguments[$arg]...