Steven Serrata

Results 215 comments of Steven Serrata

Thanks for the PR @philip-ellis-sp! Does this implementation run the commands against all instances? If yes, does it also require config keys to be globally unique?

Hi @philip-ellis-sp, thanks again for opening this PR! It really helped point me in the right direction. I went ahead and merged a PR that should bring multi-instance support to...

Hi @sradu, thanks for the FR! We use a forked [postman-code-generators](https://github.com/PaloAltoNetworks/postman-code-generators) under the hood and do have the ability to support other languages. That said, we're being careful about how...

I agree that, it we're to support >4 languages, a dropdown seems like a better UI/UX choice. I should mention that we are trying, whenever possible, to stick to the...

Found an interesting project that could be a better/lighter-weight alternative: https://github.com/Kong/httpsnippet It is based on the HAR format but it should be fairly easy to integrate with. One major pro...

Thanks for the research into this @philip-ellis-sp! TBH multi-plugin instances hasn't been thoroughly tested/explored yet, but I agree that it should be supported. @csestito Have we looked into `parse()` before?

Hi @D063520, if you're not seeing the "right part" including the Request and code snippets, please make sure you have `docItemComponent: "@theme/ApiItem"` configured in your preset or `plugin-content-docs` config. Also...

Hi @D063520, which standalone UI component(s) are you interested in using? The generated docs currently do/can not export any components but there might be another way to achieve what you're...

Hi @D063520, I think this is something our plugin/theme could support but it requires some refactoring of the theme components. Currently, they are designed for internal usage, meaning their public...

Hi @D063520, I think making the OpenAPI docs theme components available _outside of Docusaurus_ is beyond the scope of this project at this time. One of our main goals is...