Taha Gharib

Results 45 comments of Taha Gharib

I guess it might also be useful to add RAM usage and GPU VRAM usage although I feel like I'm pushing it with the feature requests. I better look at...

For an alternative, check out https://github.com/JohnDoee/deluge-streaming It supports sequential downloading and it even supports seeking. Once you seek forward, it will sequentially download from that seek point.

I just struggled with the same issue and I realized the cause was pretty stupid. So much time wasted. :\ Take this simple example: ```bash > echo test | sd...

In the mean time, I implemented my own TUI in bash. You need `sed`, `sd`, `w3m` and `fzf`. Add the following to your bashrc: alias stripcolors="sed 's/\x1B\[[0-9;]\{1,\}[A-Za-z]//g'" # $1=email ID...

I had this problem in Dota 2. I fixed it by first putting the game in full screen mode. Then, I toggled i3's full-screen by hitting mod+f.

Adding ``` c.qt.force_software_rendering = "chromium" c.qt.workarounds.remove_service_workers = True ``` to `config.py` and restarting qutebrowser did not fix the issue.

This is an interesting bug. `:open -t windows how to disable hot !g` reliably works. But as soon as I add another letter `:open -t windows how to disable hotk...

Another example: `:open -t lawnmower bla !g` is OK but `lawnmower blad !g` crashes. Also, the issue seems to be Google-specific. It doesn't seem to happen in DDG.

Okay, problem solved with Qt 6. Well I guess that was an easy fix.

Spoke too soon. With the `qt6-2` branch, logging into gmail's inbox crashes with `--temp-basedir -s colors.webpage.darkmode.enabled true` but works fine with `--temp-basedir`.