Christopher Serr
Christopher Serr
It seems to be possible to use hyper with async-std if you provide a Connector for it that uses async-std. Considering half the ecosystem is seemingly moving to async-std and...
DirectWrite, Chrome and many other applications consider variable font instances to be different font faces. However the `all_fonts` iterator gets completely confused by this. When it accesses the font count...
It seems a lot of assumptions about the preprocessor are made that don't apply to the preprocessor on Windows.
What I don't particularly like is that both `Debug` and `Display` are used for errors in Rust. Most libraries and functions only focus on either the `Debug` or `Display` of...
This is somewhat inspired by git. Every single run would add to the history and you'd be able to just check out a certain state of the history. Doing runs...
In RLS Mode it opens a new terminal every time you save and executes cargo check there. You need to close the terminal every single time, otherwise it just creates...
Doing a ping every 8 seconds is just way too often, especially if it gets logged every time. This makes it so it's closer to the official IoT Hub SDKs.
This keeps a single buffer around that is used for encoding all the messages.
The `time` crate is the preferred crate nowadays with `chrono` having been unmaintained for a long time. Though as it turns out, this crate doesn't even need either crate as...
This fixes a bunch of clippy warnings.