Brian Anderson
Brian Anderson
There are two big examples in this crate - the one in the crate-level docs, and the one in the `example_generated` module; and they are not the same. Make them...
The backtrace crate is < 1.0 so error-chain can't hit 1.0 without either bumping backtrace or encapsulating it. It looks like the out-of-crate Backtrace type is already encapsulated, but BacktraceFrame...
Right now error-chain expects errors to be a linear sequence of errors, but twice recently I've encountered situations where I had two errors at the same time and had to...
See https://github.com/rust-lang-nursery/rustup.rs/issues/708 where cargo didn't exist. The most likely reason for this to happen is that the network request in `live_package_url` failed. It should probably have a retry loop and...
``` 09:44 brson: may want to consider setting up https://www.certum.eu/certum/cert,offer_en_open_source_cs.xml to sign the windows installers, they get trust warnings right now. 09:45 awesome. i'll file a bug on it 09:45...
While Debian has an [effort](https://wiki.debian.org/Teams/RustPackaging) to package Rust, I think it is slow going. ISTM we could with relative ease produce debian packages that work most everywhere as part of...
Wishlist item. The conversion between packaging formats could be done in rust-installer, aside from configuration.
This file is LGPL licensed but we don't mention that anywhere.
ICP is using https://rosetta-api.internetcomputer.org for its data. The numbers appear to reflect "ICP transactions" on https://dashboard.internetcomputer.org/, but is nowhere near the ~4800 tps that website claims. Probably these numbers aren't...