Adam Obuchowicz
Adam Obuchowicz
If the `Function` name is not reexported, we should add import for it. We should fix that. Technically, it is possible to make a rule that we use the method...
I think I found one not yet listed above: `should be able to use external libraries if they are needed by the visualization *** FAILED ***` https://github.com/enso-org/enso/actions/runs/7786527964/job/21231559557?pr=8972#step:8:2204 GitHubFix vector widget...
From IDE perspective: 1. First, we need to check why the import for `Function` module is not added (in scope of this task). 2. We will avoid any clashes with...
Now, I haven't found the exact description. The screenshots I've seen are from the new design of nodes, where icons are in a different place. Currently, we could make this...
We do not display entries because we haven't received the suggestion database from the engine yet. We could forbid opening CB until the database is loaded, but we don't know...
> So the better solution could be reloading the list each time the suggestion database is modified. We do that in GUI2
Moved more complex points to #9058.
So it is just reverting changes because of problems with engine sync, nothing to do with code editor itself?
It seems fixed by AST changes, but still is a bit laggy. Also found another issues, report them soon.
Mostly implemented in #8514, just make sure it works properly when connection is lost.