crustywello

Results 3 issues of crustywello

many people are having issues where secure keyboard entry being enabled in more than one application makes it so that skhd 'randomly' stops working and this should clarify the issue.

when invoked from a dir for which the default toolchain has been overridden using `rustup override set stable`, the default toolchain is still used for the cargo check. i'm pretty...

### What it does Checks for usage of a `match` of `if let` expression where only the `Ok()` **or** `Err()` values are modified; suggests the use of `map` or `map_err`...

A-lint