Sebastien MALOT
Sebastien MALOT
Can you send me your pdf form with data stored into ? [email protected] I'll check it.
Sounds good !
Hi @Joffcom However I don't care about command line feedback, the workflow is not enabled. Only the disable is applied. BR
Hi @Joffcom Indeed, it works with the `--id=[id]` specified, but not with the `--all` flag. Here a sample code to reproduce ``` version: "3.3" services: n8n: image: n8nio/n8n:0.204.0 environment: -...
Hi @Joffcom Any news ?
The function "_getDefaultPort()" is responsible of this issue. Setting the "port" property to null seems to be supported is the "ProvisionableRequest" class.
Great initiative ! I've already tried to work on it. See the ".travis.yml" file but I stopped due to lake of time ... https://github.com/smalot/magento-client/blob/master/.travis.yml
Hi, Can you suggest a PR to fix it ? Thanks
It's really hard to fix a such issue. There is many circular references between objects which block memory garbage. Usually we use "__destruct" to break such behavior by settings properies...