Ed Randall
Ed Randall
This same approach solved for me too. We had the following import, the local pre-commit hook vs CI/CD pipeline were fighting over its placement: `from minio import Minio` I happened...
Our intended use for the proposed step is simply setting 3 environment variables (probably in a profile file, since following steps should be able to pick them up) and installing...
Thankyou for the repo2docker info. It seems that they've never had an issue either, presumably because the standards authors have no experience of dealing with corporate firewalls either. Which is...
Please could you clarify, how do you configure it so that: 1. The parameters on each endpont path are sorted by arg name 2. For each parameter the property names...
This is really good. I think it's doing exactly what we need, your efforts are much appreciated, thankyou. To clarify our use-case: We have an openapi schema generated from python...
Two issues remain for our use-case: 1. Is there a way to sort the "paths"? The paths aren't an array, and each name is unique... 2. The "root" only sorts...
Since writing that I have understood the behaviour of this better; 1) Can apparently get paths to sort by name simply by adding: "paths: []" I'd not have expected this...
The "swagger.json" (swagger 2.0) document that I'm working with seems fully compatible with the tool (for sorting purposes, at least) other than that it has "swagger: 2.0" instead of "openapi:...