Benoit GALATI
Benoit GALATI
**Symfony version(s) affected**: 5.3.X **Description** **How to reproduce** 1. Setup messenger with AMQP and RabbitMQ and a retry strategy 2. Setup a handler that throws an Exception 3. Enable JSON...
Hello, I noticed that the ParamFetcher does not set the property path of ConstraintViolation as per this line: https://github.com/FriendsOfSymfony/FOSRestBundle/blob/b91a48419201455490c3358ea8bdcd8c5c310f27/Request/ParamFetcher.php#L123 Is that done on purpose or we could add the name...
Hello! What about adding Deserialization type in the app codebase instead of storing it in the database? Something like: ```php /** * @ORM\Column(type="json_document", class="App\Address", options={"jsonb": true}) */ public $foo; ```...
Hello ! It would be cool to provide a docker image with everything pre-built so that you just to configure some environment variables and you are ready to go with...
| Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix...
Hello, What about validating provided parameters and answer a 400 Bad Response http code when. For example when calling: ```php $server->getImageResponse($path, ['unvalid' => 'value']); ``` It would return a http...
### Describe the feature you'd like Hi! I would like to be able to customize the `resource_name` of a `curl_multi_exec` call. For example: some APIs are using the same endpoint...