Ian Jackson
Ian Jackson
### Steps ``` git clone https://gitlab.torproject.org/tpo/core/arti.git cd arti git checkout 5e2d5532d002c9df9a4cf6d83cdbe7d6125bc4be COLUMNS=100 cargo test --locked --offline -p arti --all-features -- cli_tests COLUMNS=1000 cargo test --locked --offline -p arti --all-features --...
Hi. Thanks for this excellent macro package. We have something like this: ``` #![deny(clippy::exhaustive_enums)] #[derive(strum::EnumDiscriminants)] #[non_exhaustive] pub enum ProxyAction { ``` This causes a warning from clippy, because the generated...
I am looking at the docs for `metrics_exporter_prometheus::PrometheusBuilder`: AFAICT I can call `with_http_listener` only once, so I can't pass both an IPv4 and IPv6 socket address. I don't see a...
In Debian trixie (13, as yet unreleased), several 32-bit architectures have been provided with a 64-bit time_t so that they will continue to work after Y2038. I was not involved...
### Steps 1. Don't have `+nightly-2023-12-19` installed 2. In any project, `CARGO_NET_OFFLINE=true cargo +nightly-2023-12-19 check --locked --offline` ### Expected behaviour Error message saying `+nightly-2023-12-19` is not installed, mentioning `CARGO_NET_OFFLINE` ###...