-
I'm using the edgedb-js query builder alongside a nestjs project and ran into some out of memory issues when building or starting the app. I've tracked the issue down to transpiling the generated edge…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
Each property of the DTO should appear as a separate query parameter in Swagger’s UI, …
-
Dear @elylucas , ionic team and community,
thank you very much for this nice tutorial on how to build a backend (with NestJS) and frontend (with Ionic) and the corresponding starter package here. H…
-
I'm curious if anyone has tried to integrate bottender on a custom NestJS server ?..
-
### 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
Lately I was using Nest…
-
Hello, I am sorry if the question is dumb as I am pretty new here. I am not sure if I have done correctly.
I am using prisma with nestjs, and want to add dynamic permissions using casl. As far as I…
-
### Describe the bug
Most of the times, after the 'nest start' command, the page crashes and it shows the Error code: SBOX_FATAL_MEMORY_EXCEEDED. allready tried on diferents browsers and cleaning the…
-
I have a question relating to JWT, could you pl. answer?
There is a mutation named, refreshToken() which is exposed as an endpoint. In the documentation, there is no mention about when to make a ca…
-
Context
---
Nestjs is a popular framework for architecting Nodejs backend services. I enjoy working with Nest, just as I do with Nexus / Prisma.
Issue
---
There's currently no community consens…
-
### What problem does this feature solve?
I have this folder structure:
```
project
|--client
|--admin
|--package.json
```
And I would like to run vue-cli-service for subfolders (client, admin…