Rob Ambalu
Rob Ambalu
Hey, for the datetime type it looks like perspective only supports sending datetime as epoch time in milliseconds. Our systems can generate time in various units ( seconds, millis, micros,...
I noticed that the graph tooltips of the jupyerlab perspective grab ( d3_y_lin3 ) shows the circle but no data. I see this error stack in the console: Uncaught TypeError:...
Hi. I found it lacking that there is no interface to check for the existence of a key on a YAML Node. The only way to do it at the...
At the moment the windows build only works on Visual Studio 16 2019, looking into getting Visual Studio 17 2022 working
If a pushing thread hits some terminal error in a python implementation, the adapter needs a way to pass along the exception and shutdown info to the main engine thread....
Right now two Makefile steps have been moved into batch / powershell scripts for convenience because it proved tricky to do directly in the Makefile. Would be nice to get...
For vcpkg build setups where users may not have root access to the system ( or may not want to update system packages ) it would be useful to have...
The CSP Engine doesnt need to deal with the lock free queue with optional blocking, it's never really going to be used in non-blocking / busy looping mode. We can...
At the moment looks like csp.Struct wont properly process setattr calls when setting via a property, it wouild be very useful to get this to work. Sample repro: ``` class...
Right now, due to how CSP manages duplicate timestamp cycles, all csp.timers that are scheduled will always execute in the first cycle of the given timestamp ( even if there...