Cameron Steffen

Results 36 issues of 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...

feature wish

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

blocked
pr-on-hold

Fixes #5117

p-low
pr-not-reviewed

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...

generic-container

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...

type-bug
false positive
set-core

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) ![image](https://user-images.githubusercontent.com/5565418/42831876-25a371ba-89b5-11e8-9d12-a97be20faa25.png)...

question
tipsandtricks