Mike Griffith
Mike Griffith
@inside83 Can you try with the latest release?
It looks like the instructions for using this outside of an ES6 module are incomplete. I'm assuming you're not using webpack or any other ES6 bundler, correct? The workaround would...
Also see #8
@argentinaluiz There's no method right now to do it, but if you want to submit a PR, you could potentially check for a passed-in callback function around https://github.com/bikegriffith/clappr-playback-rate-plugin/blob/master/src/main.js#L95, then fire...
+1, the feedback loop and workflow you've enabled is nothing short of amazing.
Same issue here. My horrible workaround is to setTimeout and play after I assume it will be ready, but I'm sure there's a better way.
I've been trying to find a way to do this, and it looks like the answer is NO. API v1.4 (which is required for this SDK) does not support updating...
You can dip back into the REST API if you need to, for example: ``` contact = intercom.users.find(user_id='2605') resp = requests.put('https://api.intercom.io/contacts/'+contact.id, json={'owner_id': new_owner_id}, headers={ 'Authorization': 'Bearer , } ) ```
Would love to see this so I don't have to fork and maintain to use in my webpack-driven project
Just submitted a PR to at least appease WAVE with some simple aria-labels