Steven Serrata
Steven Serrata
> Out of curiosity, why is this library used? It's used for generating the code snippets.
Hi @shmichael, I think what you're asking is if the plugin can effectively overwrite generated files, thereby eliminating the need to run "clean" in between changes to the OpenAPI spec....
@shmichael, in your proposed solution, how could you distinguish between operationId/summary renames vs adding/removing an operationId/summary?
Hi @Doron-Bargo, no updates. FWIW, out API doc writers simply run a "clean" script/command as needed, between changes. If this is too cumbersome you could add a clean step to...
Supporting helpers to adapt OpenAPI spec server URLs for different envs is outside of the scope of this plugin. As mentioned in this thread, maintainers can use variables to support...
Seems to affect other languages, not just python. We use [postman-code-generators ](https://github.com/postmanlabs/postman-code-generators) so, it's either a limitation with the library or a possible issue with the implementation in our plugin.
Hi @mchades, thanks for reporting this issue. If your proposed changes address the issue would you mind opening a PR so we can work toward merging it into the code...
I'm currently in the process of migrating from 2.4.3 to 3.4.0 and encountered the `RangeError: Invalid string length` error, although I'm not sure it's related: Full error portion of stack...
Thanks @slorber! It looks like `bundle.server.js` may be the culprit which I think aligns with your hunch. If the site is indeed too large, is my only recourse to reduce...
Hi @entense, thanks for the contribution. Can you elaborate on the exact bug this addresses? Thanks!