Vincent Composieux

Results 58 comments of Vincent Composieux
trafficstars

Hi, I confirm that the workers are currently waiting for activities to finish and `WorkerStopTimeout` acts as a timeout. For instance, if you have an activity that needs ~30mins more...

I am also really interested in having the S3 multipart copy support in the manager! Upvoting :-)

Hello, Could you please propose a Pull Request with that change in order to tag it? If you can't I will try to do that later. Thank you

Hi @sluongng, have you come to any solution please? I have the same issue after upgrading to Go 1.22

Hi @jstoeffler, I think the problem of adding it to the Wordpress plugin directory is that it will make us maintain 2 repositories (this Github repository & Wordpress SVN plugin...

Hi @Draeli, Thank you for these informations. I think you can try to define a custom path info using the Symfony `RequestContext::setPathInfo()` method: http://api.symfony.com/2.5/Symfony/Component/Routing/RequestContext.html Something like this: ``` php $context...

Hi @christiancannata, Have you add the index.php trick in order to access the Symfony container inside Wordpress? (see README.md file on the repository: https://github.com/ekino/EkinoWordpressBundle#3-update-your-wordpress-indexphp-file-to-load-symfony-libraries) It appears the $container (static variable)...

Hi @faridmovsumov, I don't know why you are getting this error as the configuration value can be used actually (see: https://github.com/ekino/EkinoWordpressBundle/blob/master/DependencyInjection/Configuration.php#L44). Can you please close this issue if it is...

Hi @KnutFr, I think this is possible by overriding the EkinoWordpressBundle's `User` entity. Have you find any solution? Please feel free to close this issue if it is not relevant.

Hi @srolivella, @schurtertom, I just tagged `1.2.0` because some new commits were merged to the master branch but not tagged at this time and there is an update on the...