Woodrow Douglass
Woodrow Douglass
#### Description This patchset removes the `Unknown` constant, which may cause bugs and collide in various places around the codebase This is a draft until we start working toward 4.0...
The `Unknown` constant in constants.go is set with iota, which in it's block always resolves to 0. This collides in a lot of places; This issue is a discussion point....
The caller is responsible for doing this according to: https://docs.gtk.org/gio/callback.DBusInterfaceMethodCallFunc.html this should fix #80
Consider the following script [one.py.txt](https://github.com/rhinstaller/dasbus/files/8027995/one.py.txt) If this script is run, and the following loop is run in another (bash) window ``` while busctl --user call com.carnegierobotics.test /com/carnegierobotics/test com.carnegierobotics.dasbus.test One; do...
This font had characters in a different order then utf-8, causing edits to keymap files that dealt with OLED text to be less then intuitive. ## Types of Changes -...
See the attached rust crate, which generates a binding for a simple structure in a c99 h file. When the `cargo build` command is run, `build.rs` generates a binding file,...