-
The `@nestjs/swagger` is one of the most widely used `@nestjs` packages under the `@nestjs` organization. So far it works pretty great - we have a declarative way to easily generate OpenAPI specifica…
-
### Issue Summary
I am using nest-js as a framework for my messaging service. This service receives the webhook from Inbound Parse API. Initially, the req.body field was an empty object. I had …
-
## Front-end form data
{name: "group name", code: "2222", items: {…}, id: 2}
name: "group name"
code: "2222"
id: 2
items: {
added: [1, 2, 3]
deleted: Array(0)
}
## Bug Report
Whe…
-
## Bug Report
## Current behavior
I have an exception in NestJS as described here
https://stackoverflow.com/questions/49692745/express-using-multer-error-multipart-boundary-not-found-request-sent…
-
```
import { Post, Param, Delete, Put, Get, Res, Body, HttpStatus } from "@nestjs/common";
import { ApiResponse, ApiOperation } from "@nestjs/swagger";
import { Response } from 'express';
import {…
-
## 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…
-
### Which Renovate are you using?
Renovate Open Source CLI
### Which platform are you using?
GitLab self-hosted
### Have you checked the logs? Don't forget to include them if relevant
…
-
Hi there, I am trying to move from testing my app with real testing database to use this test container approach. And I stuck on connecting to a container after it is up and running, can you help me? …
-
## 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…
-
In the `README.md` I can see:
> #### `.none()`
> Accept only text fields. If any file upload is made, error with code
> "LIMIT\_UNEXPECTED\_FILE" will be issued. This is the same as doing `upload…