anikitin
anikitin
I am using LanguageTool to verify API documentation. Some documentation fragments include variable names in snake_case. It would be very helpful to have a speller option to ignore words in...
I am using LanguageTool to verify API documentation. Some documentation fragments include variable names in lower camel case. I used the option `fsa.dict.speller.ignore-camel-case=true" as suggested in https://dev.languagetool.org/hunspell-support.html. But it seems...
Today oasdiff supports `--fail-on` option for "diff" and "breaking" commands to return non-zero error code in case of errors or warnings. Would be great to have this option for "changelog"...
I am experimenting with oasdiff in composed mode against OpenAPI files which have many cross-file $refs. I found a strange issue where an error (or errors) appear from time to...
In our OpenAPI specs we use a number of custom vendor extension tags which are set at the level of operation. These are additional classifiers which help to group APIs...
## Context Our OpenAPI files contain references to common schemas defined in separate YaML files ## Current Behavior If I have "$ref" in OpenAPI document with a relative path, it...