-
## Question
Small question, is there a way to generate the sdk code without having to run "nestia sdk" after each change ?
-
### Summary
The latest version of nest added support for a RawBody route param. Which breaks the index lookup here:
https://github.com/samchon/nestia/blob/20b41267bb9de92e2ee191623efada08c4917116/p…
-
## Question
Hey @samchon, based on your previous comments on typia's requirements, we are not able to switch from webpack to something like swc.
Currently we use Jest with ts-jest, which is incred…
-
Subscribe to this issue and stay notified about new [daily trending repos in TypeScript](https://github.com/trending/typescript?since=daily).
-
## Question
Just wondering, do you have any plans to broad the scope of this library to more general-purpose reflection features?
Such as, iterating over the properties of a (possibly abstract) …
-
We use typia partially to test the types that endpoints return. Since assertEquals throws an error with only the first incorrect property, we instead use something like `testType(() => validateEquals(…
-
## Question
When using TypedQuery() nestia generates the following yaml inside the swagger but is this really correct?
Using this Query as an example
```ts
export interface QueryShow {
show…
-
## Question
Can we have a configuration option to inform Nestia not to throw serialization 500 errors on `@TypedRoute` if the returned object does not conform to the interface?
Can Nestia just trans…
-
First, I failed to create a reproduction. This issue seems not reproducible unless I share our private repo.
I use `typia` for runtime type checking in place of manual typeguards, and often use w…
-
## Problem
When using `@TypedHeaders()`, Swagger parameters for headers are written as an object in the generated documentation.
However, when executing requests within Swagger UI, the server ou…