Ken Huang
Ken Huang
可以试试 https://github.com/WechatFE/vConsole
这类兼容性问题真的是爱莫能助了。。。
在这里统一回复一下:一直以来我都在使用 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?
any progress?
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. 
For now I have to use: ```ts @OpenAPI({ summary: "Please ignore this", deprecated: true }) ``` 😂