Phil Pluckthun

Results 299 comments of Phil Pluckthun

Usually this happens because of a resolution in your `package.json`. `@expo/metro` is pinned to a specific version of `metro-runtime` (and all other metro dependencies). This _cannot_ be overridden and Expo...

tl;dr: I think this would make a great secondary project _separate_ from `gql.tada`, but from our end we purposefully didn't invest in this. However, it's worth noting `graphql.web` minimizes size...

I've pushed a new implementation that attempts to avoid duplication by adding an input/output batch. This now skips hardlink directory candidates from being crawled, if the input batch contains any...

It's b). Specifically, for some syscalls it seems like `fs.watch` will only receive a directory change event

As per the referenced commits above, this should be resolved in React Native 0.79.3. Additional pick requests to backport to 0.78 and 0.77 exist but haven't been accepted and published...

I've had this in mind but didn't put this down in writing 👍 Definitely accepted as something that's valuable and was already on my radar. Thanks for putting it down...

I really like this approach 👍 We can simplify the sample implementation a bit: - Teardowns should be issued via `client.reexecuteOperation` so there's no leak on the client and the...