Gabriel de Perthuis
Gabriel de Perthuis
It depends on the interpreter and the value. Definitely not code you would want to see in the wild.
Could the new auth plugins fix the limitation we had with netrc? Namely, the limitation of only being able to key on a hostname? Both decisions discussed in #52 and...
I'm testing e10s, and when this add-on breaks, the built-in per-site zoom stays disabled (because NoSquint had to interfere with it to give priority to its implementation). There's also some...
Could the many tonic / hyper tasks be filtered out using spans and layers? I don't know enough about tracing to know if logic like metadata.is_within_span is implementable. Edit: something...
Regression appeared on 2020-09-28. ``` RUST_SRC_REPO=~/src/github.com/rust-lang/rust cargo install cargo-bisect-rustc echo $'#!/bin/sh\ncargo test run_with_msan_with_crash' >> test-msan.sh chmod +x test-msan.sh cargo bisect-rustc --with-src --start 2020-09-14 --end 2020-10-07 --script ./test-msan.sh ``` Getting it...
https://github.com/rust-lang/rust/pull/77259
This can be worked around by reverting #193.
Introduced in https://github.com/rust-lang/stdarch/commit/3fa0f6a1316fcb9619d7e002ac4ed78a0c745cef Unsquashed version is at https://github.com/rust-lang/stdarch/pull/907
https://github.com/rust-lang/stdarch/issues/957
There's something like that on the main branch now (see #156), you can combine a builder (configuring HTTPS in a consistent and readable way) with a custom connector ``` let...