Brian

Results 117 comments of Brian

Any update on this? It seems like [Clima](https://github.com/Canop/clima) can kinda do this, but doesn't work on everything, specifically only local files

@RazrFalcon https://caniuse.com/css-color-function This is the reason? ```svg svg{fill:color(display-p3 0.8824 0 0.5961);} ``` If it is not even supported in basically any browser, why not just ignore this part of the...

> I'll probably push this over the weekend but feel free to bump this issue if I forget. ^

In case anyone wants this functionality you can get it from: https://addons.mozilla.org/firefox/addon/amp2html/ https://chrome.google.com/webstore/detail/redirect-amp-to-html/kifkmmpiicbcnkjaliilaoeaojlldonl

Would it not be better to just set `aria2-max-connection-per-server` to `1` if the download fails on retry?

Can reproduce, is there no way to workaround this? This makes aria2 pretty unusable for me

The solution to this is for me was actually just to, it overrides scoop's set options ```json { "aria2-options": "--no-conf=false" } ```