Eric Pfister

Results 16 comments of Eric Pfister

Of note that building with the "airyx-appkit-uikit-features" (and changing to the appkit module) fixed this error ```toml [dependencies] cacao = {git = "https://github.com/ryanmcgrath/cacao.git", branch="airyx-appkit-uikit-features", features = ["user-notifications"]} ```

Wouldn't be too hard to do, bear's API exposes a way to get the note in plaintext. I'll try throwing together a little feature for it when I get time....

Oh it supports svg? That's an awesome idea haha! I threw the app together in a night so most of the codebase is hacked together. But if I can get...

I think the [Jackett](https://github.com/Jackett/Jackett) project would be very useful here!

I saw this issue #10 and tried testing it with https://github.com/Pandawan/mac-notification-sys/tree/usernotifications and got the same result. ```toml [dependencies] mac-notification-sys = { git = "https://github.com/Pandawan/mac-notification-sys.git", branch= "usernotifications" } ```

These are my notification settings for both Terminal and iTerm2 (I tried on both these terminal clients). I tried switching the type of notification to alerts to see if that...

This seems to be an issue with mac-notification-sys, as I don't get a notification even when using that crate directly. I've posted an issue there: https://github.com/h4llow3En/mac-notification-sys/issues/33#issue-1102522998

`sourcemap=inline` seems to be doing nothing as well (doesn't append the base64 comment to the file)

Not sure if this issue would be the place to make this comment. I think the concept of "slides" would work for this, but I just wanna put out my...

Has there been any progress on this issue? Or perhaps a workaround for a MacOS platform?