Manish Goregaokar

Results 134 issues of Manish Goregaokar

examples/audioinput_stream.rs from https://github.com/servo/media/pull/362 should produce loopback sound, it does not, at least on my and @ferjm's machine. Some potentially useful debug info is at https://github.com/servo/media/pull/362#issuecomment-648010627

While this isn't specced, I was told by @padenot that the ideal messaging model for WebAudio involves one where webaudio commands are batched up in between event loop ticks, and...

webaudio

It would be nice if Servo could request the backend to mock `getUserMedia()`. A simple `enable_mediadevices_mocking()` function that basically makes the mediadevices code proxy to https://github.com/servo/media/blob/121f943462b0b5e54fdd7a7546e1b8ffd19a87c9/servo-media/lib.rs#L32-L33 would be nice Alternatively,...

webrtc

Currently the webrtc implementation assumes that things are supposed to be opus/vp8, and is rather inflexible with encoding. Furthermore, we don't yet do payloading (decodebin auto-depayloads). We should be assuming...

webrtc

Github webhook notifications sometimes get dropped, which can mean that homu is unaware of recent changes. We have [an assertion to guard against that](https://github.com/servo/homu/blob/d2b0d20a379cdf5f70b1cfd78f679c24b123cad4/homu/main.py#L1000), however that just causes silent failure....

Rust runs almost the entire testsuite on travis, and because the queue is slow it's usually preferably to do an "r+ post travis" It would be nice if we could...

#104 added custom hook support, so that you can implement custom commands in the config file that ping a webservice. I and @globau were discussing the gecko-servo autoland magic stuff,...

Bit trickier than the rest; Stack Overflow has unique userids (but not usernames -- these we'll have to fetch from the API, though they can be changed).

Fixes https://github.com/immersive-web/anchors/issues/46 This PR: - More rigidly specifies how the pose argument works - Specifies native origins of anchors tracking native entities to change over time - Specifies the coordinate...

https://immersive-web.github.io/anchors/#create-an-anchor-from-hit-test-result > Let anchor native origin be a new native origin returned from the device’s call to create a new anchor using pose, interpreted as if expressed relative to hitTestResult’s...