Vladimír Gorej

Results 241 issues of Vladimír Gorej

File in question: `plugin.editor-persistence.spec.js` Basically the flakyness only manifest during the release. I couldn't not repro locally or in PR.

type: enhancement
swagger-editor@next

What we need is to get the version of the next release and embed that version.

type: bug
swagger-editor@next

Existed before the [state management architecture refactor](https://github.com/swagger-api/swagger-editor/commit/718b04d756d0becc8bada052fbdcd960b7d8d51c). Possible cause is that `` component unmounts the `MonacoEditor` comopnent and that causes web worker to terminate. After it mounts again the workers...

type: bug
swagger-editor@next

![image](https://user-images.githubusercontent.com/193286/180665464-286ffa5d-5609-4f47-9bfa-9d7089c77f5c.png) - [ ] investigate why this happens - [ ] fix it

type: enhancement
swagger-editor@next

Issue originally created by @frantuma --- While editing, when the spec is not "considered valid" for some reason by the UI, it freezes the whole browser (FF + Chrome). This...

type: bug
swagger-editor@next

On initial render there are multiple parser invocations: [lexical analysis of YAML parser](https://github.com/swagger-api/apidom/blob/main/packages/apidom-parser-adapter-yaml-1-2/src/lexical-analysis/browser.ts#L18) is run multiple times. That means that entire cycle of lexical analysis + syntactic analysis + refracting...

type: bug
swagger-editor@next

From the user: > I've noticed a bug on AsyncApi editor. Autocompletion doesn't work when I write $ref: "here use a letter which occurs in path in your domain" and...

type: bug
swagger-editor@next

Reported by @ben-smartbear ![image](https://user-images.githubusercontent.com/193286/175551354-721c509b-f430-44a8-8b42-ffd181e0db12.png)

type: bug
swagger-editor@next

![image](https://user-images.githubusercontent.com/193286/175958034-ad951c79-3a2f-4a23-ba41-411fa44bfe29.png)

type: bug
swagger-editor@next

**Steps to reproduce**: edit text in definition text changes in UI press undo text does not undo in UI we see the same problem in swaggerhub --- Reported by Ben...

type: bug
swagger-editor@next