Jeongho Nam

Results 422 comments of Jeongho Nam

@DavidVaness By the way, I'd actually used my testing approaches in many commercial projects. This is not a commercial, but an open source project that would be a good reference...

@kamilmysliwiec @micalevisk I'll investigate this issue on my 3rd party library [`nestia`](https://github.com/samchon/nestia). - [`@TypedBody()`](https://nestia.io/docs/core/TypedBody/) `typia` starts supporting the `standard-schema`, and `nestia` is utilizing such `typia`. @BrunnerLivio How I should I...

Don't know how to support that feature. It's okay to challenge this issue by yourself.

How about challenge to the regular expression enhancement?

It means I'm waiting your contribution.

No contribution for a long time, so close it.

It seems actually nonsense type. Is there any reason why adding the `__nominal_type__` in the DTO? Is it required for client develoers?

To accomplish your requirement, we need to make a logic that determining whether intersection type is one of nonsensible, or especially allowed. As you know, the type `number & object`...

Make the property type to be optional. It is the only one way at now. If you do not want it, consider and suggest me how to distinguish whether valid...