mdouchement
mdouchement
It depends on your configuration but generally in one of these files: `~/.bashrc`, `~/.zshrc` or `~/.profile`. You can also put the environment variable before the zoom command: `ZOOM_HOME=${HOME}/zoomus zoom`
The wrapper checks if `sudo` is required: https://github.com/mdouchement/docker-zoom-us/blob/master/scripts/zoom-us-wrapper#L7 I never used posman, but it may works with something like `alias docker=podman`
I used to copy the ID of the meeting from the URL and paste it in Zoom. The wrapper forwards the host arguments to the binary inside the container. I...
I didn't find anything in Firefox ( installed on the host) to open Zoom's link (`zoommtg://us04web.zoom.us/join?action=join&...`). Copying/pasting the id from the URL `https://us04web.zoom.us/j/48XXXXXXXXXX` remains fonctionnal.
It gives root access to the container. I think that Zoom has change some network access. You may have some input from https://github.com/jessfraz/dockerfiles/issues/350
Seems to be an issue between QT and X11 forwarding. You may have more details about the error by exporting `QT_DEBUG_PLUGINS` inside the container: ```sh $ export ZOOM_EXTRA_DOCKER_ARGUMENTS="-e QT_DEBUG_PLUGINS=1" ```...
Maybe `apt install libxkbcommon-x11-0` or `apt install libxcb-xinerama0` in the Dockerfile can resolve the issue.
May be fixed by #94
Hello, thank you for your amazing project, this is very helpful for designing tonestacks. I designed a tube preamp but the processing is too heavy for a single CPU core...
My bad, I've tried `Buffer` instead of `DelayBuffer` before splitting in 3 files. A simple preamp (2 gain stages 12AX7 with a tonestack) works pretty well. The CPU load is...