Jeongho Nam
Jeongho Nam
Upgrade to v7.2, then be solved.
To fix this problem, I have to separate validator functions not to share common logics (`is`, `assert` and `validate`). Know that redundant code occured, but did not touch it due...
@switchmd OK, let's do it.
https://github.com/wrtnlabs/agentica/blob/168de1e9481a7982ccaba3ed98b4f8c7308307c8/packages/core/src/chatgpt/ChatGptCompletionMessageUtil.ts#L18 Gemini is not keeping the spec...
This is due to `connection: IConnection` parameter. If there's a function named `connection`, I'll rename the `connection` parameter to be `_connection`
How about making your new library? As you've succeeded to hacking the `@fastify/multipart`, you can make it by yourself. After you've succeeded, `@nestia` will accept your new library.
It seems like you're using the `clone` mode, but no way about the websockete case.
https://nestia.io/docs/core/TypedHeaders/ This is what you want.
How about using this way? https://github.com/samchon/shopping-backend/blob/master/src/decorators/ShoppingSellerAuth.ts
How should I configure JSON schema in this `ReadonlyArray` case? As JSON schema just expresses object property like below, it is hard to distinguish `readonly` property and `ReadonlyArray`. ```typescript export...