Jon Rosner
Jon Rosner
Add Yaade
Command click an environment variable (purple box) in the request panel to directly move the cursor into the environments tab and auto-select the value of the variable
Link to the related issue: https://github.com/OpenAPITools/openapi-generator/issues/18747 ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes the work in the pull request and Pull...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...
It would be cool if we had a dropdown menu for common cron times in the Cron Configuration of a job script, like "every hour," "every 30 minutes," and "every...
It would be nice if we could execute websocket requests in job scripts. A model must be developed to send/listen for messages and implement timeouts.
When executing a job script and calling exec like so: ``` const res = await exec(123) ``` the script silently does not throw. when wrapping it in a try catch...
The env-variable hover box from e.g. the Body-editor is below the searchbar of the sidebar because the z-index of the pop-up is too low.