somini
somini
The following setup works well, except for the WebSocket situation: ```nginx server { # Kodi Chorus2 server_name ; listen 443 ssl; listen [::]:443 ssl; location ~ ^/(image|vfs)/ { proxy_pass http://;...
I hacked around the JS bundle on my side and it seems to work. I just added the else branch, like this: ```js if (background == null) { background =...
I would be willing to put a bounty on this issue. Even better if that button was available right away, not on the "More" dropdown. And also on the series...
Yes, that's right. I imported that to the new repo and did some extra fixes on top. As I mentioned elsewhere, feel free to publish this like the other language...
The thing is, without the matrix, the proxy is just a glorified AdBlock Rules parser. Not sure if it's worth all the work, Firefox users already have the AdBlock proper.
@gorhill I misunderstood then, I apologize. This gets better and better. As for the lightweight proxy I agree, since there might be incompatibilities with specific programs.
#935 implements this, any reason why this wasn't merged?
Thanks for the candor. I tried rebasing and running the tests, but this is above my paygrade (at least for after-hours hacking). Maybe @mqus can continue its work?
There's this: https://github.com/fogine/udiskie-dmenu Which is just a wrapper around `udiskie-info -a` and `udiskie-mount`/`udiskie-umount`.
> For this, udiskie first needs some single-instance + message passing logic (which isn't too hard to do, but I don't have much time atm). After that is added, I...