Michael Welch
Michael Welch
FYI, in prepping for my tasks I ran your tests. Then I randomly commented things out and they still passed. For example, I commented out the code that sets `firstParent`:...
Second this. I'm actually looking for content-type on my server and so this client doesn't work for me. Or if there was a way to manually set it and pass...
This might be addressed by my rather old PR #90
I'm late to the party but I'm just suggesting that strict ordering is often the correct choice for JSON arrays as they are also used for tuples where order definitely...
Perhaps fetch everything first using async.parallel (a bunch of callbacks)
Since our fork is now being tailored to our needs I ended up doing this: https://github.com/jci-metasys/openapi-snippet?tab=readme-ov-file#parameter-examples
Based on my discover and later comment https://github.com/wagoid/commitlint-github-action/issues/456#issuecomment-1406816057 , I think this PR should be closed and instead I could submit a PR where we use `git show` and a...
@AlexVarchuk @tatomyr thanks for quick responses. Alex, no, powershell is not required; but it is the tool I use most often (using the `Invoke-RestMethod` command) for testing our own apis...
I think I've discovered the same bug but with a simpler example that relates pretty closely to what we are seeing in our actual spec: Given this spec in `test.yaml`:...
Similar issue with code blocks ````markdown ```js var x = someFunc() ``` {: .nolineno } ```` becomes ````markdown ```js var x = someFunc() ``` {: .nolineno } ```` Which means...