the legendary Krawalli

Results 5 comments of the legendary Krawalli

Its also on un-expanded. Just copy a html to http://validator.w3.org/check Its one per collection. So simply add a number or the collection name to the id and they should become...

change order of packages in your .meteor/packages file

the main problem would be, that **instanceOf** would not report back, that it is still a "Mongo.Collection" or "Meteor.Collection" and so its not picked up. The order of the packages...

yes, its working when line is changed to: ``` count = mongoengine.get_db()[self.model._get_collection_name()].count_documents(args_copy) ```

I did some tests and got it working. Maybe the code quality is not that good since it has been some experimental stuff.