Peter Staev
Peter Staev
I just got the same problem. I managed to get the path working, but it fails with the same error as OP. This is using v8.1 on Windows 10 Pro...
I'm having the same problem. The option worked in the past but something changed either in fastlane or in App Store Connect API and now the option has no effect....
@edusperoni your PRs are for iOS, this is for android 😉
+1 I do not understand who will use DayView mode w/o the ability to manipulate the scroll. I see the Xamarin control already has `ScrollToTime` and `ScrollToEvent` methods, so similar...
I just tried the binaries and for me it doesn't work. Pairing worked fine, but then when I try to SSH I get the following: ``` CreateProcessW failed error:87 posix_spawn:...
The config looks ok: ``` # Added by Krypton Host * IdentityAgent \\.\pipe\krd-agent ProxyCommand "L:\Krypton\krssh.exe" %h %p ``` verbose log: ``` OpenSSH_for_Windows_7.7p1, LibreSSL 2.6.5 debug1: Reading configuration data C:\\Users\\peter/.ssh/config debug1:...
@tomylee001001 is correct. But I'm sure it was working before with only sending `data` in both foreground and background (was using v0.1.2). Not sure if this is because the plugin...
After digging the code for another problem, seems issue came with the removal of the `NotificationBuilder` class which was pulling the title/message from the `data` https://github.com/NativeScript/push-plugin/blob/0.1.2/native-src/android/app/src/main/java/com/telerik/pushplugin/NotificationBuilder.java#L77 https://github.com/NativeScript/push-plugin/blob/0.1.2/native-src/android/app/src/main/java/com/telerik/pushplugin/NotificationBuilder.java#L83-L88 With the removal...
Hey @AntonDobrev , for the second part, are there any use cases where you would call `unregister` before calling `register` first (except user error)? If you look at the iOS...
Hey @ll9 , currently this is not supported.