Brian Chirls

Results 75 comments of Brian Chirls

You make a great point @ebbmo. We don't want to bloat the size or the speed of the library with information that not everybody is going to use. I think...

@faisalman Can you clarify please - do the extension regexes get added to the *end* or the *beginning* of the list? It could make a big difference for performance. Thanks.

According to Firebase engineer @laurenzlong, [multiple executions is expected behavior](https://github.com/firebase/firebase-functions/issues/62#issuecomment-419810195) and functions should be idempotent. Sending an email is not idempotent. Can we please have this issue re-opened? It'd be...

Yes please. Or better yet, is it possible to feature-detect rather than whitelist/blacklist by user agent?

Having read further, I think I understand this better now. It looks like Omnitone uses `createMediaElementSource` to get its audio data from a video or audio element. This feature is...

Revisiting this old issue now that some time has passed... I see that `createMediaElementSource` is no longer required and that Omnitone will now accept an audio node. So presumably, even...

> Yes. That was the intent of the change. Awesome! Exactly what I'd asked for, delivered. I love when that happens. > Yes, it is a great shim. However, I...

Thanks for reporting. I'm making some progress on this. Can you share some sample code or a stacktrace for the reassigning source problem?

Looks like the reason your workaround works is that somewhere after the `setTimeout`, you set a `source` or another channel on that node. So it's not really about waiting a...

Yes, this would definitely be useful for that. Could also be used for stereoscopic images and videos.