David Burles

Results 171 comments of David Burles

Hey @drone1 thanks for all your effort on this. I would like to keep Tinytest in place since it retains the existing file structure and simplicity. I'm going to open...

Hey Tinytest is okay with async tests, it just requires that you use `Tinytest.addAsync`. See: https://github.com/meteor/meteor/tree/devel/packages/tinytest#synchronous-and-asynchronous-tests. If Tinytest becomes deprecated in future Meteor releases it will make sense to migrate....

As an alternative, if you would like to make the commits yourself. I'm happy for you to open a new PR with the changes in #89 and I'll merge that....

Thanks @drone1. Yeah that's definitely a plan. I'm just not sure if it will break Meteor 1 and 2 support support if we switch to `Object.keys`/`forEach` and use Object spread...

Published as 2.0.0! Thanks for all your effort @drone1 and @harryadel for the test workflow!

Thanks for the mention @jaydenseric. Just thought I’d share another perspective and walk through a line of thought that leads us to this pattern. Starting with the concern with request...

Hey @yaacovCR thanks for the visibility on import depth. > Using preloading to fast-track downloading the bundle seems like a great idea, but it also seems to be solving the...

Back on the rollout plan. I like @benjie’s suggestion made here: https://github.com/graphql/graphql-js-wg/issues/161. > On the "no index file" front, I think we should reserve that for the next server major....

This should be a priority.