Adam Obuchowicz
Adam Obuchowicz
I guess #9277 must be implemented first. It's a bit strange we display `lhs` for `..` as `..` should be considered a unary operator. Also it's still not clear to...
> **Adam Obuchowicz** reports a new **STANDUP** for yesterday (2024-05-20): Ups, wrong ticket. It was supposed for #9878
Right now filter's widgets cannot use autoscope, because the engine does not seem to support them:  I _guess_ that's because filter does not simply take `Filter_Condition` as argument, but...
> #10182 will add an optional IdMap parameter in the `text/applyEdit` request. > > I propose to simplify the serialized IdMap elements format from the current > > ```json >...
> @farmaazon the next step could be to keep in the file only the IDs that are used in the second metadata line (with node positions, etc.) and send the...
1. What if use won't pick any component from list but instead type `foo`? Should we apply `operator123456.` before? 2. What if user instead type some code like `+ 2`...
Refinement notes: * We should replace CB input with codemirror, where the `operator12345.` will be replaced with WidgetPort (or something, to which we could display a connection). This will be...
Update: Let's use Lexical here, not CodeMirror. We don't need the understanding of Enso language immediately (e.g. coloring).
> It appears to be only(?) reproducible for less powerful machines. Still, I think we should discuss retries that GUI is making as some of the sent messages are not...
Let's also see if it gets fixed by #9951 as it fixes the same project being initialized twice.