meteor-dumb-collections
meteor-dumb-collections copied to clipboard
Dumb Collections (client syncs with server only on demand) for Meteor.js
Throws `Exception while invoking method 'dumbCollectionGetNew' Error: Did not check() all arguments during call to 'dumbCollectionGetNew'`, `Exception while invoking method 'dumbCollectionGetRemoved' Error: Did not check() all arguments during call to...
I am not sure but is there a way to not display this line in the console, except for just commenting it out ourselves? console.log("Dumb Collection " + name +...
Hi @richsilv , I'm using your package in a mobile app (meteor-cordova app), already in pre-production. I had 2 main problems to solve in this app: - Treat static, potentially...
After trying out dumb-collections in a bigger app and running into issues, I've implemented a stripped down reproduction of the error (see README for details): https://github.com/shilman80/dumb-collections-spike/ I'm sure it's related...