Cassiano
Cassiano
Looking for a solution too. I'm trying to work with AWS - EC2 and S3 for assets without success
Sorry 😔 this is not my code it's a external lib for payments...
Have you tried this? ``` bash composer require buggedcom/phpvideotoolkit ```
Sorry for late answer. I was coding something here, the closest I got is something like this, rewriting `save` method extending `PHPVideoToolkit\Video`: ``` php public function getCommand($save_path=null, Format $output_format=null, $overwrite=Media::OVERWRITE_FAIL,...
I didn't used KnpGaufretteBundle more to write at S3, my solution: http://stackoverflow.com/a/26146562/1983572 maybe don't need to create the `StreamWrapperS3` in the answer as a service, just instantiate it getting parameters...
Thanks for the information @garak but if I'm not wrong when you use the ``fetchJoinCollection`` to ``false`` in Doctrine paginator this fetchs doesn't happen.
Yeah, I already knew it, but when I start to do too much ``leftJoin`` the query starts to get very slow, I'm optimizing performance of a listing.
Using Ubuntu here and this is what happened: ``` $ npm install && npm run build up to date, audited 1012 packages in 2s 197 packages are looking for funding...
I'm almost getting crazy trying to figure out `disqus_config` used by [Disqus Wordpress Plugin](https://br.wordpress.org/plugins/disqus-comment-system/) and reproduce this for Disqus comment inside AMP pages... I've already get it working but as...