Phil Pluckthun

Results 299 comments of Phil Pluckthun

This is a limitation with `TypedDocumentNode` / `TypedQueryDocumentNode`. We could either overload the function or provide a union, but it's hard to then discriminate union this: https://github.com/0no-co/gql.tada/blob/1596ae1fe76b882a7bd345289d018075c1f7b0a9/src/utils.ts#L45-L54 What I'd say...

@Daniel15: Sorry about that! ❤️ There's a test in the latest commit now that checks that the remote transformer files actually work.

There's a length limit on how many tokens the parser can handle. That limit is directly correlated to the recursion limit. It's not really a recursion limit and the type...

You can type it manually but you have to be careful to provide the right generics to `TadaDocumentNode`. For fragments, the third generic must be specifying the fragment's metadata: https://github.com/0no-co/gql.tada/blob/1439cf203d18900f6940bc7ef56d96988e16b832/src/api.ts#L413...

Could this be related to the following issues/PRs? https://github.com/ValveSoftware/gamescope/pull/1494 and https://github.com/ValveSoftware/gamescope/issues/1493 I've noticed blurriness and smudging as well, although I'm running on native resolutions and although I'm building via Nix...

Rebased and retested this branch, as per the test plan in the PR description. GraphQL calls are still being made as expected, and everything seems to be working. Also tested...

Sorry, dropped the ball here. I haven't been able to test this myself in a real app basically. If someone is willing to test this out then I'm happy to...

Actually, this may also work and get rid of React internals as well. It's closer to what we used to do here, but that had different gotchas. But this preserves...

Whenever either I get a free minute to test this manually, or when someone here can vouch for https://github.com/urql-graphql/urql/commit/9dbe48cd352d0a72a5555e92f4f027bde29628ee working in a prod build reliably (with concurrent queries) instead, since...