-
In the TypeScript compiler, we have the concept of a "transformer". A transformer is a function which "transforms" one AST to another. TypeScript ships many such transforms, including all of the vario…
-
Right now with Prisma, you can query across one schema at a time but in many cases, you need to query across multiple tables stored across multiple database schemas.
We need to make certain product…
-
Hi.
I have a question, when defining the 'photo' at line [L93](https://github.com/brocoders/nestjs-boilerplate/blob/main/src/users/infrastructure/persistence/relational/entities/user.entity.ts#L93), …
-
This is a tracking issue to get bun's node.js compatibility far enough along to support https://nestjs.com/
-
## Problem
It would be nice to have a way to run the migrate programmatically. I am running into an issue where my api is using lambdas (serverless) and my database is only accessible from within a…
-
- VSCode Version: 1.18.1
- OS Version: Windows 10 FU
### Explain:
There are certain extensions that play well together, and it would be useful to be able to set a config file to enable and dis…
-
Checklist
- [X] `src/modules/auth/auth.controller.spec.ts`
> • Import the necessary dependencies at the top of the file. This includes the TestingModule from '@nestjs/testing', the AuthController…
-
This one might be waaaaaay out of scope, but I think it is worth proposing. The idea here is to add support for macros, functions that run at compile time, taking one or more AST nodes and returning a…
-
[Actions enable custom business logic for Hasura applications](https://hasura.io/docs/1.0/graphql/manual/actions/index.html.). We should find a way to support them in an idiomatic way with NestJS.
…
-
Hello @Ho-s
Thanks for this awesome boilerplate.
Unfortunately i've got some error > `Error with Body must be a string. Received: undefined.`
### This is what i've tried.
1. Clone this repo…