Christian Sueiras

Results 6 issues of Christian Sueiras

Fixes issue #2933 I've also added test coverage for the property being set. @bjorn I know there's some on going work to release the latest version of the library to...

Fixes #31 @slok this changeset just handles the context cancellation within the retry middleware as there's no current way for client code to exit out until the retry attempts are...

The retry middleware will continue to retry even in the event of the context being cancelled. ``` r := retry.New(retry.Config{ Times: math.MaxInt32 }) ctx, cancel := context.WithCancel(context.TODO()) cancel() // context...

Hey @kaqqao I've pretty successfully integrated with spring security and SPQR but I just noticed a bug in my code that manifests itself only with subfields that are making use...

Hi I believe I found a bug, whenever the DefaultGlobalContext is injected without the type being specified for the request object a TypeMappingException is raised: ``` Caused by: io.leangen.graphql.metadata.exceptions.TypeMappingException: Type...

**Describe the bug** Tiled exports to Godot using the `TileMap` node which has been deprecated (https://docs.godotengine.org/en/stable/tutorials/migrating/upgrading_to_godot_4.3.html#id4). I think the change on the plugin is small-ish, it currently produces this: ```...

bug