Hendrik Sollich
Hendrik Sollich
Oh cool, thanks, I'll play around a bit more before I feel comfortable enough to actually do that.
just ran into the same question. is there any best practice here? how do I stop an interval? --- **UPDATE:** oops my bad 😄 of course the interval stops when...
Hi there! Thanks for the input, I had that in the back of my head for a while, but back then there was no such thing as futures yet. AFAIK...
I was thinking more along the line of code examples. But I assume you imagine an api like this: ```rust let notification_future = Notification::new() .summary("you got mail") .action("clicked", "open Mutt")...
what do you mean with ours? ATM you could have the blocking api in a thread, thats not that expensive. I can add an optional feature that does what I...
> I didn't mean to ask for futures. All I want is an API which makes it comfortable to call something like Notification::handle_registered_actions(dbus_message) inside the "We received a D-Bus message"...
There is no need to apologise or rush at all. Same here
Hiho, thanks for looking into this, I have to be honest I kinda never "saw" sound working on KDE either. I always assumed it's just not implemented (being a fairly...
Wow! Thank you very much for the extensive documentation. I'd love to support KDE better, as I'm a KDE user myself. I suppose as long as we're just adding another...
Hi there, I just ran into an issue and wished to find out what has changed between `0.17.0` and `0.17.4` and it is not easy to see. Would it be...