COLE Edouard
COLE Edouard
Hello, Would be awesome if you could cover the best practices for svg combining. It looks like it is possible to combine multiples svg into one, and to query them...

I have to remove aliases from an SQL Query (to be honest, it's not SQL, it's CQL, Cassandra Query Language). Here is a query: - SELECT a.field AS fieldAlias, a.otherField...

When that kind of code is validated with twig:lint: ``` {{ 'print.my.date'|trans({ '%date%': myDate|date('date.format'|trans|desc('m/d/Y H:i')) })|desc('%date%') }} ``` It's failing with this error: ``` [JMS\TranslationBundle\Exception\RuntimeException] The "desc" filter must be...