Cameron Steffen
Cameron Steffen
I use KeepingYouAwake every now and then. When I need it, it is very handy. I always specify the amount of time I want to activate for. I can't seem...
I (unknowingly) created two seasons with the same name. When I went to add an image to the newer season, it was applied to the older season instead. ### Expected...
The readme labels the install script method as "The best way" to install. But this is a bit confusing. Is it just a tongue-in-cheek way of saying that the install...
Currently blocked on formatting decision: https://github.com/rust-dev-tools/fmt-rfcs/issues/169 Fixes #4955 Fixes #5177
I see that `DerefMut` was added to `Lazy`. Should there also be `force_mut` then?
Would there be interest in adding a variant of `unique` which allows you to specify the hasher? How about the name `unique_default`? The name isn't great but it's the best...
I think this would be a useful addition. ```rust pub fn assert_empty(i: impl IntoIterator) where I: Debug + PartialEq, { assert_equal(i, iter::empty::()); } ``` Except it probably needs to have...
I found a false positive for unrelated_type_equality_checks similar to #1297 but more specific. ``` class Foo { Bar bar; bool test(Baz baz) => bar == baz; // false positive here...
I'm new to this tool and I can't find any explanation for what is the second line in the default prompt. ("00:11" and "12:11" in the example image below) ...