Dmitry Bushev
Dmitry Bushev
From the transitive dependencies that rely on `cats` there is only a set of `circe` libraries. We can replace them with `com.github.plokhotnyuk.jsoniter-scala` that is already used in the project. That's...
Turned out that GitHub-managed services only work with Linux runners. I added a step that tries to shutdown Docker containers more gracefully. Let's see if it improves the situation with...
Also, it seems that GUI becomes unusable when trying to define any type, i.e. defining ```py type Rule Value before after ``` gives the following error ``` [WARN] [2024-12-05T17:56:32.895] [enso.org.enso.interpreter.service.ExecutionService]...
I noticed that when you create a udc with custom name, the gui first creates a function `user_defined_component` and then renames it. On the video I create the component, and...
Also - ✔️ renaming through documentation side panel works - ❎ renaming through component menu doesn't work https://github.com/user-attachments/assets/3b22b978-d878-4583-9b67-b3b621182a66
Side issue. I don't see any output from `JsonRpcServer` logger in either stdout or the log file, for example https://github.com/enso-org/enso/blob/f5df5a2e7fe0e17ca0182da7c04f58e48f9919b5/lib/scala/json-rpc-server/src/main/scala/org/enso/jsonrpc/JsonRpcServer.scala#L74
Cannot reproduce with the engine test [wip/db/14412-rename-by-text-edit](https://github.com/enso-org/enso/compare/wip/db/14412-rename-by-text-edit) when trying to rename `function1` ```py from Standard.Base import all function1 x = x + 1 main = operator1 = 41 operator2 =...
I remember it was working previously (for pre-built packages). The electron-builder-config provides `icns` file with the icon https://github.com/enso-org/enso/blob/6b0c682b08b7745368cec3474cc774c51a5b48f5/app/ide-desktop/lib/client/electron-builder-config.ts#L120 The icon size may be an issue https://www.electron.build/icons.html > icon.icns (macOS app...