Ben Newman

Results 199 comments of Ben Newman

Here's [our tracking issue](https://github.com/apollographql/apollo-client/issues/8236) for the implementation of `useFragment` in Apollo Client v3.5 (the next minor version). > Is there any solution to observe a fragment change in the cache?...

We are planning to consolidate `dataIdFromObject`, the `@connection` directive, and `cacheRedirects` (FKA `customResolvers`) in the next major version of Apollo Client (3.0). I will definitely keep this feature request in...

Are you sure `require("meteor-promise").makeCompatible(Promise, require("fibers"))` is getting called early enough? If it's a Meteor app, that should happen automatically, but I guess it's possible you have multiple `Promise` constructors floating...

Yeah, `async` functions are currently not enabled by the `ecmascript` package, though I am eager to consider enabling them if there is interest.

You're suggesting I can just keep creating new `Fiber` objects and they'll get recycled into the pool as soon as they finish a given run? I don't have to wait...

Did you try updating to Meteor 1.6 first, to verify everything worked with the stable release?

There's a chance that `meteor update --release 1.8.1-beta.15` will fix this, though I can't say for sure because I haven't been able to reproduce this myself.

So it looks like [this line](https://github.com/meteor/cordova-plugin-meteor-webapp/blob/00ddf9836fd5ef780366b39afe979f7f15789801/src/android/AssetManifest.java#L39) is failing because the `string` is HTML starting with `

Have you tried updating to the latest Meteor beta version? ```bash meteor update --release 1.8.1-beta.17 ```

I'm in @nodejs/modules but also am a http://github.com/meteor/meteor core maintainer. Can my Meteor colleague @abernix attend as well? We are both pretty interested in Node's relationship with Node-based tool builders,...