genyded
genyded
@dbismut Cool - always happy to chat about whatever! We also do seem to be moving somewhat in sync. I agree using delete in favor of setting them to unassigned...
I (and maybe others) would like to know what you find if you have time. May help us if we run into it in the future!
Cool stuff! I put it through some wringers and everything I tried worked just fine. Nice job! The only thing I noted is that you are not importing lodash in...
@dbismut - Hey David, I'll try to find some time to play with this over the weekend. I am curious if you'd recommend a particular Promise library/package? Also is there...
Thanks again! Got it. Just FYI - 'wrapAsync' is sort of a Meteor-ish way to do promise like calls (make Async appear as sync). IMHO it's not as 'clean' or...
Not sure if the same fix would apply here, or where to make it but https://github.com/aldeed/meteor-http-extras/pull/8 had the same error and that pull fixed it. Seems to only happen in...
+1 - also wondering if there are any plans to migrate the mixins to HOC's and/or is decorators (with Babel) are supported in the current version.