Antoine Bluchet

Results 666 comments of Antoine Bluchet

please create a test case or a reproducer without knowing what you're doing exactly it's impossible to answer

This bug is targeting 2.7, as API Platform 3.2 is out, version 2.7 has reached end of life. Therefore we'll close this issue. We recommend to upgrade to API Platform...

This bug is targeting 2.7, as API Platform 3.2 is out, version 2.7 has reached end of life. Therefore we'll close this issue. We recommend to upgrade to API Platform...

#5618 has reasons why this still hasn't been merged...

Fix it and PR --"

The property filter is adding attributes to the serialization context dynamically, my first guess is that something is happening in the cache. Try to add `attributes` at https://github.com/api-platform/core/blob/8e3a488103a51becd9c900ec5a3849b806121fbf/src/Serializer/CacheKeyTrait.php#L36 ? We're...

In fact it's not the fix as they are present in the `$context`. Not sure what's going on.

@GwendolenLynch you should be able to create a parameter with default values and use it as attribute right? ``` class IncludeParameter extends QueryParameter { public function __construct(...) { parent::__construct(description: 'my...

Sure thing, just use `chokidar` if you need to watch files.