-
1. ## Bug Report
Since upgrading Nx to "19.x" and typescript to "5.5.2" , now i got this error typia transformers not configured
-
Problem Description
When using the Nestia SDK in a React Native project, an error related to dynamic import has been encountered, producing the following message:
~~~
../../node_modules/import2/…
-
Oberthema: Einheitliche Definition von Aspekten und "Generierung" von zusätzlichem Code ohne Codegenerierung (dank ausdrucksstarker moderner Sprachen und Tools)
Schemas und DTOs
- Single Source of Tr…
-
## Bug Report
### 📝 Summary
I'm using Prisma with Nestjs and Nestia. One of my fields in a model is causing issues for `nestia swagger`:
```prisma
items Json[] @default([])
```
- **Typia V…
-
I am trying to use the nestjs applyDecorator method, to group nestjs and nestia decorators together.
it seems like the TypedException is not recognized. is that functionality not supported? is ther…
-
## Bug Report
When running the `nestia swagger` command, the path to the prisma client module is parsed to the wrong location. I have pointed the path `@Prisma` to the location `prisma/client` via th…
-
I always feel thank for you to make this great library.
This function that I will suggest from now is not necessary function. but It makes that the better User Experience.
currently, if we want …
-
## Feature Request
In react native the only way to send Files in a multipart request is by doing the following :
```jsx
const formdata = new FormData();
formdata.append('file', {
uri: 'path-…
-
## Question
I am new to nestia, nestia is awesome.
I am using mongodb and using `npx nestia setup --manager pnpm ` to setup nestia in my existing project.
But, I can't start dev server.
`…
-
## Description
When I build a swagger document in decompose mode, the special tag information I defined in the query's attributes is not applied to the swagger document. Is this the intended behavi…