Thanos Polymeneas
Thanos Polymeneas
Right now the plugin is using folding to show the inherited text. However folding does not allow for multiple lines which means the whole text has to be collapsed into...
Hi. I encountered the error below while upgrading a project to symfony 5.4. From my understanding it could be because of the [session-service-deprecation](https://symfony.com/blog/new-in-symfony-5-3-session-service-deprecation) which makes [RemoveSessionPass](https://github.com/lunetics-org/LocaleBundle/blob/3.x/src/DependencyInjection/Compiler/RemoveSessionPass.php) cause the error message....
``` User Deprecated: The "lunetics_locale.allowed_locales_provider" service is private, getting it from the container is deprecated since Symfony 3.2 and will fail in 4.0. You should either make the service public,...
If a forward happens in symfony (2.3 but i think 2.1 as well) the `_route` request attribute becomes empty. That means in some cases (when useController is off which is...