wiiznokes
wiiznokes
Yes it support it. Maybe try to get some logs
Same issue here. I think it happens when i open the display (~6%) or the sound (~3%) pages.
Hum that's weird. You could use the flat behavior until this get fixed
probably the same of https://github.com/pop-os/cosmic-comp/issues/397
Could you describe the steps to reproduce?
This is kinda necessary if we want to return an opaque Iterator, because before we used ```rs let b = entry.mime_type().unwrap_or_default().iter().any(|m|m == "f"); ``` And with an option: ```rs entry.mime_type().map(|i|...
> I think SplitTerminator should be returned instead of an opaque type. This way https://github.com/rust-lang/rust/issues/77998 can be used to get the actual string Yeah good idea