-
I am trying to encrypt `number` field which is inside a document in a `phoneNumbers` array.
```js
const userSchema = new mongoose.Schema({
name: String,
email: String,
phoneNumbers: [
…
-
Running the example gives the following type error:
`Property 'id' does not exist on type 'LeanDocument'.`
I think that it is related to this: https://github.com/Automattic/mongoose/issues/11761…
-
Given a student is on http://spoutlets.com/index.html
When I click Register
And I add a Username
And I add a Password
And I click Register
Then I should see http://spoutlets.com/tracker.html
Authenti…
-
**Describe the bug**
Seems to be similar to #30
In the latest version (2.2.1) a schema that contains a subdocument (in my case with the _id field turned off) results in an empty object being app…
-
when use mongoose 6.4.4 show this error:
also I make connection with createConnection and I pass mongoose: myConnection in option
```
schema = schema._clone(this.base.Schema);
…
hmz22 updated
10 months ago
-
I need to write a mongoose `plugin`. where I need a Request object to find `hostname`.
```
module.exports = exports = function(schema, options) {
schema.add({
hostname: String
})
…
-
Hi @diegohaz ,
I congratulate you on the project.
I have performed the given steps but am having trouble getting it to work when I try to enter a user using the `MASTER_KEY` I get the following er…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Particular framework support is implemented via tern plugin.
As there are many frameworks and many plugin developers,
there should be central registry to list them all.
For example I know mostly tho…
-
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…