Jeongho Nam
Jeongho Nam
About the rest elements type in the first or middle position in the tuple, I haven't known the spec. By the way, I may need more investigation times because it...
Preparing major update to dependent libraries `@samchon/openapi` and `typia`. After these libraries' major updates, `nestia` will also take the major update too, and this PR would be accept at that...
> > Node v18 and earlier versions do not natively support the `File` object, so the `clone` function you implemented results in an error. Fixed the problem.
As `@TypedParam()` decorated parameter has only one atomic type, I just used `assert` function only. If you want the `IValidation` typed error message format, it is not hard thing, but...
Your opinion is correct. I'll update it as you want.
https://github.com/ajv-validator/ajv-formats/blob/master/src/formats.ts#L63 I'm following the `ajv`'s validation logic. Need to investigate the such `example--example` sub-domain is valid.
This problem is caused by TypeScript compiler, and the TypeScript compiler is actually building duplicated types. To solve this problem, I have to change `typia`'s logic, and may need lots...
Looked at your PR, and such hard coding cannot avoid this problem. Rather, this issue and PR are unacceptable because the `typia` core logic is broken due to side effects.
@fox1t Hope your upgrading