Results 615 comments of Chris Simpkins

I am seeing the following test fail on macOS 10.15.3 as of f239318aa1d5f005d26ba579610dc534bab952b5 (added a few escaped triple ticks so that it renders in a code block): ``` running 10...

I haven't had a chance to fully dig in to your changes but this is fantastic to see btw! :)

I added cross-platform GH Actions CI workflows in #90

#90 merged and available for testing with this PR

``` error decoding response body: missing field `commit` at line 1 column 246 ``` Looks reqwest-y :) It should be possible to reproduce this with `cargo test` @ https://github.com/rust-lang/cargo-bisect-rustc/pull/88/commits/da1ee9d3888ec20ba23c35507aec47eb7674939d?

I always run with start and end dates and have not seen many of these recent issues with end only runs. We need to look into that area of the...

I suggest that we look into the skip intervals when we investigate this. I sense that we may be adding far too many steps to find the first non-fail date...

Looks fantastic! Will you please explain how you are approaching the default and how one toggles between light and dark mode?

> What do you mean by *approaching the default*? I think that I misunderstood what you intended to support. So this automatically uses the user system setting for content theme....

> @chrissimpkins before I tackle this, there might be another option to consider: we could display a switch that would toggle between light, dark, or system mode. [Something like this](https://coliff.github.io/dark-mode-switch/)....