Dmytro Anansky

Results 21 comments of Dmytro Anansky

Hi, also have related question about resolving absolute, not relative path for similar case. ``` import * as React from 'react'; import imageSrc from './image.png'; function MyApp() { return }...

@tgeens , thank you for reporting the problem. Could you please also share, if possible, some details about your Arazzo content? Did you use `-verbose` cli option?

Hi @jeremyfiel, Thanks for the contribution! The suggestion is good, but our codebase has changed since the v2 release. Could you please resolve the conflicts and re-apply your changes? ```packages/core/src/config/config.ts...

Handle update in this PR => https://github.com/Redocly/redocly-cli/pull/2303

Hi @TeaDrinkingProgrammer , Could you please try to split lint and bundle into two separate services. Smth like ```yaml lint-openapi: image: redocly/cli volumes: - .:/data working_dir: /data command: lint ./openapi/openapi.yml...

> sorry to give duplicate work but most of the arazzo defined rules in this pr are handled by the recently merged JSON Schema definition for Arazzo 1.0. It's currently...

Moved docs changes to https://github.com/Redocly/redocly-cli/pull/1819

@frankkilcommins Could you please clarify what would be the benefit of using this new syntax over the previous variant? Suggested: ```yaml $response.body#xpath:/Envelope/Body/Item[1]/Total ``` Current: ```yaml - context: $response.body condition: /Envelope/Body/Item[1]/Total...

We expect it to be fixed in v2.