Alex Rock

Results 81 comments of Alex Rock

For now my priorities are elsewhere, but I don't want to leave this project, I will definitely continue maintaining it! As a first note, releases should be done from a...

This has a really big impact on performances and memory usage, I wouldn't recommend to add it in dev at all. A compromise would be to comment it and add...

@lyrixx When I tested this, the cost was at least of twice the time, but maybe some internal improvements have been in Doctrine in the meantime, I'll retry it with...

Wow, I don't know what changed, but I checked on a project where an operation has to run more than 900 selects and runs 972 inserts (yep, a bit complex...

I think it's good to keep the work going in ES5 for now, and when the project will be much more mature, rewrite it. As it's more like a POC...

Is this issue related to the [list_missing_translations](https://github.com/lexik/LexikTranslationBundle/tree/list_missing_translations) branch? If yes, rebase + PR could be easier for code reviews

I would suggest to make letsencrypt `false` by default, so that TLS becomes a true requirement instead of being automatically enabled.

I have the exact same issue here: even if I use the `-http-addr` option, I can't set it up properly because I have another server running. IMO, both HTTP and...

Thanks for the report, I'll investigate on this 👍

Generating URLs isn't the role of the CmsBundle, it's done with the Symfony Routing component. Usually, when you use `path()` or `url()` in Twig, the `_locale` parameter is automatically set...