Wojtek
Wojtek
Do you happen to have some custom automation that would enable synchronisation at 4am?
A little bit more information -- it looks like that for some reason after enabling synchronisation the notifications for all events to the moment of re-enabling synchronisation are being displayed,...
I'm syncing to google calendar and davdroid. Only events from google calendar seems to appear again. I'm also syncing same calendars on macOS (but not showing any notifications for that...
@jscottnc would you consider doing a PR with your fix? It does seem like the root cause and maybe @quarck would consider merging it?
PR - Pull Request. In a nutshell: * fork current repository * make changes in your repository * navigate to Pull Request section here (i.e. https://github.com/quarck/CalendarNotification/compare) and create PR with...
Thank you @jscottnc - now it's in the hands of @quarck
OK, so we know the cause. But how do we then generate multiple notifications from the same bundle? Currently each call to `send_notification()` overrides previous notification (i.e. it's not possible...
OK, after some digging in: ``` [email protected] HelloWorld $ otool -L helloworld helloworld: /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1252.250.1) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1575.17.0) /usr/lib/libz.1.dylib (compatibility version...
Just tested it with the latest GraalVM (`GraalVM CE 20.2.0 (build 11.0.8+10-jvmci-20.2-b03)`) and plugin (`0.1.31`) and there is still discrepancy: * native-image: 6,7M * client-maven-plugin: 38M I also compared memory...
I'd say that both locations should be checked as commandline-only is not something that unusual (I used this guide: http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/) but if that's not on the table the option to...