Tim Lai
Tim Lai
@fernandolguevara PR merged! Thanks for the fix and contribution!
> can we have a new release with this fix ? Yup! I'll get a release out today, thanks.
@jtamm-red Thanks for the PR! I know it's been awhile, but can you please fill out the PR template? Looks like this PR affects UX workflow, so perhaps some screenshots...
@char0n Can you take a look at this? Imo, this PR would mask over the cases where a circular reference still exists, but is this aligned with how `swagger-client` expects...
@ted-marozzi Thanks for the PR! I would prefer updating the `samples/webpack-getting-started/webpack.config.js` that you cited in the comments, rather than adding the `oauth2-redirect.html` directly to `package.json`. The reason is because it...
@ted-marozzi Ah, thanks for the clarification. PR is now merged! Thanks for the contribution!
@ralucaDascalu Thanks for the PR! Definitely very promising. Two immediate thoughts: 1. `refreshTokenAutomatically`. Let's rename to `authAutoRefreshTokenEnabled`. Then add a separate `authTokenOptions` object, though maybe there's an even more generic...
Hi, is your application not able to tree-shake swagger-ui? As an example, swagger-editor uses and tree-shakes the swagger-ui-es-bundle. https://github.com/swagger-api/swagger-editor
Thanks for the additional info. The ES6 distribution needs to get fixed.
"test:artifact:es" is not yet in CI test due to current error below ... and using `import { resolve} from...` yields same error. ``` SyntaxError: Cannot use import statement outside a...