Giacomo Moscardini

Results 11 issues of Giacomo Moscardini

As you can see [here](https://github.com/lamasfoker/upreginadellafamiglia-website/runs/2257259237?check_suite_focus=true) seems to be enabled the xdebug extension. I think it is better to disable it.

Environment: Magento 2.3.3, Php 7.2, Limesharp_Stockists 2.0.13 When I launch the command to uninstall the module `bin/magento module:uninstal Limesharp_Stockists` the shell respond with `Limesharp_Stockists is not an installed composer package`...

I have added another check if the `setup:upgrade` command is needed to be run. As stated on the [command class](https://github.com/magento/magento2/blob/2.4-develop/setup/src/Magento/Setup/Console/Command/ModuleConfigStatusCommand.php#L92-L93) `module:config:status` if it fails you have to run the `setup:upgrade`...

## Step to reproduce 1. Add to cart a giftcard with the value of 500€; 2. Use a coupon code with 50% discount; 3. Complete the order. ## Expected result...

bug

A non-UTF8 char on a field has to trigger an alert during the import and stop it for the current product otherwise, the import itself should remove this char and...

enhancement

If all the product variants of a particular product are disabled also the product should be disabled. In other words, if at least one product variant of a particular product...

enhancement

I'm always frustrated when the client creates a new product attribute in Sylius that is already present in Akeneo. The only way to update the attribute on the products is...

enhancement

Github will soon remove Node 16 from the Github Action; see [blog post](https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/). In this PR, I want to update the actions used in this workflow to the latest version...