Christophe Vergne

Results 7 issues of Christophe Vergne

Hello, I was looking for the result of the update with the [HandledStamp](https://symfony.com/doc/current/messenger/handler_results.html), but it was always empty. Then I realized the result was not returned by the `UpdateHandler`, so...

Hi, I have a toot with a video inside, the video plays itself. I can touch the unmute button of the video, but then nothing else is possible on the...

bug

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

Feature
Status: Reviewed
Notifier

Hi, Since the update to **webonyx/graphql-php v15**, the `category` property is missing from `extensions` node in response. The lib has removed the `category` node ( see [upgrade guide v14 ->...

Fixes #207 --- The purpose of the PR is to return a standard GraphQL JSON error response in case of JSON error in given input (request body). ```json { "errors":...

Hi, I've noticed in the main Controller of the bundle, in case of JSON syntax error, a RuntimeException in thrown, which result to a 500 HTTP return code by Symfony...

Apply changes from https://github.com/thecodingmachine/graphqlite/pull/685 to the bundle. > [!WARNING] > Do no not merge until merge and release of https://github.com/thecodingmachine/graphqlite/pull/685 > [!NOTE] > Still having error running test about `DependencyInjection/Configuration.php`...