Benoit GALATI

Results 7 issues of 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...

Bug
Status: Needs Review
Messenger

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; ```...

enhancement

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...

feature request

| Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix...

Bug
Status: Needs Review
Messenger
Status: Needs Decision

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...

feature-request