Andrew Tatomyr
Andrew Tatomyr
> There should not be any error reported as both these API(s) is intended to perform different behaviour as one is POST and other one is GET. Are you trying...
I'm closing this since there doesn't seem to be a bug. @Kousik1612, please ping me if you believe it's still unresolved.
Sorry, I somehow missed this. Yes, it's a good idea. However, for supporting options with names containing dashes (like `lint-config`), we might need to turn on the `camel-case-expansion` option.
Thanks for the fixes and for explanations! I'll take a deeper look into this once I have time. Regarding tests, I nearly gave up and started leaning towards migrating away...
For some reason the [cli-package-test](https://github.com/Redocly/redocly-cli/actions/runs/11015903270/job/30590811312?pr=1742) action which used to work in the [original PR](https://github.com/Redocly/redocly-cli/actions/runs/10373587456/job/28719043290?pr=1662) is failing (and some other actions too). That's strange because it passes locally (as far as...
NP, I'll convert it.
Thank you! I think I'll get rid of direct importing package.json as the approach causes more issues than resolves. Maybe I'll just read it from fs or fetch.
> importing package.json directly with that assert keyword might be good enough I think Unfortunately it still fails in Docker env: https://github.com/Redocly/redocly-cli/actions/runs/11032319745/job/30642998846?pr=1742 😅
Fixed by switching from Jest to Vitest.
Hmm... The reference is being correctly removed from the `christmas-tree` component as well as the `candy-cane` component itself. The only leftover is the reference inside the discriminator mapping. For example,...