smekkley

Results 29 comments of smekkley

Am I understanding this correctly that even with webassembly, the performance would never beat the original vnc server's? I'm using x0vncserver, but it's slow even with direct access. NoMachine doesn't...

I created this issue in libpod. It's technically possible to control podman from container through ssh varlink but there is a new api server. I'd say we can wait until...

API is just a way to get out of podman container to do what the current docker solution in vscode is basically doing, it's not actually a container in container....

I wonder if there has been any decision made on this topic. Mounting docker socket is really bad imo. I think that should be solved first and then support podman...

According to @chrmarti , docker socket is mounted in order to build an image alone. With buildah chroot mode, no socket is required. You can just build and export it...

You can export it as tgz or tar so that you can load from any container engine. I wanted to suggest this solution because I felt like we are neglecting...

You might be able to bind mount the whole docker/podman image directory, but then it's no different from mounting docker socket for no good reason(the current solution). The current solution...

MacOS has a feature that creates a temporary workspace when you maximize the window. It's really nice and you can also add one more window to the workspace in a...

Indeed, everything was possible with bspc scripting. I have now dynamic workspace like Mac/Gnome but better. This project is quite ingenious, so little code on the WM side, yet it...