Jeongho Nam

Results 147 comments of Jeongho Nam

You're using some type(s) that is not supported in the JSON. If you see the detailed message, you can find out which type is occuring the error. Also, you can...

You are using `undefined` type in somewhere. If possible, hope to be provided the reproducible repo for detailed debugging.

What about using `${number}` type? https://typia.io/playground/?script=JYWwDg9gTgLgBDAnmYBDOAzKERwERIqp4DcAUGYWgHQDGUApqjAwJIDOAPAAYAkA3gDsAriABGDKAF9uAPgAUAShJA Also possible to accomplish what you want by type tag. https://typia.io/playground/?script=JYWwDg9gTgLgBDAnmYBDANHA3g1BzAZzgF84AzKCEOAIiRVRoG4AoF+gUzgDkBXEAEYcoAZRhRgAOzxwAvHALipMgGS5CAOgAq+AEKoCHADxYWcXFDwcYALlqKJ05mbgBrKQBM7NPoOFjHPGdzADdUABteDjteSQ8OMikOD1ZQiOAPVBhouAADAEJgAm5UbgAKXyEoMoASKTBeGABKJtzWYgA+VnZkLgBJSRgA5TkFJWk4NRh8Am09A2NTc2nLa28HZWC3T29K-3Gg1LgwyJzY+MTJZKOTjKycgqKS8r3quskG5qbJtQBZLIAFhoyOEINAKvwqrV6o0WnJZPJXtCPrC2ixOt16GgNABjKAce59AhGV7DaQdMpNVhY1C4-GE4kDIYHClUoA

The new cli command would be `npx nestia explicit`

https://github.com/samchon/nestia/blob/master/packages/core/src/decorators/TypedRoute.ts#L126 Well, can you provide a reproducible repo? As you can see the `nestia` code, if `text/plain` content type comes, it is a critical bug of basic NestJS library (interceptor).

Use @ApiTag and @ApiSecurity decorator of `@nestjs/swagger` to the controller. Nestia can identify them.

Ah, I've missed documentation on the https://nestia.io/docs/sdk/swagger article. I'll do it someday. Thanks for reporting.

Can you give me an example repo? I can't image the `Observable` type being used in the SDK, because in my memory, it does not have any property mebers and...