matodrobec

Results 5 comments of matodrobec

Hello, I use swarm and Docker version 19.03.8. When I update stack ``` docker stack deploy --with-registry-auth -c ./web.yml api-dev ``` I am getting: ``` Updating service api-dev_webserver (id: zz5veiexnvsgleroomr2snecy)...

Hi, I have same problem ``` argocd login argo.test.at --username admin --insecure --grpc-web-root-path /argocd/ WARNING: server certificate had error: x509: certificate is valid for ingress.local, not argo.test.at Proceed insecurely (y/n)?...

I have same problem ``` ``` ``` permissions .hasPermission( permissions.POST_NOTIFICATION, (status: any) => { if (!status.hasPermission) { permissions .requestPermission( permissions.POST_NOTIFICATION, (data: any) => { console.log('PERMISIONS', data); result.resolve(true); }, () =>...

Hi, permissions.POST_NOTIFICATION is still not working. I am using cordova android 11 and the persmission window have not shown.

Hi @wtto00 thx for advice and I tested it. I found usefull these two methods isRemoteNotificationsEnabled and switchToNotificationSettings ``` let diagnostic = (cordova.plugins as any)?.diagnostic; diagnostic.isRemoteNotificationsEnabled((enabled) => { console.log("Remote notifications...