Andrew Tatomyr

Results 315 comments of Andrew Tatomyr

@userquin thanks for the explanation! But this is still an issue since the app behaviour differs in dev and production modes. Here's my case. A third-party dependency relies on a...

> Before, it would output one file per spec file in API_FILES to the ./generated/ folder. Hi @imdex-brett-debeer, could you clarify what you mean by **API_FILES**? Are you using `redocly.yaml`...

Thanks! I’d still recommend defining the output paths explicitly in your config file though. The issue with the previous behaviour is that some might refer to the same API description...

> while the config file only allows specification of a path. Yes, that was a deliberate decision to avoid any ambiguity about which file represents each of the `apis` entries....

> doesn't bundle APIs with different names but the same root file. Yes, and that's one of the reasons the `output` option was added to **redocly.yaml**. It allows for much...

But the `remove-unused-components` decorator does work on the root level, right @ZyzychO?

Related: https://github.com/Redocly/redocly-cli/issues/1323

This isn't a bug, but rather a feature request. We need to add a rule to check for the uniqueness of tag names. Anyway, thanks for creating the issue!

I believe this one is related to Redoc. Will transfer this issue there.