-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notifications do not work on Windows (because we can't pay microsoft) #41
Comments
I traced the issue back to Toast, a dependency of the Beeep package I used.
TL : DR
|
@Caton101 Thanks for getting to the bottom of things! You mentioned on Arbor that you need a way to check the OS at runtime and execute different logic. Go can do that (see the However, this would be more elegantly solved by compiling a different version of the notification logic for each operating system. Go can do this quite nicely. See the documentation here. A possible implementation with build constraints would be:
The above steps would have the compile use the definition of Does that make sense? |
Notifications work on the Windows 10 April Creator's Update (build 1803). I have not tested the latest Windows 10 build. It is worth noting that I have developer mode enabled in my system settings. |
It doesn't work on my Windows 10. Looking at the output of Get-StartApps, my id for powershell is different. |
Unfortunate, but not unsurprising. @michael-doubez, how did you find out about this project? What do you think of it? You're the first person to stumble across it (so far as we know). We'd love to hear your perspective on things. |
Sorry, I am not using this project but I have had the same issue on the same techno. While looking for a solution, I found this issue pointing to the relevant links. Thank you, this ticket gave me the key to my problem. |
Great! Glad @caton101's research was useful.
…On Thu, Jan 17, 2019, 5:42 PM Michael DOUBEZ ***@***.*** wrote:
Sorry, I am not using this project but I have had the same issue on the
same techno. While looking for a solution, I found this issue pointing to
the relevant links. Thank you, this ticket gave me the key to my problem.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADvYzVLbmBaGaeL8C63-IVmtxkccrC9dks5vEPxUgaJpZM4Y23Ne>
.
|
Glad I could help! |
Muscadine notifications do not show on Windows systems. I will work on this feature, but I'm opening an issue for our reference.
The text was updated successfully, but these errors were encountered: