Sam Balana
Sam Balana
+1
For remedying the possible holes within each container, have you considered using a `std::set` to keep a collection of the removed entities' ID? Then the next time you create an...
What is the status of `merge` handling joined documents? Is this feature currently in the works?
You can try this if you're using [sessions](http://passportjs.org/docs/#sessions), `passport.serializeUser`, and `passport.deserializeUser`. ``` /* * Check the request if the user is authenticated. * Return an error message if not, otherwise...