Alexander Rose

Results 98 comments of Alexander Rose

Hi, the job which is failing (`pre-commit run --config .pre-commit-yamlfmt-config.yaml --all-files`) passes fine on my local machine (when run in WSL, under Windows it shows [this known bad behaviour](https://github.com/jumanjihouse/pre-commit-hook-yamlfmt/issues/25)). Can...

> Hi, the job which is failing (`pre-commit run --config .pre-commit-yamlfmt-config.yaml --all-files`) passes fine on my local machine (when run in WSL, under Windows it shows [this known bad behaviour](https://github.com/jumanjihouse/pre-commit-hook-yamlfmt/issues/25))....

How do you handle incoming GraphQL requests in your server?

I can't help you with HotChocolate, I've never used it myself (I'm using [GraphQL .NET](https://graphql-dotnet.github.io/)). But I suspect it's most likely a serialization/deserialization issue. Make sure your `UserInfo` object serializes...

sorry for my slow reaction, I'm currently pretty swamped... I just released [v5.1.1](https://github.com/graphql-dotnet/graphql-client/releases/tag/v5.1.1) containing this fix. Hope this solves the problem.