jade
jade
Actually you can do that today if you want, set `flake-registry` to a path to a download of the json file from https://github.com/nixos/flake-registry in nix.conf, and it will just work...
In our case it's actually probably convenient to have the fully resolved symlink but that's a good note. Maybe the output format should leave a spot to put an unresolved...
Related (in that it's other problems caused by allow-listing supported browsers): https://github.com/jellyfin/jellyfin-web/issues/5706
Workaround: Set `/org/gnome/epiphany/web/user-agent` in dconf to a Safari user agent: `Mozilla/5.0 (Macintosh; Intel Mac OS X 14_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Safari/605.1.15` for example, and then it works: ...
It should be possible to empirically test a tiny video on the client and confirm it actually plays, then the result of that can be pretty aggressively cached. I do...
oi stale-bot. it's not fixed :)
Hrm. I spot an API breaking change. I will push a commit that fixes the API break with a wrapper function marked deprecated, and then y'all can decide if you...
Thanks for the review! I believe all your comments have been addressed; it appears that the practice to deal with the ABI checker being grumpy is just disregarding it rather...
addressed feedback
> Not 100% sure about the `ShouldAllowServerAccess` method, with the current design the `Allow` value of the enum is only for internal use AFAIK. Maybe a better design would be...