Cody Bloemhard

Results 5 issues of Cody Bloemhard

### Is your feature request related to a problem? Please describe The gaps are not the same size all over the screen. If you have gap_px = 10, and you...

enhancement
requires more details
core

Having something like this in the args `--arr (integer...)` and than `let arr = args.get_integers("arr");` works and the user can choose not to supply an array. It will be `Vec`....

``` error[E0282]: type annotations needed --> /home/cody/.cargo/registry/src/github.com-1ecc6299db9ec823/sample-0.6.2/src/window.rs:57:41 | 57 | let v = phase.to_float_sample().to_sample() * PI_2; | ^^^^^^^^^ cannot infer type for type parameter `S` declared on the associated function...

Allow the user to not specify colours, thus using the default colours of DMenu without having to set them again in Penrose. Changed all `Color` fields in `DMenuConfig` to `Option`....

I forked to add a slight quality of life improvement (intend to make a PR) and ran the tests to make sure they all pass but `uneven_with_varying_col_span` does not. The...