-
I clone the project right now and this error pops up every time there is an exception (HTTP handled exception).
```bash
TypeError: Cannot read properties of undefined (reading 'split')
at I18…
-
- [x] I am running the latest version
- [x] I checked the documentation and found no answer
- [x] I checked to make sure that this issue has not already been filed
- [x] I'm reporting the issue to …
-
# Client Extensions Proposal
Hey folks, we started designing this feature and we’re ready to share our proposal. Please let us know what you think!
## Design
We aim to provide you with a typ…
-
[Cloud Functions](https://firebase.google.com/docs/functions/) are a great way of developing a micro-service based backend. Just like with [node backend](https://github.com/nrwl/nx/issues/763) it is c…
-
Please find below an implementation of transaction management using CLS (Continuation Local Storage). This implementation uses [cls-hooked](http://github.com/jeff-lewis/cls-hooked) library.
This is…
-
Encountered a bunch of errors related to nestjs-i18n package after cloning the repo, created the .env, ran npm install and npm run start:dev
```
TSError: ⨯ Unable to compile TypeScript:
src/app.m…
-
I got this error while registering new user & running e2e testing:
`
[Nest] 11896 - 09/10/2022, 3:27:48 PM ERROR [ExceptionsHandler] No metadata for "UserRepository" was found.
EntityMetadataNot…
-
I posted multiple files by form data. e.g. files[] = Array.
And I wanted to get them in my controller like the following:
```
@Post('upload')
@Auth([])
@HttpCode(HttpStatus.CREATED)
@Api…
-
Hi Marc,
Thanks for this awesome lib!
I have a feature request, I Thought I could use partialPlainToClass with @f.exclude but doesn't really cover my need.
I would like to filter all nested par…
-
I assume you know it yourself that the second section about RPC in your docs is broken/not yet finished, so no worries and I think you just doubled the navigation elements there or whatever.
I rat…