Vladimír Gorej
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.
What we need is to get the version of the next release and embed that version.
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...
 - [ ] investigate why this happens - [ ] fix it
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...
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...
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...
Reported by @ben-smartbear 

**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...