Jeongho Nam
Jeongho Nam
`unplugin-typia` is still working. I'll remove it from the guide documents when it does not work.
Also, as TypeScript is migrating its compiler to go language, the ecosystem would have a break change. I'm following the changes, and will keep using the `unplugin-typia` until that. If...
I'd be careful for template literal type, because it is not easy to block Pattern tag using. However, as such request has come, I'll support it by a patch update.
Will do at #1669 mission. This mission needs break change on `Metadata` type.
Will re-start `unplugin-typia` with different package name on this weekend.
Idea about writing callback function and property access expesion are good. However, `uniqueItems` is a feature of JSON schema specification, so this suggestion violates the standard. About the nested object...
Will clear at https://github.com/samchon/typia/issues/1669 mission.
```json { "type": "object", "properties": { "someField": { "type": "number", "not": { "oneOf": [ { "const": 1 }, { "const": 2 }, { "const": 10 } ] } } }...
Researching JSON schema's `not` property, but its spec is super-wide, so needs to adapt only few things.
Looks good. If possible to make the `agentica dev` command to work different for each environment like NestJS/NodeJS/Standalone cases, let's do it. As our CLI commands are following `@nest/cli`'s structure,...