Maxime Steinhausser

Results 70 comments of Maxime Steinhausser

I gave another approach in order to filter queries with multiple and more powerfull criterias (=, =, ...). You can have a look to https://github.com/ogizanagi/ArrestDB#api-design : > `...` > -...

Of course, it's great. But it will drastically increment the complexity of the current implementation. However, I'd like to see such a feature for this project if someone is willing...

As previously mentionned in another issue, I made something along this approach in the emergency of a personnal need in a fork. See https://github.com/ogizanagi/ArrestDB#responses. Beware, it is not a perfect...

I'll be interested by this too :)

I personnaly use FormEvents to achieve this change automatically. Example: ``` php class ApplicationType extends AbstractType { ... public function buildForm(FormBuilderInterface $builder, array $options) { $builder ->add('name') ->add('icon', 'file', array(...

@vrcAlbert : The issue however is that the `Request::getRequestUri()` method also returns the query string. You may want to remove this line: ``` diff - Request::normalizeQueryString(http_build_query($queryParams, null, '&')) ``` But...

Hi @ker0x . How do you instantiate the constraint? Could you provide a concrete example where this is problematic? ideally, could you even provide a reproducer or a failing test...

https://github.com/symfony/symfony/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+enum+label%3A%22Help+wanted%22 Likely to be dropped in the future, if any rewrite of this library is done based on the new enum type: - [Serializer integration](https://github.com/Elao/PhpEnums#symfony-serializer-component) => https://github.com/symfony/symfony/issues/40241 - DBAL Types...

Hi @jensstalder . Thank you very much for looking at this. Could you please explain me a bit more what would be the purpose of such a bridge now with...

Hmm, so we need to add the `@template T of int|string` line to each static methods, but using the same template name (`T`) would generate a ["Duplicate template param T...