-
## Question
Now using Nest's official CLI, `nestia` seems to work fine. I now have a working [repository](https://github.com/starknt/nestjs-offical-facility-test-with-nestia) created.
-
If a controller class depend on *.d.ts file(or something that depend on *.d.ts file), I can't command "nestia sdk" or "nestia swagger".
If i command that, throw Error.
example. IEnv is defined i…
-
Since #13764 has landed, it's easy to write custom transformers. However, if I understand the API correctly, it is needed to duplicate the whole tsc command line just to add a single transformer. This…
-
How to make the interface generic
typia.validate(req.body);
make Icustomer as a T
-
> [!TIP]
> Future readers: See https://github.com/samchon/nestia/issues/744#issuecomment-1892103352) for workarounds.
First of all, thank you for this great package!
I have a few questions about …
-
## Bug Report
### Summary
Write a short summary of the bug in here.
- **SDK Version**: 5.2.2
- **Expected behavior**:
- **Actual behavior**:
Write detailed description in here.
…
-
Thank you very much for a very nice package, we have been able to build validations very easily with Nestjs and have received a great experience.
It works correctly in most situations, but in @Type…
-
## Feature Request
Thanks for your suggestion. Feel free to just state your idea. Writing the issue, it would better to filling the below items:
### A description of the problem you're trying to…
-
## Feature Request
I recently discovered nestia, and everything works great! However, one of the caveats is error handling.
Currently, there is no way to extract exactly what validation stage fa…
t3ned updated
9 months ago
-
Hey, i dont know if i do something wrong, so i first have a question:
My env is nest.js / nestia and i have an interface using a "FeatureCollection" type (GeoJSON) but after some update of typia /n…