-
## I'm submitting a...
[ ] Regression
[ ] Bug report
[x ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead pos…
-
Hello ricardo, thanks a lot for this repos. It really helped to build a nestjs SP app to auth an SAMLv2 authentication.
First step with the ADFS IDP was successfull ! I can get back the profile with …
-
## Versions
- System: windows
- NodeJS: 12.18.3.
- Typescript: 4.0.3
- Compiler / Transpiler: tsc / ts-node
- Typegoose(NPM): 7.4.1
- Typegoose(GIT): commithash
- mongoose: 5.10.7
- mongodb:…
-
I'm Using nestjs in my new project, I found a problem when trying to make a new custom-validation rule, that using database,
for example, if we have a role that validate whether the value is unique …
-
## I'm submitting a...
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post…
-
## I'm submitting a...
[ ] Regression
[ ] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post…
-
## I'm submitting a...
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post…
-
seems mongoose can do something like this, I wonder how to do it with typegoose
```
var users = mongoose.model('User', loginUserSchema, 'users');
var registerUser = mongoose.model('Registered',…
-
**Do you want to request a *feature* or report a *bug*?**
I consider this a **bug**.
**What is the current behavior?**
I have a users service class like so (using NestJS):
```ts
impor…
-
Hi, is there any future plan for supporting mongoose discriminators?
https://mongoosejs.com/docs/discriminators.html