Thomas Helmrich

Results 22 comments of Thomas Helmrich

Do you have `someArbitraryInput` in your GraphiQL Documentation? Could you provide an Behat Scenario / Test for it?

Release of `5.0.0-beta.2` was in March 2022. If it was an mistake, there was plenty of time to correct it. IMHO the Project looks like it´s dead.

Are you on Dev-Mode with custom Domain-Name? Try to set it into e.g. `/etc/hosts` with the IP. Issue should appear, if Domain could not be resolved.

Have the same issue since Upgrade to 3.1. Previously i had an `uriTemplate: '/seminar_modules/slug/{slug}',` wich worked great together with `itemUriTemplate: '/seminar_modules/{id}',` in the GET route. Since Upgrade it worked, but...

On Debugging the [OperationContextTrait](https://github.com/api-platform/core/blob/main/src/Serializer/OperationContextTrait.php), in Line 35 it removes the `item_uri_template` from parent operation, but in Line 42 it adds it again. `$operation` is still the parent. Is that a...

Also [here](https://github.com/api-platform/core/blob/main/src/Serializer/AbstractItemNormalizer.php#L709) is an unset of `iri`, `uri_variables` and `item_uri_template`. That is missing after the collection [childContext get](https://github.com/api-platform/core/blob/main/src/Serializer/AbstractItemNormalizer.php#L671) If i add it there, it seems fixed. But currently IDK if...

As i read from #2065 the dmarc report is welcome, but a docker container for that is overload. So it seems that the goal is to integrate it in the...

Seems like Helpers is adding a slash too much on realpath. Result is for example: `file:///srv/api/public/pdf/fonts/MerriweatherSans-Regular.ttf`

Also recognized that in current Firefox on mac

+1 As soon as i apply "super.init(tableViewStyle: .Plain)" the navigation Controller is nil