Nikita Lavrov

Results 7 comments of Nikita Lavrov

Is the project dead? What would be the best substitute? Meanwhile I opened a feature request to integrate a UVC library into [react-native-webrtc](https://github.com/react-native-webrtc/react-native-webrtc) which powers Jitsi Meet. Contributions are welcome....

Thanks for the tip on .bashrc, didn't know that. I've updated the image like you said, so instead of aliasing it passes filebot commands to docker via script. I tested...

@littleGnAl, the 6.0.0 branch doesn't support the old interface of `RtcEnginePluginRegistrant.register(customCaptureVideoPlugin)`. Could you please tell me how to port an existing plugin from 5.x.x to 6.x.x?

I came up with this temp fix: ``` ``` ``` data() { return { minDate: undefined, } }, mounted(){ this.minDate = new Date() } ``` Is this fine, or is...

I found a better workaround. Create an intermediary component that would properly render either Material or FontAwesome icon based on its prefix, and set it as `defaultIconComponent` in the buefy...

Noticed this as well, although mainly on the 6.0.0-beta versions

For me it's Samsung Galaxy S10E (Exynos 9820 CPU) which I use for debugging via USB tethering. I also use iPhone XS, and I never see it heat anywhere as...