-
I have found a problem with `no-array-callback-reference`:
The rule is erroring on a custom implementation of a method called `find`
We have a class that contains a function `find`, and I am get…
-
Since updating, my test with async parallel:
```js
it('should assign pids for parallel async parallel requests', done => {
async.parallel(
[
function(cb) {
User.cre…
-
**Do you want to request a *feature* or report a *bug*?**
Feature Request
**What is the current behavior?**
Is there a way to disable a plugin for a specific model? I've enabled timestamps an…
-
After indexing all documents I see this error in console and index is not created on elastic search. Strange because 4 other collections were synced fine and this one is the simplest
``` js script
c…
-
Consider the use-case where a model instance needs to do some initialization DIRECTLY after it has been created, based on the properties that particular instance is created with.
This would enable c…
-
Hello,
With the config above a new document will always have `field1: {}` if `field1` is not provided.
```
const subUserSchema = new Schema({
field2: {
type: String,
},
});
const…
-
Hi,
I found your plugin pretty useful since I have my pain point writing doc for Mongoose!
I was wondering would this be compatible with [documentation.js](https://github.com/documentationjs/docum…
-
-
Thank you for rescuing this package from the dead guys.
This was an issue with the previous package as well, but the startAt function doesn't work. I've also just tried saving a schema twice... and…
-
**Do you want to request a *feature* or report a *bug*?**
feature
**What is the current behavior?**
Deleting a document in mongoose really deletes it from the database.
**What is the expected …