lonix1
lonix1
Hiding the status bar items would be nice. But an even better option would be: ````json { "synchronizedScrolling.statusbarItems": "show", // or "hide" or "showWhenEnabled" } ```` The `showWhenEnabled` options would...
Sometimes you don't need huge numbers of random UAs, but rather, just the latest for a certain browser. A list of the latest UA for each browser and os: https://www.whatismybrowser.com/guides/the-latest-user-agent/...
Agreed! There should be an easy way to spin up a container, with a new database, username and password - all specified in `docker-compose` / environment variables.
I understand the reluctance to add functionality to working software. I also understand @yosifkit's response, and I'm using his advice in my own code. But this functionality is obvious and...
*There is another use case: **auto-enable extensions per session**. Since my [other issue](https://github.com/Microsoft/vscode/issues/72255) was closed:* We develop apps in node, asp.net, and python. We have extensions for each platform, so...
Agreed, would be preferable to customise ports that make sense in our environment. The user-facing hardcoding [is here](https://github.com/rustdesk/rustdesk-server/blob/b713303c1557f158a3b6279fcce5139190ed2937/docker/Dockerfile#L18). Easiest fix is to set the ports via environment variables in the...
Same problem here. I tried the s6 docker image with `ENCRYPTED_ONLY=1`, and the normal docker image with `-k _`.
Subscribing to playlists would be a cool new feature, because right now the only way is to keep a list of playlists in a separate file, outside of FreeTube, yuck......
Update: when I run the container as root, the problem disappears. But even so, that error is misleading.
Thanks. I'll try the new version when it's released to see if it fixes this. Is it one of those fixes that's released every month or so?