Danny Cochran

Results 14 comments of Danny Cochran

ping @schickling as I recently ran into this issue again and found my own issue here while debugging :)

@jjangga0214 please feel free to just create a new PR and ignore mine, I think it's fine to do this in the situation where a PR author has abandoned their...

@benjamn yeah I was thinking about that too -- if Apollo ends up going down this route, though, it may be worthwhile to think about how to reduce the cost...

@benjamn I just realized a gotcha with this approach: 1. I execute a mutation, and it calls refetchQueries, and one of the queries is currently unmounted, so it won't actually...

@RealOrangeOne where can the rewrite version be found on npm? The version currently available on npm is pretty old.

For the `useQuery` abort case, there's a fairly complex way of making this work with your Apollo Client if anyone is looking for short term relief. This is what I'm...

Apologies for the slow reply, thanks for sending this along. Had just a few comments -- will merge when I hear back.

Hmm not sure why that would be happening. If you check out the example being served here: https://damp-reaches-87397.herokuapp.com/ And click around, you'll see X/Y coordinates printed out in the console....

It's doable but Windable stripped out as much as I could from the original implementation to just support wind, so it's likely we'd need to rework the API to abstract...

This behavior still happens today and also manifests itself in the VSCode Apollo GraphQL extension. when you have both a local schema file and an engine API key. I think...