Albin Kerouanton

Results 60 comments of Albin Kerouanton

@rodrigm [Symfony has a dedicated mechanism for lazy loading services](http://symfony.com/doc/current/service_container/lazy_services.html). DId you try it? It's recommended to use it any time you create a service representing an external connection, like...

@yalg Mostly the lack of time and maintainer :( If you, or someone else reading this comment, are motivated to submit patches, feel free. We would be glad to merge...

You're right: decorating the filesystem is the best way to achieve this since you can't predict which interfaces will be implemented by the decorated adapters if you go the other...

We plan to fix such issues in upcoming months but currently we don't have any solution, sorry.

@FaustineLarmagna Can you update your PR as requested please ?

@php-dedicated-developers I'm unable to reproduce this bug with an up-to-date Gaufrette and vsftpd. Could you provide more details please? For instance, what OS do you use on your FTP server,...

Hello @PanzerLlama, What's the difference with the current [`GoogleCloudStorage`](https://github.com/KnpLabs/Gaufrette/blob/master/src/Gaufrette/Adapter/GoogleCloudStorage.php)?

@PanzerLlama Could you update the existing adapter rather than creating a new one?

@PanzerLlama Indeed, seems to be a bad idea to reuse the current Adapter. @AntoineLelaisant I would go for the first option, but without even waiting the v1.0 release. If we...

@PanzerLlama Is it ready to be merged?