Kirill

Results 10 comments of Kirill

I found that the route name can be changed by @ApiOperation ({summary: 'Name operation'}) but the problem with headers still remains

> Hi, Samchon isn't owner of that package, so we can't answer it... if it's deprecated, there may be good reason for it. > > Also setup for Typia isn't...

> It seems like you're using the `clone` mode, but no way about the websockete case. Yes, I have clone mode enabled. How do I enable it for websocket?

> https://nestia.io/docs/core/TypedHeaders/ > > This is what you want. yes I know about it. But is it possible to return new ForbiddenException inside it? and also it is not very...

> https://nestia.io/docs/core/TypedHeaders/ > > This is what you want. Is it possible to pass the header and its type to jsdoc so that swagger can see it? then I wouldn't...

> How about using this way? > > https://github.com/samchon/shopping-backend/blob/master/src/decorators/ShoppingSellerAuth.ts there is no documentation at all for SwaggerCustomizer. I don't understand how to use it in my PlayerId decorator so that...

It seems to have worked, but there is a real lack of documentation on SwaggerCustomizer) ``` /** * Combined decorator: injects parameter AND adds Swagger header documentation. */ export function...

@WebSocketRoute.Driver() driver: Driver, my whole problem was in logging the driver object. It's a very strange object, its type is object, but no JSON.stringify works with it. This is what...

> The driver is `Proxy` instance, so you don't have to log it. > > Also, you can detect the disconnection by `join()` method. You can re-connect to the server...

> By the way, it seems like you're using nestia SDK, and in the SDK level, it would better to provide the `reconnect` function in the returned value. Could you...