Isaac Muse

Results 654 comments of Isaac Muse

This is a good request. I do have some refactoring to do in this plugin that is planned. It would probably be a good idea to look into snarl at...

@Kristinita, I actually haven't forgotten. I've actually been considering refreshing this package sometime very soon. I recently did some related work over on this project that uses a variation of...

I haven't looked into the actual code required to support snarl yet. But I wanted to give some insight. The biggest risk for this issue is me possibly doing what...

Thanks for giving me more details. I'm willing to at least give it a shot. I feel cases like CairoShell are kind of outliers, special cases. It's a small percentage...

Curious. What version of Windows are you using? We are actually calling the user32 lib of Windows to raise notifications (when using the native implementation). I wonder what Ferdi is...

I figure if we can get native to work reliably, it may make the need for snarl moot.

So, I have verified the CairoShell issue exists installing and enabling CairoShell long enough to verify. One thing I've noticed is that the type of notifications we do in Windows...

Hmm. I've tried every permutation of Python libraries using toast notifications, and am yet to find a single one that works in Cairo. I suspect that there is a bug...

On a side note, I did figure out how to replace the icon in toast notifications, which previously were just stock icons from windows. I also figured out how to...

I've finished reworking most of Windows notification support over in my other project: https://github.com/facelessuser/Rummage/pull/401. - Native windows notifications now show up in the notification panel as we keep a taskbar...