-
NestJS version: 8.0.0
nestjs-otel version: 3.0.1
NestJS-otel initialization code
```ts
OpenTelemetryModule.forRoot({
metrics: {
hostMetrics: true, // Includes Host Metric…
-
There is a case of malformed requests that can take down a full nodejs app, due to an uncaught `error` event thrown by `busboy`
Using the latest `1.4.5-lts.1` from npm, the following code results i…
-
### Is there an existing issue that is already proposing this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe it
When using `FilesInterc…
-
I have a Nest js application that routes some static assets to a create-react-app server. I would like to combine them and have everything run under Vite. The Nestjs example only renders the Nestjs ap…
thgh updated
10 months ago
-
According to the REST specification, a 204 should be returned if a DELETE action is successfully performed, but now the lib returns a 200 instead.
-
### What version of Bun is running?
1.1.13
### What platform is your computer?
windows x64
### What steps can reproduce the bug?
**`bun run src/main.ts`** success
![image](htt…
-
### What is the motivation / use case for changing the behavior?
Add database in the app
### Describe the solution you'd like
I think it would be useful to add nestjs/typeorm with sqlite (or other …
-
- next.config.js: Redirects | Next.js [https://nextjs.org/docs/api-reference/next.config.js/redirects](https://nextjs.org/docs/api-reference/next.config.js/redirects)
- Documentation | NestJS - A pro…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
Imagine the following custom configuration:
```ts
process.env.CUSTOM_FEATURE_ENABLED = 'tru…
-
```
➜ cd ./gateway && npm install && npm run test
> gateway@0.0.1 test
> jest --config ./test/jest-e2e.json --detectOpenHandles
(node:32062) DeprecationWarning: current Server Discovery and Mo…