George Hafiz
George Hafiz
Would you have any wisdom for a fellow Windows user? #65
Go and install the full (not Lite) version of OpenSSL binary installer, version 1.0.2 (because 1.1.0 has too new a version, I believe). Install to the default offered directory, and...
Thanks @hrkfdn, the feature exists and I've enabled it: ``` cargo run --no-default-features --features rodio_backend,cursive/pancurses-backend,share_clipboard,notify,mpris ``` however the notifications are currently generic (mentioning Terminal and using the Terminal icon), so...
Yea the crate we're already using `notify_rust` supports this, but only if the user already has Spotify installed as well. Check out this note for macOS: https://docs.rs/notify-rust/4.5.3/notify_rust/struct.Notification.html#platform-support-1 it pulls a...
Unfortunately this also affects me with the HEAD install of `portaudio`: ``` ||PaMacCore (AUHAL)|| Warning on line 521: err=''!obj'', msg=Unknown Error ||PaMacCore (AUHAL)|| Warning on line 441: err=''!obj'', msg=Unknown Error...
I'd suggest adding support for this via MPRIS. Edit: Unfortunately, looks like MPRIS v2.2 which is the latest version of the spec, does not have any support for setting user...
WIP https://github.com/deed02392/ncspot/commit/e45635e3a675ad9b524018a7ab9065ba525ed83a
@susodapop I suppose this can be closed when the merged commit gets a tagged release?
Hey @madisonb, well, they were not working well with the latest Alpine Linux based Python 3 container. I basically had to update a lot of packages to get things working...
+1 from me, too.