Vladimír Gorej

Results 588 comments of Vladimír Gorej

This is still present - on single key stroke there are 4 syntactic analysis triggered currently in Google Chrome. This is not a bug , but just an effect of...

Hi everybody, This regression comes actually from SwaggerUI ([commit](https://github.com/swagger-api/swagger-ui/commit/41f84aad054e06ad28e881c694031da351dd29cf)), which needed to load YAML definitions using [JSON Schema ruleset](https://yaml.org/spec/1.2/spec.html#id2803231). JSON Schema rule-set is one of the constraints for creating OpenAPI...

I'm closing this, please reopen if you need guidance for migrating out of `Merge Key Language-Independent Type for YAML™ Version 1.1`.

@tim-lai I would reconsider. It's very complicated to maintain tests written in that fashion and their real value is questionable to me. Couldn't these tests be replaced by simple BDD...

@craigpastro thanks for reporting it. SwaggerEditor has some additional rules of validation on top of validator service. We're probing the ideas of unification.

@SanduDS, I'm not sure I understand. The file https://assets.zuora.com/zuora-documentation/swagger3_collect.yaml contains OAS 3.0 definition. What do you mean by `Try to convert from 2.0 to openapi 3.0.0`?

Closed by https://github.com/swagger-api/swagger-editor/issues/3217

I've issued a following [PR](https://github.com/swagger-api/swagger-editor/pull/3577) that exposes worker life-cycle management to the plugin system via `getWorker` and `terminateWorker` redux thunks. Example of using this: ```js // instantiation const editor =...

@Dilo07 no, I've issued this PR an hour ago and I'm currently awaiting feedback. Will merge (if I have some feedback that this will help resolve the issue) and release...

The change described in https://github.com/swagger-api/swagger-editor/issues/3016#issuecomment-1286716347 released in [v4.5.0](https://github.com/swagger-api/swagger-editor/releases/tag/v4.5.0).