Myned
Myned
My pressure barrier settings are at 0 for both the threshold and timeout, but I assume that does not affect the implementation. Perhaps a toggle to disable pressure completely for...
For me, all page refreshes, cache or no, results in CORS errors when trying to load the player buttons. I was able to work around this with a docker nginx...
I misinterpreted the exact CORS error associated with this issue in my previous comment. After applying the default header, I now experience the occasional `CORS request did not succeed` error...
The new docker images don't seem to be working on arm64 - they yield the same error as if I used the amd64 image on a Raspberry Pi 4B: `viewtube...
It's worth mentioning that LibreTube, an Android Piped client, has implemented this in https://github.com/libre-tube/LibreTube/pull/3290 I do not know whether this is translatable to the browser, however. My use case is...
I am interested in contributing the necessary changes to this PR. Would the preferable path be to allow write access or create a new branch?
An alternative solution I currently use is simply to start waybar slightly delayed after Hyprland starts with: ``` exec-once = sleep 1 && waybar ``` If home-manager, `programs.waybar.systemd.enable` should be...
I had this problem initially due to it not being clear enough that `format-icons` is a required attribute. Though if `;;` is still showing for you despite `bar_delimiter` defined as...
Should mention that the [fix to loading apps](https://github.com/tailscale/tailscale-android/pull/89/commits/e815baf0a92373ddf51c468274ec5c9f818b763b) only applies to the UI, not the Android system query, since the query is currently required to build the VPN service on...
Other than fixing merge conflicts, is anything else needed here? I haven't been able to give this my full attention as of late, unfortunately.