-
Type: Bug
I am not entirely certain how this happened -- I've been using VScode for years and this has never happened. I even removed an older theme extension. I also tried starting vscode with all …
-
## Feature Request
There are many requests for creating more transport strategies for the `@nestjs/microservices` package and it would be nice to track them in one single place. Since we'll very li…
-
## Bug Report
It is not possible to have multiple handlers `@EventPattern()` for the same event
## Current behavior
Creating multiple handlers for the same event does not call all of them
## …
-
What is the best approach for multi-tenancy on TypeORM?
Currently, I created a TenantModule (Credits to [Esposito Medium post](https://espositomarco.medium.com/handle-multi-tenant-multi-db-with-nes…
-
### Did you read the migration guide?
- [X] I have read the whole migration guide
### Is there an existing issue that is already proposing this?
- [X] I have searched the existing issues
### Poten…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
I get the following error after upgrading to 8.0.1
Cannot read properties of undefined …
-
### 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
The problem is describe…
-
**Describe the bug**
Because parseContext returns RestContext | GraphQLContext, if you add a plugin that uses another kind of context it "breaks"
The original use case was to add a RabbitMq list…
-
Great list of best practices! A couple of questions though:
I'm struggling a bit with the concept of communication between components mentioned [here](https://github.com/goldbergyoni/nodebestpracti…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
Hi,
I wanted to use custom publisher for commands, events and queries, but it doesn't work…