Results 3 issues of MrFus10n

Hey, I need to create 4 nodes at the edges of the screen and see how network grows among them (with auto positioning). Of course I can move them with...

I created custom `Time` type map like this: ``` Time: { serialize: (time: moment.Moment) => time.format("HH:mm:ss"), deserialize: (time: string) => moment(time, "HH:mm:ss"), } ``` When mutation accepts single `Time` value,...

I'm trying to connect to my 4100 excavator from raspberry pi 4, but it gets disconnected right after connection. What I discovered is that connection won't drop until "notify" message...