-
Hi guys. I'm trying to run a nest.js app in ESM mode with typescript but it fails on importing directories using index files. When I use commonjs everything works file except an esm only library which…
-
Hi everyone!
I'm @urigo the founder of [The Guild](http://the-guild.dev).
As recently [been announced](https://www.prisma.io/blog/the-guild-takes-over-oss-libraries-vvluy2i4uevs) on the Prisma b…
Urigo updated
2 years ago
-
## Bug Report
## Current behavior
when connect server, handleConnection() client.id is undefined.
```
[Nest] 21204 - 2021-04-28 10:27:40 ├F10: PM┤ [ClassroomChatGateway] Client connected:…
j92z updated
2 months ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
In main.ts
I define adapter from @nestjs/platform-socket.io and pass it httpsOptions(pem fil…
-
I tried out migrating away from AWS's X-Ray SDK for Lambda, but the Open Telemetry Lambda layer appears to add a significant amount to cold start time, which I didn't expect.
It was suggested I cro…
-
**Describe the bug**
WebSocket connection to xxx failed
**To Reproduce**
Server socket.io server version: `4.6.1`
_Server Developing using [Nestjs](https://github.com/nestjs/nest)_
```j…
-
Hi, we have been looking for something to monitor our Bull Queues for quite some time. and I use Bull Board for monitor queues,
I'm using Fastift rather than Express, and I have been stuck on Loading…
-
Hello,
In your exemple you give:
```typescript
import { IsOptional, IsString, MaxLength } from 'class-validator'
import { validationMetadatasToSchemas } from 'class-validator-jsonschema'
clas…
-
We should evaluate the integration with the types used in the `safe-react-gateway-sdk` – https://github.com/safe-global/safe-react-gateway-sdk
Ideally it should only contain the types/interfaces th…
-
PromService .ts
```javascript
import { Injectable, OnModuleInit, Logger } from '@nestjs/common';
import * as client from 'prom-client';
@Injectable()
export class PromService implements OnModul…