Jonathan
Jonathan
➕ $20 bounty from me!
Support for OAuth would definitely be a good addition to the wrapper! @aubruz Do you already have the implementation ready? If so, you would do me a big favour by...
@aubruz Thanks so much! I’ll use that :)
We’re having a similar issue in Safari on iPadOS (version 14.2) using [twilio-video-app-react](https://github.com/twilio/twilio-video-app-react). The employee (using iPadOS) is often hearing the customer (on a ‘random’ device) with a robotic voice...
You can force-reload the React app to make it work: ```jsx import * as Updates from "expo-updates"; I18nManager.allowRTL(false); I18nManager.forceRTL(false); Updates.reloadAsync(); ```
I'm having the same issue. I'm using Kirby 4.3.0 with the following field configuration: ```yaml published: label: Maand van uitgave type: date required: true display: MM-YYYY calendar: false step: month...
What exactly doesn't work? Can you select the desired VM in the beginning? Do you get status notifications (via Growl)?
Could you capture the error message and post it here?
Thanks Ashesh, I'll look into it. May I finally ask which version of Growl you're using? You can simply open the Growl application (via Spotlight/Finder/Alfred) and check the last tab.
Sorry for the delay. I just updated the script and it might work for you now. I think the Growl methods the script uses are only available in Growl 2....