pablopla

Results 11 comments of pablopla

Does not setting the streams at the sender side has any effect on the receiver? Can the receiver dynamically change the associated stream multiple times? For example, when the active...

@hwittenborn makedeb could be great. Why is this issue stale?

So what is the best way to dynamically change A/V sync between tracks? I'm trying to do this: 1. Conference has two users (U1, U2) each with a video track...

The svg files are inline in the compiled node_modules/quill/dist/quill.js so we shouldn't get an error. ```import Quill from 'quill';``` imports the raw files instead of the compiled file from dist/quill.js...

@KillerCodeMonkey How do you import quill from cjs? There is support for [custom esbuild loaders](https://github.com/angular/angular-cli/pull/26371) in Angular 17.1.0-rc.0. I've tried adding SVG loader to angular.json: ```json "architect": { "build": {...

It should also be enabled for @angular-devkit/build-angular:browser-esbuild

Any update on this? We would like to experiment with Yugabyte but have the option to return to PostgreSQL in case we are facing issues.

@ddorian I didn't try dump/restore yet. I just want to verify that it's officially supported without manual steps and hacks.

Can't we add a flag to ysql_dump to create a postgres compatible format that won't require manual steps?

@heimoshuiyu detect_language expects audio or features arguments as np.ndarray. There is no method to get the audio or features in the required format.