Thibault Buathier

Results 8 issues of Thibault Buathier

Add configuration : `exclude_fields` => Dot separated list of fields to exclude from slack message. E.g. ['context.field1', 'extra.field2'] cf. https://github.com/Seldaek/monolog/blob/main/src/Monolog/Handler/SlackHandler.php

If we allow the user in the OAuthEvent and the redirection address does not match redirect_uris then we have a 500 error. Fix : -Catch error -Send response error

If entity identifier return an int BackedEnum, Proxy Generator generate method with cast to int. But it's impossible to cast a BackedEnum to int. Call `getId()` on proxy throw an...

| Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | https://github.com/symfony/symfony/issues/47797...

Serializer
Bug
Status: Needs Review

### Symfony version(s) affected 5.4.12 5.4.13 ### Description Hello, It becomes impossible to deserialize a union type that contains a `BackedEnum`, because `InvalidArgumentException` is not caught. It seems that a...

Serializer
Bug
Status: Needs Review

Hello FFMPEG 6.0 docker image with Nvidia is missing on Docker Hub. ![image](https://github.com/jrottenberg/ffmpeg/assets/9432727/02792f2f-4ae2-4449-9ddb-ab089f0e9291) 5.1 exists: ![image](https://github.com/jrottenberg/ffmpeg/assets/9432727/25f9aa70-7044-4dbf-b447-a109a40e444a)

Another way to solve https://github.com/doctrine/common/pull/997 Thank's to @malarzm for the test (https://github.com/doctrine/common/pull/998) The applied solution: only cast to `int` if return value is not a instance of `BackedEnum`. Another solution...

Mongoose compatibility. cf https://mongoosejs.com/docs/compatibility.html