Floschy

Results 62 comments of Floschy

Im unsure on how to trigger the notification though, preferably id like to get an update from the downloader package when its paused but that doesnt seam to be get-able...

I ended up going the second route: https://github.com/jmshrv/finamp/pull/1162/commits/cbe804e6859030618097f1c6015d0c2cdc41915b But a real notification would be more helpful

Maybe notification groups/origin-groups can be useful? Im imagining than when a Snackbar message is created you give it a group/origin like "downloads" or "auto offline" which then can be dismissed/shown...

I mean that would work with notification groups. Maybe those could have modes? Detailed: Every notification gets shown no matter what Compact: Only merge a streak of notifications (like Chaphasilor...

Would it make sense to add another check which tests if code is formatted? This way it won't be forgotten (I certainly finished a few PRs which werent formatted correctly...

sounds like it whats your OS @corngood?

Haha @F-4Dev and I are also using graphene Im abit disconnected from this problem, does it work on normal android @Chaphasilor? I forgot

What if you install the finamp AUR package and kill it then? I never had such an issue, be it development or normal use (but recently the Package is bricked...

I dont think there is much we can do about this. This error message probably comes from the [dart] library itself

+1 The docs say it'll take the `@theme_selected_bg_color` color from the active GTK theme So I added `@define-color theme_selected_bg_color #ff0000` in `~/.config/gtk-4.0/colors.css` (Yes I did import colors.css in gtk.css) But...