Valeri Karpov
Valeri Karpov
I noticed that there's also a lag at the end of Mocha tests, so I suspect this problem isn't limited to just Jest. However, Mocha exits fine, it just takes...
Worth noting - I consider hooks and hooks-fixed to be deprecated. hooks-fixed only exists because I don't have push access to hooks and hooks has several critical bugs. grappling-hook is...
Kareem actually does the same thing re: post hooks being executed before the final callback. Mongoose really should be doing that going forward. Grappling hook is looking pretty sweet, I'm...
We may need to write a separate plugin. Will consider this for a future release.
Closing this since we have a Mongoose issue open. Methods isn't something this plugin can reasonably support.
The fix for this is a little tricky because of #28: right now we apply virtuals in post order traversal, which means child schema virtuals get applied before parent schema...
I don’t think the component.json file is used for anything - any reason you can think of to not delete it?
@rpenido can you please provide a code sample that demonstrates the issue you're seeing?
Not ignored, just got lost in the shuffle. Our practice for handling issues across multiple repos was much worse in 2015 :( Going to take a look at this.
@Uzlopak I think mpath should err on the side of consistency with the MongoDB server. So the first one you listed is the "correct" behavior. ``` MongoDB Enterprise > db.test.insertOne({})...