Windel Bouwman

Results 191 comments of Windel Bouwman

Another idea might be to create .deb archives as a deployment method. At this point, the deploy tarball contains a scripts which updates the kernel and device tree partitions of...

Would there be any chance of combining those two projects somehow? The virtual machine seems largely overlapping, maybe one day we could create some python_vm crate which will hold the...

Good remark! Several points of improvement for this driver: - upstream into linux kernel (https://github.com/torvalds/linux/tree/master/drivers/media/i2c) - create a folder with only the added files (as mentioned above) My strategy: isolate...

After this change, the meta_plot_times in the signals should have real-time timestamps, and no timestamps since the creation of the chart.

Hi, Thanks for trying this program. Did you use it? Do you have any feedback? I would love some feedback from users and what features you would like to add....

In python, we can use [`socket.create_connection`](https://docs.python.org/3/library/socket.html?highlight=create_connection#socket.create_connection) In rust, we can use an ipv6 socket which supports both ipv4 and ipv6.

Initial work has been put [here](https://github.com/windelbouwman/lognplot/blob/master/lognplotgtk/building.md)

This is blocked by https://github.com/pyfisch/cbor/pull/169 Options we have: - move away from cbor, define own binary protocol. - Create new cbor crate

This is a feature high on my bucket list as well. I see two use cases for save / load: - save / load of the signal configuration, you mentioned...

Actually, there may be a third type of persistance, tool settings. So we have the following categories: - Tool settings (like language) - Session settings (which signals are plotted in...