Ihor Karpiuk

Results 11 comments of Ihor Karpiuk

Hi @TejasQ, thanks for the PR. Based on this PR we created [this one](https://github.com/Redocly/redocly-cli/pull/778) to handle all possible fields in a PathItem object

@adamaltman What should we do if we have few media type examples in one operation? For example: ```yaml responses: 200: description: json content: application/json: examples: test1: value: a: test1 b:...

@adamaltman How we should handle $ref in responses? ```yaml responses: 200: $ref: '#/components/responses/okay' 400: $ref: '#/components/responses/badRequest' ``` 1. We can override examples directly inside components section But may be a...

Hi @colinmollenhour, Sorry for the slow response 😅 It should be fixed. Could check it on your end?

Hi @mfulgo. Thanks for the reporting

If you have any questions, thoughts or ideas please add them here @adamaltman @tatomyr

This is fails in Workflows because webpack doesn't work with `import-lazy` - We can fork [this repo](https://github.com/yeoman/update-notifier) - Or we can use [this fork](https://github.com/datacrafts-io/update-notifier-webpack), but it has not been updated...

@RomanHotsiy In what order should we sort the keys? Maybe we can use an order like [here](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#fixed-fields) ? What to do with custom fields, add to the end of the...

We can disable decorators and preprocessors by default in `join` command and add options like `--allow-decorators `and `--allow-preprocessors` to enable them. Or don't we need these options? @adamaltman @lornajane what...

I implemented the second option because it looks more secure