Yuri

Results 9 comments of Yuri

I've also the same problem with IOS 10.3.3. 2018-01-22 13:30:09.064239+0100 app[355:44741] startListening() 2018-01-22 13:30:09.169230+0100 app[355:44741] THREAD WARNING: ['SpeechRecognition'] took '104.992920' ms. Plugin should use a background thread. 2018-01-22 13:30:15.940208+0100 app[355:45947]...

Hi @DeeSouza, on **Android** the speech recognition (google assistant technology) auto-stop the recording when the user stop talking while on **IOS** (siri technology) you have to manually stop the recording...

I don't know what your application do, but from the doc > If you set showPartial to true on iOS the success callback will be called multiple times until stopListening()...

Have you configured this? ``` ingressRoute: dashboard: enabled: true annotations: kubernetes.io/ingress.class: '{your-class}' ```

Have you done progress with the Twitter provider? If i've correctly understood the problem is that Twitter login still use oAuth 1.0, isn't it? I'm using Angular5, can i use...

Hi, using **Harbor v2.5.3**, I created a system robot account using below API ``` POST {harbor-host}/api/v2.0/robots { "name":"lorem", "duration":-1, "description":"", "disable":false, "level":"system", "permissions":[ { "access": [ { "action": "push", "resource":...

It should be cool in a multi AKS clusters environment

Hello, This is a very big problem also for me. ``` ➜ umbrella git:(master) ✗ helm version version.BuildInfo{Version:"v3.2.3", GitCommit:"8f832046e258e2cb800894579b1b3b50c2d83492", GitTreeState:"clean", GoVersion:"go1.13.12"} ``` Is there any workaround for the meantime? I...

It would be the killer feature!