Guru Prasad

Results 15 issues of Guru Prasad

I know HTML5 has `canplay`/`loadeddata`/etc that can be used to signal readiness for media events. Can we come up with something similar for YouTube, Vimeo and other, newer sources? Alternatively,...

Sometimes, when changing video source, I have noticed that faceAPI gets stuck forever without resolving/rejecting the promise. Here's the relevant code: ```js try { result = await new Promise((resolve, reject)...

I think the entire JSON tree is being re-rendered every time one item is toggled. This does not scale well for large JSONs. Additionally, the component struggles to display a...

help wanted

I've successfully written a tiny wrapper around your project to use it via [gomobile](https://github.com/golang/mobile). So far, I've been able to login, search for users, etc. The gomobile bindings only allow...

[twoseven.xyz](https://twoseven.xyz) is a platform that enables users to watch videos together. Our extension allows embedding Netflix and sets up listeners to synchronize play/pause/seek/etc. Recently, some of our users reached out...

I suspect this might be related to some of the other issues with the bug label, but adding my 2c just in case it provides some clues. I have the...

question

### Describe the problem I love how tauri supports so many recipes out-of-the-box. However, over time, I've built up a bunch of my own `create-*` packages that I would love...

type: feature request

### Your environment. - Version: f1a4404f2c21f4b02ed7b05709a4362128964099 - Browser: NA - Other Information: Sender Logs ``` pc INFO: 2021/08/10 01:39:15 signaling state changed to have-local-offer ice WARNING: 2021/08/10 01:39:15 could not...

I'm new to Redis in general, but have been using `redis-mock` in the past to test my code. Recently, in one of my redis libraries, I ran into a strange...

I've been running an old version of the BattOr firmware - 3c437f619d I recently tried to update the BattOr firmware to master since I noticed that there were some possibly...