Sean McArthur

Results 148 issues of Sean McArthur

This is an addition to the experimental HTTP/3 support already added (#1558). We can't use ALPN to determine if the endpoint supports HTTP/3, like we can with HTTP/2. It uses...

E-pr-welcome

There is basically 4 combinations of proxy environments that should have tests, so we don't regress: - [x] HTTP site through HTTP proxy - [ ] HTTP site through HTTPS...

I noticed there's an experimental `cargo audit fix` which will edit `Cargo.toml`s (#23). It seems like `cargo audit` could suggest something less invasive as a first step: "Hint: try running...

The Fuchsia CI target was disabled, due to this message ([seen here](https://travis-ci.org/seanmonstar/num_cpus/jobs/498487605)): > toolchain 'stable-x86_64-unknown-linux-gnu' does not contain component 'rust-std' for target 'x86_64-unknown-fuchsia' I don't know why, or what is...

help wanted

The compiler has a whole bunch of targets running in its TravisCI, maybe we can do the same. Here's a list of OSes that have specific support in this crate,...

The `get_physical` implementation for Linux should consider the affinity mask when collecting the number of physical cores on the system.

``` ``` Only `hi` should be resolved to the output data, as foo doesn't have a default, and likely isn't used outside the l20n file.

We should be able to transfer a call to someone else. Essentially, it would just delete the call (not the placements), and send a parseable file to someone elses email...

feature
P3

have a widget that easily allows starting, pausing, and stopping time.

feature
P1