Alexey Usov
Alexey Usov
To make @sbarfurth solution to work on latest Swagger, 2.1.13, you should also hack inside reader class. You also may place custom processing there, for example my security classes are...
This can be fixed without modifying this project sources, just using client options. The workaround is not really nice, but it works. ```javascript var widgetOptions = { appendTo: $('body'), scrollHeight:...
Hit this issue recently. Thanks for this PR. Downloaded chat log with no problem.
For anyone coming here with the same question - use `eslint-plugin-n/file-extension-in-import` rule, it supports checking ts and js files, and supports js extension for ts files. [https://github.com/eslint-community/eslint-plugin-n/](https://github.com/eslint-community/eslint-plugin-n/)