Philipp C. Heckel

Results 281 comments of Philipp C. Heckel

I can confirm that this happens in the SDK 33 emulator.

Fixed here: https://github.com/binwiederhier/ntfy-android/commit/3d1d062f4d392516068e607586c4d413f71948b8

Fixed in https://github.com/binwiederhier/ntfy/commit/6c3fe686befd2f88b042e03961bc32fe72bd726b and follow-up commit. Thanks @Joeharrison94

Very cool. Is this only for macOS, or will it be available for Linux as well? What was the issue when you tried the full server support? For macOS I...

Awesome! 1. The docs are not required, but I'd like to include everything in the build. Do you have to build it from source? Can't you just pull down the...

This is wild. The thing that's failing is the `user.Current()` call, which means that Go cannot determine the current Linux/Windows user. I added logging here https://github.com/binwiederhier/ntfy/commit/ef302d22a981b2fab8b47777b8ebf068507e5091 so we can get...

Can you try again with the latest release and give me the error message?

This fails: https://github.com/binwiederhier/ntfy/blob/main/cmd/subscribe.go#L328-L331 This is a Go standard library call to determine the current user. If this fails, something on your system regarding your current user is unusual or wrong....