Jeongho Nam

Results 422 comments of Jeongho Nam

Oops, missed link https://github.com/samchon/nestia/blob/master/packages/e2e/src/internal/json_equal_to.ts I can design the new function interface what you want, but I am concentrating the AI chatbot feature development, so if you want that feature, you...

```typescript // src/compare.ts export namespace compare { export function covers(x: T, y: T): boolean; export function equals(x: T, y: T): boolean; export function less(x: T, y: T): boolean; } //...

What about sending a PR? You can do it in this file https://github.com/samchon/typia/blob/master/src/programmers/TypiaProgrammer.ts

Good suggestion. To support the `Field` (or something better name) tag, I've to change the current intersection tag system enormously. In current `typia`, it will actually try to validate the...

About the naming, as I can starts this ticket at two weeks later, let's consider it for a while. I'm considering those cases: - `Field` - `FieldNumber` - `Radix` -...

Adding custom tag on object is not easy, and LLM funtion calling schema is urgent for me due to my business duty. I'm sorry but wait for a week more...

```bash npm i typia@next ``` https://github.com/samchon/typia/blob/v7.0/test/src/structures/ObjectSequenceProtobuf.ts @ShanonJackson You can use `Sequence` tag in the next version. The next update would be formally published after enhancing the LLM schema, maybe 2...

I'm not suffering any problem with `pnpm`. Will you provide a reproducible repo?