valankar
valankar
And after the timeout: 
That looks like something else. In my case it is chromium using up cpu, not a nicegui app. Basically, I'm trying to setup the devcontainer environment to make changes to...
FWIW I'm running Windows 11. I tried both using a WSL2 remote container on local Debian (WSL), as well as a remote SSH on a Debian server. Both result in...
I just tried with container on Ubuntu-24.04 WSL2. Similarly fails, and also shows chromium vs chrome.
Yes. I'm referring to the docker host, i.e. the host that creates and runs the devcontainer. At least on Windows, there are a couple of possibilities: 1. Docker daemon running...
Here is a video showing what I did: https://youtu.be/rG2LzK5Qf1A?si=YDSZs8ftGLT4kd_C In this one I'm just using Docker Desktop with WSL2. I cancelled the tests after 10 minutes. The chromium process stays...
I don't use VScode, dev containers, or Windows anymore.
It seems the Python standard library supports this: https://docs.python.org/3/library/argparse.html#nargs I think Typer really should too.