Johan Brook
Johan Brook
No worries :) Good to catch these edge cases.
This would be super helpful. Right now, the current code is clearing all my SEO stuff, since it runs in an `autorun` and looks from docs in the SEO collection,...
Good catch. Feel free to file a PR on this, if possible. Thanks!
Hi, sorry for the slow turn around on this. Exactly how isn't it working to call `collect()` several times? I'd guess it's because `stop()` is called on the subscription within...
I've merged #8 to `master`, feel free to pull down and verify.
@kikar Done! https://www.npmjs.com/package/gulp-fontcustom
Hey! So sorry for late response. If this is still a problem for you, feel free to submit a PR!
Hi @markreid. Thanks for reporting this in, and apologies for not noting this more clearly in the README. I'll fix that. I believe the Meteor version resolver tool is quite...
AFAIK, a Meteor publication isn't marked as "ready" if `this.stop()` is called within it. I might be wrong though.
I think it should, that's my opinion. One can check the callback's parameter to see if zero documents were published, hence `stop()` was called. Feel free to look into it...