Antoine Bluchet

Results 666 comments of Antoine Bluchet

Does this work for you? https://api-platform.com/docs/schema-generator/configuration/#full-configuration-reference

In PHPStorm, 3. are documented via completion. If not, a quick look on the Annotation code source should do it! IDE today have quick navigation for this use case. Anyway,...

Thank you very much for your input! > the user should manually merge those fields back to the object manager in the message handler, or, make a mention that tells...

Yes it will, and you'll have access to the Resource that needs to be updated see https://api-platform.com/docs/core/dto/#updating-a-resource-with-a-custom-input. The call to messenger will happen later when the resource should've been written...

Hi @kayneth OpenAPI docs is available (see https://github.com/api-platform/docs/pull/1145/files) Note that I'd suggest to decorate the OpenAPIFactory not the normalizer anymore.

Nice catch, do you have an idea on how we could force safari to redraw?

btw it's really easy to transform a pidstat output to csv using https://github.com/shenwei356/csvtk. Execute this script with as first argument the result of `pidstat`. For example: `pidstat -h -H -p...

Can confirm the issue is still present

Api Platform kinda does this already (graphql support on sql databases)

am so sorry I didn't merge early, will get into the next patch!