Ken Huang

Results 139 comments of Ken Huang

在这里统一回复一下:一直以来我都在使用 Vue.js 进行开发,因此暂时无暇理会 React 技术栈(目前已经落后了,得重新研习)。 当然我会抽时间完善,但也希望大伙儿 PR,毕竟众人拾柴火焰高嘛。

上周 @babeliao 给我的 [PR](https://github.com/kenberkeley/react-demo/pull/41) 升级到了 Webpack 3.x 但最近实在有点小忙,没空理会,故在此提示一下

@evanshortiss May I ask when you will release the beta version?

Currently there is no way to document a `204` ONLY response. e.g. ```ts @ResponseSchema(undefined, { statusCode: 204 }) // error TS2345: Argument of type 'undefined' is not assignable to parameter...

For now, what we can do is right-click and set the theme manually ⬇️ Once set, VS Code will memorise this config. ![image](https://user-images.githubusercontent.com/13287948/210288545-0fb9b296-625d-42b8-8dc8-c99d6c651c24.png)

For now I have to use: ```ts @OpenAPI({ summary: "Please ignore this", deprecated: true }) ``` 😂