Stefania

Results 19 comments of Stefania

We have this issue in components with generics. The args table is restored if we force the typecast in this way (last row): ``` import React, { ComponentPropsWithRef, ElementType, forwardRef...

Another one with windows 7 http://forum.arduino.cc/index.php?topic=425344.new#new

http://forum.arduino.cc/index.php?topic=539489.0 http://forum.arduino.cc/index.php?topic=542465.0

It seems that duplication of messages is not related to multiple agent instances running, but to multiple socket connections open, I will try to solve it in the frontend, we...

If we could have a way to kill a running agent before starting a new one on the agent side it will be great

The agent could better control serial monitor connections and disconnections in general, it could improve this too for example: https://github.com/bcmi-labs/webide/issues/2933

> If your goal is to update Editor with some buttons you can easily do that with updating the model on the click handler of your button and it would...

increaseIndent, decreaseIndent, toggleComment, don't trigger model change when called from js, nor session.getValue() returns the correct updated value The fix proposed (replace $evalAsync with $eval) doesn't work for me

we are using this for the reference: https://github.com/highlightjs/highlight.js/blob/master/src/styles/arduino-light.css we could update the theme there