codedcosmos

Results 4 issues of codedcosmos

I would like a feature where clicking on the album art, causes you to see an enlarged version of the album art. Not sure when museeks 1.0 would come out,...

Whenever trying to render an RGB (webp) image like so: ![rgb](https://user-images.githubusercontent.com/5248038/108584092-395cdb80-738a-11eb-91d2-78fede7e20cf.png) I get this: ![Screenshot from 2021-02-20 14-45-32-export](https://user-images.githubusercontent.com/5248038/108584172-e9324900-738a-11eb-8c1b-9c0670daa413.png) Here is a working code example showing the bug: ``` use nannou::prelude::*;...

**Describe the bug** I am unable to use the program in it's most basic form. **To Reproduce** Install remg and matplotlib Run either of the above: `rembg i /path/to/image_a.png /path/to/image_b.png`...

bug

In the settings for linter-rust, the Disabled warnings section I simply put "dead_code, non_snake_case" Minus the quotation marks (just used for clarity). Yet both warnings seem to persist, even after...