dave kraftsow

Results 13 comments of dave kraftsow

I'm seeing this issue with JSX generics as well, which lead me to disable the plugin: for example using Apollo Query, you can write generic JSX as such: ``` ```...

I guess to simplify, what I mean is if we have schema defined in two places, say: ``` parserOptions: { schema:[ 'schema-1.gql', 'schema-2.gql' ] } ``` if `schema-1` contains a...

love this feature but also having the issue of seeing 0 bytes over the wire, with events coming through but empty in the extension

Also looking for a followup. Typewriter is great, but typescript `enums` are a bitter pill. Not only does this foist a gnarly refactor on our codebase, it also increases our...

@ehrro strings do not solve the problem. see: https://github.com/clauderic/dnd-kit/assets/3527177/7c4d0703-53d4-4663-a8aa-849a18a8416f notice that resetting the order to the original (default values) does not trigger an animation even though the IDs are strings....

@ehrro i think you might be missing the bigger picture here. the `arrayMove` utility simply manipulates the array in the same way any other array manipulation does. using it, as...

Just wanna add that this is the only thing preventing my org from adopting the otherwise excellent `TypedDocumentNode`. it would be fantastic if this bug got prioritized. The bug does...

@Urigo client preset is very cool but far too opinionated for our case. we want typed document nodes to be colocated with the large number of .graphql files we have...

@Urigo the primary reason is code organization. we have our components organized with their own ./gql/*.gql files. these components import from codegen files generated next to those files. this makes...