Eric Huber

Results 175 comments of Eric Huber

I haven't tried using the microphone, but audio at least works with the PulseAudio option. Have you tried the options listed here? https://github.com/mviereck/x11docker#sound https://github.com/mviereck/x11docker#webcam

I'm not sure in your particular case, but it sounds like the error is happening because you're trying to use rootless podman as the backend, but this combination of options...

You're running with sudo, so do you really need rootless podman? I would try it with (rootful) docker in the most default way possible first, like the examples. You could...

I think you're right. The change would also affect the reference "and 65 others" in 9c.

I believe it's entirely possible for you to do this yourself in your engine. You need an extra matrix in your pipeline to allow for the room orientation. It's not...

I take it that as an accessibility feature, you'd want something like this to be configurable from the SteamVR settings panel to override applications you _don't_ have source control over?...

Another workaround: ```python >>> chevron.render('{{#title}}{{title}}{{/title}}', {'title': {'title':'bob'}}) 'bob' ``` As further evidence that this shouldn't be the expected behavior in Chevron, note the inconsistency otherwise: ```python >>> chevron.render('{{#title}}{{title}}{{/title}}', {'title': 'bob'})...

I see Victor and Firas preferred the Debian upstream image, but I think that code-server offers an Ubuntu one too, which was what I was using. Is there any downside...

Hm, I made some more commits to the branch (switching to Ubuntu, etc.) but the commits aren't showing up in the PR itself here. I'm going to try switching to...

~~Switching to draft and back didn't work, so I'm not sure what to try. Maybe after a while GH will wake back up.~~ It looks like things finally caught up.