Adam Obuchowicz

Results 191 comments of Adam Obuchowicz

> ## Issue > The issue can be fixed by changing the text edit to only address the first line ` x = 0` instead of `x = 0\n `....

Refinement notes: * Remember to test it also in "create" modal. * file browser will be also used in other fields (like password for picking secrets).

Refinement notes: * Make tag list a special syntax in our markdown parser, and display them as in help panel. * Switch to text when editing (as it is now...

Refinement notes: * Currently the entire thing is a single widget inside WidgetTree, but it turned out to be problematic. Better to switch to a normal Vue component, and make...

Refinement notes: * If data is copied from AgGrid with "with headers" option, the pasted data in enso should recognize it and use these headers as column names. So the...

After recent changes, it should be Table.input.

Refinement notes: * We should do it ourselves, instead of using LS feature for refactoring - it's simple while being also synchronous. * We skip changing name at the call...

From product meeting: we use "edit" button for it.

Closing in favor of the new design in https://github.com/enso-org/enso/issues/11181

The missing parameter names should be taken from MethodCall. The question is if we receive MethodCall in unprefixed call?