lamarpavel
lamarpavel
> I like Rust too. But what is the difference between rust and c? Isn't c faster a lot? We are talking about a window manager here. Many tasks of...
@ohjames Thank you for notifying me, and thanks to the AUR package I'm already using it.
That's all right, but maybe you should enable issues in your repo in case someone has comments to things not relevant for fzy (eg. you replaced one fzy -> fzu...
@cwmke The integration of password managers has come up in several suggestions before and it is unlikely that one specific password manager will be integrated into qutebrowser, rather there might...
@dufferzafar A sensible approach would be to use tar or atool etc for listing the archive content in an efficient manner and then construct a directory view in ranger based...
After taking another look at the man-page I noticed that `vcsh list-tracked-by` is deprecated and that `vcsh list-tracked repo1` works as expected. I would still consider this a bug as...
The combination of privoxy, `HTTP_PROXY/HTTPS_PROXY` as envvar and youtube-dl works well enough. I would argue that additional code for this in mpv would be an unnecessary burden to maintain.
@garoto This is application dependant and I wouldn't trust all programs to get this right. It doesn't hurt to simply ``` export http_proxy=http://127.0.0.1:8118 export HTTP_PROXY="$http_proxy" export https_proxy="$http_proxy" export HTTPS_PROXY="$http_proxy" export...