Antoine Bluchet

Results 588 comments of Antoine Bluchet

It should be available on the main branch already, indeed you can rebase against main if you don't have the changes locally.

Tyvm @dwgebler I'll soon release an alpha version of API Platform 4.2!

See also https://github.com/api-platform/core/issues/3828. For the documentation cache I'd suggest using a file that you previously dump as it should be sufficient. Note that on the master branch the OpenApi code...

Yes I could reproduce in 2.7 and I assume it's there since we introduced graphql.

Can't you use the boolean filter for this ? Or create a custom one its quite accessible looking at our code: ```php

Interesting, alpha versions are there juste for that, it's quite hard to test the whole subtree split without releasing tags. I'll definitely try the flag you mention, what is the...

Indeed I need to document the QueryParameterValidator replacement, but if you haven't customize it you have almost nothing to do. It looks like you have not the correct dependencies installed,...

I see, try installing `3.4.0-alpha.5` instead, as 3.4 can not work with 3.3 version of our components.

Interesting, although aliases are made possible using the new `QueryParameter` functionality since API Platform 3.2. I'm wondering how the documentation (hydra) outputs the view template for such a feature? What...

interetsing, there's only one failure at features/doctrine/eager_loading.feature:64 I guess it's because of the property filter (it adds `attributes` to the serializer groups), maybe that the code needs a small adjustment?