Andrew Tatomyr
Andrew Tatomyr
Chances are, this will be resolved with [this](https://github.com/Redocly/redocly-cli/issues/290).
@adamaltman , @RomanHotsiy any thoughts?
Turns out `npm pack` from [here](https://github.com/Redocly/redocly-cli/pull/773/files#diff-95557d53bf91069e59d82b9d8fcfaf52ec84a762858983edd5ef3c9b3e4c8191R65) doesn't include the corresponding `openapi-core` what leads to inconsistency in this test. I'm reopening this issue as I had to comment out this job...
Hi @steve-nay-sage, Thanks for creating the issue. How would you expect it to behave if we have several entries of the same external ref in the `components` to avoid duplication?...
Thanks for you thoughts @steve-nay-sage, That totally makes sense to me. We checked it and it produces an extra field in `components` even with `--dereferenced` option. I believe we can...
Please check if the logic covers the `extends` functionality: https://redocly.com/docs/cli/configuration/#extends-list
Hi @rmclaughlin-nelnet, Thanks for the request! BTW, there's nothing wrong with using plugins and custom decorators unless you see some issues with this.
I wonder if this: ```yaml assert/media-type-map-not-pdf: subject: MediaTypesMap disallowed: ['application/pdf'] where: - subject: Operation filterOutParentKeys: - put ``` could be expressed with the following: ```yaml assert/media-type-map-not-pdf: subject: MediaTypesMap disallowed: ['application/pdf']...
Ah, indeed, thanks. I'm constantly forgetting about this 🙂.
@ArtFlag, do you mean you're using `preview-docs` command? Could you put a screenshot here?