David Burles
David Burles
@mtchllbrrn great!
@mtchllbrrn Hmm try see if you can reproduce the bug in an isolated application, otherwise there's too many variables to consider
@neutron92 would you mind providing a simple reproduction app?
Hey @mazing no there isn't currently however I'll leave this issue open and track if there's any interest
hey @chickenwing see here https://github.com/dburles/meteor-collection-helpers/issues/34
I'm still not sold :D how often do you end up nesting documents with Meteor anyway? it's usually bad practise for reactivity/publications etc (changed messages always include the entire subdocument...
Hey @Undeadlol1 are you sure that it's a bug with this package? If you can provide a link to a repo with a [simple reproduction app](http://sscce.org/) I can run I'm...
Using object method shorthand is okay however don't use arrow functions as then `this` won't be bound to the correct context. Could you post a more complete code example?
Looks fine to me (see the [examples in the readme](https://github.com/dburles/meteor-collection-helpers#usage)).
Perhaps gitter is an option