Vladimír Gorej
Vladimír Gorej
Yeah, customizing `Release title` would be great. Voting +1
This is interesting corner case. When you start typing `$ref: ` and hit ctrl+space then you get autocomplete suggestions and if you write further characters then the autocomplete items filter...
Comment by @frantuma --- @char0n some comments: 1. I don't experience non deterministic behaviour in FF, as for me parsing at bootstrap occurs 3 times as in Chrome. I tried...
Comment by @tim-lai --- > I am not too familiar with workers mechanism applied in swagger-ide/monaco, therefore I am not sure if each call above is triggered in own thread...
Comment by @frantuma --- @tim-lai just to get this right, how many workers are instantiated and when? my question is : is there a single worker for the apdom language...
Comment by @tim-lai --- @frantuma There are two workers, one for monaco editor, and one for apidom. The apidom worker handles all of its related features/adapters. I'm pretty sure the...
Comment by @frantuma --- @tim-lai this puzzles me a bit, I mean `all apidom-related functions will run in the same (asynchronous) thread.`, as A, B and C above would in...
Right, I've done some research and here are my observations: We currently use **two workers**: ApiDOM worker and default Editor worker. Understand these as templates for creating actual worker threads...
Comment by @frantuma --- @char0n thanks for the detailed analysis. Unfortunately I might be missing something, as from my debug events A, B and C above are not executed sequentially,...
As discussed over slack, I cannot reproduce that `setupMode` is called more than once. Tried on sandboxed env using incognito chrome and FF. We'll schedule a zoom call to figure...