-
## Question
Is it necessary dependency ?
-
## Feature Request
I can contribute financially to implement this feature request.
- A description of the problem you're trying to solve.
My Jest tests finish fairly quickly when using `t…
-
I've already fixed my issue by upgrading node version from 18 to 20.16. Anyway, it took a while to figure out what was going on. Checking the "File" instance with typeof throws ReferenceError before c…
-
## Bug Report
The SDK created by Nestia is asking for methods when using the API for requests.
Basically I have this DTO to create an user:
```ts
import {
IsString,
IsEmail,
IsNumber,
…
-
## Feature Request
It appears that due to your passion and deep knowledge you are the perfect developer to create the best NestJS CRUD library out there.
So, a humble request, can you please, pl…
-
## Feature Request
Fix all funtions like validate equals and creating types
for highly nested objects.
Or if I didn't read the documentation well, how can I solve this problem using your wonderful…
-
## Feature Request
While using nestia, I often saw the error message “unsupport type.”
These error messages are helpful enough to help me find the problem quickly.
In the case of an error tha…
-
I'm using Nestia to generate Swagger documentation, but I'm unable to display example values for parameters in the generated docs.
I tried `@example`
``` js
interface IGetHello {
/**
* @ex…
-
## Bug Report
### Summary
Write a short summary of the bug in here.
- **SDK Version**: 3.11.0
- **Expected behavior**: working
- **Actual behavior**: swagger generator is dead
Write d…
-
I use `@nestjs/mongoose` and `mongoose` in production.
Here is my Schema
```ts
@Schema()
export class User extends {}
@Schema()
export class B extends {
@Prop({ type: mongoose.Schema.Type…