Mateo

Results 57 comments of Mateo

Hey! thank you for the quick reply, yes I'm using Monogame. I run what's in the readme after setting up dotnet, and creating a monogame project using dotnet templates. ```...

Pretty sure we could just use export_to = '../bindings/index.ts' in every struct as per [this](https://github.com/Aleph-Alpha/ts-rs/blob/main/ts-rs/src/lib.rs#L180-L182).

Hey Richard! This is very very old and I'm not working on that project any longer. May as well close this issue. We fixed it by making raw http calls...

Setting "transparent: true" helps, no white flash at least.

This used to work perfectly fine, what broke it? I remember using this december last year with no issue at all. Is it the LSP or VS Code?

https://github.com/mirumee/ariadne-codegen/blob/main/ariadne_codegen/client_generators/package.py#L185 Perhaps related to this hardcoded `convert_to_snake_case=True`?

Yup that seems to be it, if you set it to `convert_to_snake_case=self.convert_to_snake_case` the subquery gets named correctly in the generated code. ```python class EnhancedTokenFields(GraphQLField): address: "EnhancedTokenGraphQLField" = EnhancedTokenGraphQLField("address") cmcId: "EnhancedTokenGraphQLField"...