floge07

Results 6 issues of floge07

proposal to add an example for "allow egress only to public addresses". In our use case, where we execute some user-configured rest calls, the service running those should not have...

The current configuration of the management server happens via the provider block. Because of technical limitations of Terraform, the providers can only ever be static. This is not usable for...

Terraform Version: 1.7.3 Cloudamqp Provider Version: 1.29.3 Reached the limit of free instances in my Cloudamqp Team. Which I wasn't aware it was a thing. The error message the provider...

api or backend

Hello again, after I worked around #267 and then rolled out the new version, I discovered more obscure problems. Some operations suddenly fail with the error mentioned in the title....

Hi, the current versions can't seem to handle something like this: ``` [Name("getItem") public object getItem(string id) { ... } [Name("getItemByIdAndPath") public object getItem(string id, string path) { ... }...

Hello, I tried to update our GraphQL packages: **From:** GraphQL: 7.2.0 GraphQL.Server.Transports.AspNetCore: 7.1.1 GraphQL.Convetions: 7.0.0 **To:** GraphQL: 8.2.1 GraphQL.Server.Transports.AspNetCore: 8.2.0 GraphQL.Convetions: 8.0.0 And now I'm seeing the following error, all...