Alpha Particle
Alpha Particle
Offset?
Is the offset setting in hex? Decimal? Binary?
I dunno if it should take this long to find the com port and program, but it does seem rather weird. This happens on multiple PCs but not every time....
When running BOSSA, it would be nice if the code was to display a version number.
From the example on the home page: https://github.com/dcuddeback/serial-rs/tree/master/serial rustc -V --> rustc 1.72.1 ``` Compiling rust_serial v0.1.0 (C:\Users\r\GitHub\rust_serial) error: use of deprecated `try` macro --> src\main.rs:18:5 | 18 | /...
... are not listed on [https://docs.rs/hidapi/latest/hidapi/](https://docs.rs/hidapi/latest/hidapi/). Ok, found them, well hidden, on here: https://docs.rs/hidapi/latest/hidapi/struct.HidDevice.html Might be good for documentation to have the methods clearly listed. I had to click one...
How to re-theme Kivy. I understand that all the graphics are stored in a single file and another text file describes how to pull the various bits from that file....
For example, on this intro page: [https://github.com/embassy-rs/embassy/wiki/Getting-Started](https://github.com/embassy-rs/embassy/wiki/Getting-Started) According to probe-run author [https://github.com/knurling-rs/probe-run](https://github.com/knurling-rs/probe-run): > As of 11.10.2023 probe-run is in maintainance mode. We recommend everyone to switch to probe-rs. Read following...
> No description, website, or topics provided. From crates.io: > mio-serial: A serial port IO library MIO. > mio-serial provides a serial port implementation using [mio](https://github.com/carllerche/mio). Your tokio repo says:...
I have found this script to crash with errors. A newer version of the script is here: https://github.com/TehDmitry/fusion-360-total-exporter/blob/master/Fusion%20360%20Total%20Export.py This version is a lot newer and about 500 lines of python...
This project is a bad advertisement for Flutter. It fails to run on multiple platforms, as evidenced in the comments.