Charly Poly

Results 142 comments of Charly Poly

ESM support blocked by same issue as https://github.com/dotansimha/graphql-code-generator/issues/8212

Hi @duarten, This will be solved by the upcoming #8409 and https://github.com/dotansimha/graphql-code-generator/pull/8415.

> It's been 22 days since this issue was posted and I am not happy I haven't been able to fix it so I will squeeze some few hours in...

Hi! All community plugins (see list below) have been moved to a new [`dotansimha/graphql-code-generator-community`](https://github.com/dotansimha/graphql-code-generator-community). Community plugins: - `@graphql-codegen/typescript-react-apollo` - `@graphql-codegen/typescript-graphql-request` - `@graphql-codegen/typescript-apollo-angular` - `@graphql-codegen/typescript-apollo-client-helpers` - `@graphql-codegen/typescript-react-query` - `@graphql-codegen/typescript-urql` - `@graphql-codegen/named-operations-object`...

@chriswetterman, I tested a similar setup locally. GraphQL Code Generator relies on `Listr` for console output, which truncates the content of logs depending on your terminal width (at print time,...

@chriswetterman, okay, we will investigate further. @wesselvdv, do you also face this issue on Windows or on another OS?

Hi @hannahborel, @wesselvdv, Could you confirm that you also face this bug only on Windows? I could not reproduce it on MacOS.

Hi all, The culprit is most likely the following commit: https://github.com/dotansimha/graphql-code-generator/commit/e2cfc5c360d09a4ba98d8855769b8711c96f13b2 However, reverting this commit will bring back [another bug](https://github.com/dotansimha/graphql-code-generator/issues/7546) that printed all error messages twice. The root cause of...