Mike Ralphson

Results 411 comments of Mike Ralphson

Thank you for the kind offer. Would the types only cover the exported properties of the module, or all the internal objects (such as the OpenAPI Specification itself)? Either way,...

`widdershins` is still maintained, and the next release will use the latest version of `oas-validator`. I'm not sure why any other projects would have problems migrating to the later version,...

I like the general idea, but I also would like the ability to implement this with a natural language processing library. Let me have a think about pluggable rule actions...

The 3 refers to the position in the `parameters` array, it is 0 based, so it is the 4th parameter. Without access to the input document, I can't debug the...

Hi, just a note first that the `swagger.io` site is not the official source for the OpenAPI specification, that would be https://github.com/OAI/OpenAPI-Specification or https://spec.openapis.org/oas/v3.0.3.html The relevant section of the spec...

Thanks, I don't really use Docker (especially not for my own projects) but a PR to fix both issues would be welcome.

Yes, support is planned, and under way, but there is one major outstanding issue, getting `$ref`s to work correctly in the new JSON Schema compatible way.

This issue seems to stem from a limitation of the Typescript types for either `should.js` or `chai` (or both). `oas-kit` only uses `should/as-function` which does **not** mutate the `Object` prototype....

Google translate gives me > The convertObj method parses the get request, and this error will be reported when the path parameter path and query parameter have both Please could...

> Important side note, for me yarn publish didn't work at all. It asked me what version I wanted to bump to and then hung until ctrl-c +1 for this,...