clst
clst
The repository is off-site on an external drive connected to a Raspberry Pi 4 (myserver). From rclone's view that is local, I guess. I thought rclone had the same features...
Great news. This time the network outage was on the server side and the backup completed successfully anyways. rest-server seems to work much better. Logs: ``` Save() returned error, retrying...
Linphone 2 has this feature and it works well with Asterisk/FreePBX.
Yeah I am using v2 (pretty neat, btw). The change event didn't trigger anymore after lc_switch loaded. I changed your custom event then it works with the listener above even...
Yes it works fine, until you do something like `$("input-container").html(newstuff);` Then it needs bubbles: true. At least it did in my case. I can check it again outside of my...
I tried a lot with commandline parameters and `QTWEBENGINE_CHROMIUM_FLAGS="--disable-seccomp-filter-sandbox"` (also in `/sbin/entrypoint.sh` but was not successful. The commandline parameter `--disable-seccomp-filter-sandbox` works for teams but not for zoom. So the seccomp...
The update and enabling TLS 1.2 in WinHTTP and SChannel does not help for this issue.
True. The "periodically check" confirmation window still works :+1:
That worked great. I will ask the AUR maintainer to include the patch. I had to change the lines a bit and remove some whitespaces to apply it: ``` ---...
You can actually open extension pages in a container. Any moz-extension:// url can be opened in a container. I don't think that'll help much for the SteamDB extension since it...