Antoine Bluchet

Results 666 comments of Antoine Bluchet

Can you give me the steps to reproduce this issue?

Really interesting use case. I won't have the time to dig into this right now but from a first look it looks like we're spamming the daemon client with dns...

I need to investigate this, will do when I have some spare time ;)

With only 2 dats the daemon was taking 1G memory on my server. Might be because of opened file descriptors, not sure. Anyway this definitely needs to be improved but...

Hi, would you be able to check the [v3.3.0-alpha.2](https://github.com/api-platform/core/releases/tag/v3.3.0-alpha.2)? We removed these dependencies from the main composer.json.

> Then, if my project depends on a library that relies only on api-platform/metadata, my project will have core and metadata packages autoloaded. It should not have `core` at all....

> Futhermore, it exposes all MyResource properties which should stay internal as it is not part of our API. This is quite wrong if a class is marked as a...