Vladimír Gorej

Results 588 comments of Vladimír Gorej

Hi @pavelkornev, > 1. We need a way to pass the configuration to AsyncAPI plugin via Swagger UI constructor. Is there a way already? Extracted in https://github.com/swagger-api/swagger-editor/issues/5006 and resolved there.

> 2. We need a similar extension mechanism for OpenAPI rendering. Are you open for a similar contribution to Swagger UI component as we did to AsyncAPI UI? If so,...

Just to add more context to this: URL stays there when `Editor -> Clear` is triggered. `File -> Load Example` as well. Basically the URLs stays there for the entire...

@frantuma, right **1.)** is systematic solution so let's go for it. Here is how the metadata will look like after this issue is processed: **Symbolic Expression representation**: ``` ReferenceElement //...

Hi @snelsi, unfortunately I don't think so. I can only reproduce in SwaggerEditor@5 when full codebase is involved. Would the dev setup of SwaggerEditor@5 help you https://github.com/swagger-api/swagger-editor/tree/next#development to set the...

I can confirm - getting reports of failed builds as well: https://github.com/swagger-api/swagger-js/issues/3176 (because of using ramda as transitive dep).

@akshayjai1, @klepek42 created a new discussion for the invalid typings at https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/67032

The workaround for this issue (until it's fixed in `babel-plugin-lodash`) , you have to do the following modification in you `babel.config.js` file: ```js /** * This is override for https://github.com/lodash/babel-plugin-lodash/issues/259....

Yep npm `overrides` is a good solution as well, but be sure to be using `npm >= 8.3.0`. Earlier versions of npm don't support `overrides`.