Manuele Menozzi

Results 23 issues of Manuele Menozzi

Currently the default Symfony Process timout of 60 seconds is used. Sometimes I need to debug (with xdebug) the CGI process and that timeout it's very uncomfortable. It would be...

Hi @cmuench, I want to develop a command in n98-magerun that creates a product. I think that it could be useful during development to quickly create products. Only a question:...

enhancement

Hi, I'm trying to use only `configPath` and `name` to configure my tunnel. Given this ngrok config: ```yaml # /path/to/ngrok.yaml authtoken: ***** tunnels: myapp: addr: 8000 proto: http ``` And...

The `\Ebizmarts_MailChimp_Model_Api_Subscribers_MailchimpTags::getAddressData` method appears to be wrong and this PR aims to fix it. Prior to this PR: * If the customer has a default billing and shipping address but...

As stated at https://github.com/amphp/artax/issues/150, it seems that macOS resolver looks at `/etc/resolver` directory to get the nameserver to use for a certain TLD. For example if you put the file...

feature request

I'm trying to delete old package versions in a GitHub Actions workflow on private repository. Packages are under the same repository where GitHub Actions run. I can see them in...