Quentin Dequippe

Results 12 issues of Quentin Dequippe

Thanks to SymfonyCasts explication https://symfonycasts.com/screencast/api-platform-security/test-roles-reload :)

Status: Needs Review

Hi, Thanks for this amazing project :) Did you plan to release a new version of this package? Currently `certificationy-cli` is based on version `1.6.1` but this version dates from...

**Jane version(s) affected**: 7.6.0 **Description** When a Component Schema contains required fields (see example on how to reproduce) and if these fields are nullable, isset conditions blocks sub object denormalization....

bug

### Description ๐Ÿ‘‹ [swagger-php v4.8.1]( https://github.com/zircote/swagger-php/releases/tag/4.8.1) introduced [webhooks support](https://spec.openapis.org/oas/latest.html#oasWebhooks). I would like to add Webhook support to NelmioApiDocBundle but I am facing an issue: where to declare webhooks, in config?...

enhancement

### Description Attribute to map request header to specific controller argument. Similar to https://symfony.com/doc/current/controller.html#controller_map-request ### Example ```php #[Route(path: '/', name: 'admin_dashboard')] public function index( #[MapRequestHeader] string $authorization, #[MapRequestHeader] array $accepts,...

Feature
HttpKernel

๐Ÿ‘‹๐Ÿผ A new version of SPC has been released https://github.com/crazywhalecc/static-php-cli/releases/tag/2.3.2

When sending boolean data in request using `multipart/form-data`, `MultipartStreamBuilder` raises an exception ``` InvalidArgumentException: First argument to "Http\Message\MultipartStream\MultipartStreamBuilder::createStream()" must be a string, resource or StreamInterface. ``` This PR transforms boolean...

When repacking application it allows to hide Castor logo (even if the logo is really cool ๐Ÿ˜Ž)

When using flysystem in worker (never stopped) the connection stay active. Add an option to disconnect on object destruction.