Adam Obuchowicz

Results 27 issues of Adam Obuchowicz

The id-map grows with the code rapidly, and even [reducing its size](https://github.com/enso-org/enso/issues/7989) won't help much; still, the id-map tends to take 100x more space than the code it describes. But...

d-hard
p-medium
x-design
-language-server
-gui

In [this branch](https://github.com/enso-org/enso/pull/9959) there is IDE with "rename local method" feature. It calls `refactor/rename` method of language server and - when `text/didChange` message arrives - it reloads file using `file/read`...

p-high
--bug
-language-server

### Pull Request Description Fixes #9906, but the grab hand appears only when actually moving nodes. Also changed cursor on some widgets. ### Important Notes ### Checklist Please ensure that...

CI: No changelog needed
x-new-feature
-gui

### Pull Request Description Adds a new widget type which allows renaming the called function - if we are able to do it. ### Important Notes ### Checklist Please ensure...

CI: No changelog needed
x-new-feature
-gui

Dashboard is using TanStack Query for cloud API. As GUI also will use the cloud API for file browser, the common logic should be refactored to a shared library.

d-easy
p-medium
g-dashboard
-gui
x-refactor

Opening multiple local projects results in periodically reconnects with previous ws connectors. 1. Open a local project. 2. Close it 3. Open another one. In console you will get `WebSocket...

p-high
d-unknown
--bug
-gui

### Discord username farmaazon ### What type of issue is this? Permanent – Occurring repeatably ### Is this issue blocking you from using Enso? - [ ] Yes, I can't...

--bug
triage
g-dashboard