-
## Question
Hello @samchon,
Writing E2E tests with Jest is just a terrible dx.
Nestjs supports it with SWC, but I know that SWC is not supported with nestia.
On your Homepage you mention waitin…
-
### Summary
Write a short summary of the bug in here.
- **SDK Version**: nestia@6.2.0, @nestia/core@^3.17.0, @nestia/fetcher@^3.17, typia@^6.11.0
- **Expected behavior**: I don't know, never …
-
## Feature Request
Nestia throws the following error on branded properties:
```
- number & Brand:
- nonsensible intersection
```
With the `ProductPrice` being of the following type (with a…
-
Hi Samchon,
This is not really a question, more a discussion. I wanted to share a repository I created with a basic example of [Nest.js + MikroORM + Nestia](https://github.com/ericjeker/nestjs-mikr…
-
## Question
Hi all, I'm trying to migrate from class-validator/class-transformer to typia and nestia, but I'm facing some issue that don't know how yo fix, or wether is expected or not.
I have an …
-
### Summary
When calling the `app.setGlobalPrefix(...)` function in `nestia.config.ts`, it appears that the paths mentioned in the "exclude" option are also getting the global prefix (see example bel…
-
They both seem great candidates to :
- replace `class-validator` and `class-transformer` to declare DTOs used for validation
- replace `nests-swagger` the same interface created for Typia can also b…
-
## Bug Report
I found case that no matter what value I put in the Lib value in tsconfig.json, the sdk build fails.
(If the Lib value is left blank, the build succeeds.)
Do you know why or how to …
-
## Question
Hello!
I am encountering an issue with the Nestia SDK in my project setup. Here are the details:
**Problem Description**
I am working on a Monorepo with multiple packages. I am fac…
-
Hi @samchon , thank you for the great work on nestia and typia! I saw v3 is released and I have some questions about upgrading.
1. Is it possible to disable inferring the Title from the first line …