Bryant Mairs
Bryant Mairs
`newtype_derive` seems to allow this, but appears to be unmaintained. Allow specifying `#[From(usize)]` for a `u32` newtype. The conversion would just use `as` to do the conversion. My use case...
To improve ergonomics, instead of requiring specific datatypes instead use `Into` for those datatypes. So instead of something like ``` impl MyInts { fn new(__0: i32, __1: i32) -> MyInts...
I'd like to use this with a `no_std` crate I'm working on, but this crate doesn't seem to support that usage. Would it be possible to add a `std` feature...
Looks to be [some registry parsing for Windows](http://code.qt.io/cgit/qt/qtserialport.git/tree/src/serialport/qserialportinfo_win.cpp#n63), but for Unix it's merely [processing /dev/ entries](http://code.qt.io/cgit/qt/qtserialport.git/tree/src/serialport/qserialportinfo_unix.cpp#n59).
I'm working with the DCB struct, which has a bunch of setters for boolean fields like `set_fBinary()` and `set_fDsrSensitivity()`. However, the current declaration makes all field setters take a `DWORD`....
A .desktop file is necessary so that applications are visible through the Gnome Shell launcher. It'd be useful if this was already in the repo and people didn't have to...
Installation would be a lot easier if WattmanGTK was packaged as a Flatpak and published to [Flathub](https://flathub.org).
This also consolidates platform targets so it's easier to see what's what (copies from cross' .travis.yml). The one thing that really needs to be investigated here is which targets should...
$CI was chosen instead of $TRAVIS and the ! -z check was done such that this can work on all CI platforms (at least GitLab CI, Travis CI, AppVeyor, and...
It would be most helpful if the hashrate was output at regular intervals. I'm not certain how you ran your hashing tests and got a number, but it'd be useful...