Johan Anderholm

Results 9 issues of Johan Anderholm

When invoking rustc autocfg adds rustflags from the RUSTFLAGS environment variable. This makes things like setting --sysroot work. The problem is flags can also be specified in the cargo configurations:...

**Home Assistant Android version:** beta-2534-90a9a27e **Android version:** Wear OS 2 **Phone model:** Fossil Gen 6 **Home Assistant version:** 2022.8.1 **Last working Home Assistant release (if known):** **Description of problem:** Wear...

enhancement
Wear OS

Would it be possible to implement `futures::io::AsyncRead` and `AsyncWrite` for `gio::IOStream` like e.g. `async_std::net::TcpStream` does it? In short I would like to create a rust crate that is generic over...

enhancement
gio

I've had many issues with do_unpack failing for crate:// lately. Pretty much every time I build meta-rust from scratch some packages fails. I think it it fails when two packages...

Thanks for a great project! It looks like cargo audit doesn't honor the offline flag and always try to fetch crates.io. On the other hand it continues running successfully after...

Older reqwest versions depends on an old openssl crate which does not work with openssl 1.1.1. I believe I have not introduced any new panics. Fixes #43

acme-client depends on an old version of reqwest which in turn depends on an old version of the openssl crate. The old openssl crate is not able to use at...

Since the tellstick-server repository seem to be mostly abandoned it can no longer build plugins without downgrading some versions like pip. I've created a Dockerfile that recreates an environment that...

According to the datasheet for the D2F series of microswitches, the D2F-01 seems like the better choice and D2F-5 the wrong choice in most cases. The D2F-01 uses gold alloy...