Michael Mc Donnell
Michael Mc Donnell
Thanks for the help @ehuss! I've updated the issue description. I will try to create an example to show what using the `cfg_if` macro in Servo would look like. I'm...
Hi @jtmoon79. It's not a bug in flate2 but how Rust defines the [`Read`](https://doc.rust-lang.org/nightly/std/io/trait.Read.html#) trait. You are correct that the problem is the length of the vector is `0`. The...
You're welcome! I/O is really hard to get right. Could you please close the issue since it is not a bug in `flate2`?
A shop UI tutorial would be great to have too. I think that might be a little bit more advanced than a todo list though?
Two of my colleagues tried to reproduce it but it worked fine for them. There seem to be something odd about my machine. I've tried to remove MinGW from my...
I can also reproduce this on my home machine. Any ideas how I can figure out what is going on? I do not see any logging in cargo-insta?
Thanks for your suggestion and the googling. That referenced issue sounds like what I'm seeing, except I'm not using WSL. Using `RUST_BACKTRACE=1` did not do anything. I think that makes...
Should custom error messages (issue #54) be part of v2.0.0? It is the biggest thing holding me back from using human-panic.
I have opened a pull request to fix this issue. See https://github.com/signalapp/Signal-Android/pull/11056
@andrewfenn correct my pull request adds a switch to turn off mobile data for voice and video calls. I don't want it to ever switch to mobile data since I...