Adam Obuchowicz
Adam Obuchowicz
REfinement notes: * Should be designed and refined with cloud team.
Refinement notes * Let's start with having this as Vue component * Cloud uses TanStack query https://tanstack.com/query/latest/docs/framework/react/typescript#typing-query-options for cloud API; we could use the same library (it has the Vue...
Split off the first part about shared library to #10400
For GUI, the only way to handle this would be implementing some sort of name resolution, which is duplicating work the engine is already doing, and still I'm not sure...
From [Discord discussion](https://discord.com/channels/401396655599124480/1255794325447770164/1258418844868018187) > I did it using the code editor as I think that is how James first taught me. Perhaps if we don't need the _ and the...
What are the options in the drop-down? It's like breadcrumbs laid out vertically?
> Options are: > > main collapsed 1 collapsed 2 etc... > > Is it possible to do any deeper nesting today? But, assuming we're in the main function, do...
Refinement notes: * Let circular menu has an icon opening docs like pressing F1 (displayed only if we can show the docs) * It should only work for Standard namespace....
Refinement notes: 1. Let's add tests where we check if applying warnings' suggestions creates the same AST without warnings. 2. As we assume to auto-fix node edits with warnings, let...
Two observations: 1. Sometimes, the language server is torn down before GUI will do its clean-up; so we try to reconnect only to destroy execution context, for example. But here...