Omer Perry

Results 4 issues of Omer Perry

I have a very simple code: ```py print("Streaming from", device_name, "(live)") with mido.open_input(device_name) as port: for msg in port: socket.send(msg.bin()) ``` However, it seems to not throw an exception when...

bug
feature:backend

When adding this to `CustomConversion.cs`: ``` public static float ConvertIntToFloat(int from) => from; ``` I get this: ``` Can't convert from System.Single to System.Int32, you must specify a custom port...

`GroupView` - both graph instance and group view instance hold reference to the same `Group` class. When reloading (undo/redo), `RemoveGroups()` removes all elements in the group, which triggers view's `OnElementsRemoved()`,...

When updating drawers/setting values, I get no events that indicate this. The relevant functions in BaseNodeView are sealed/private so I cannot override them in order to extend and add this...