Emanuele Torre
Emanuele Torre
> Yes also like when jq uses generators over arrays to make things like that possible. `input/0` is great! I wish it were possible to use it and `inputs/0` to...
RE: @pkoppstein > The simplest, efficient, general-purpose way to distinguish between an empty and a non-empty input stream is to use the template: > > ```bash > jq -n '[try...
RE: @pkoppstein > Please note that my two most recent posts above > were not addressed to you because they were not intended > as a comment on or critique...
Oh, right. I didn't think of that for some reason! Thank you.
``` $ man -Tpdf jq > jq_manual.pdf $ xdg-open jq_manual.pdf ```
This has also been happening to me, I tried writing a greasemonkey userscript to inject an [Array.prototype.at](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at) implementation I wrote as a temporary fix: ```javascript // ==UserScript== // @name fix...
I just tried following these reproduction steps using `mwm` (Motif Window Manager) instead of `bspwm` (the window manager that I use) and I was not able to reproduce the bug....
video of the bug being reproduced in `bspwm` with `qutebrowser -T --debug --debug-flag log-sensitive-keys` https://www.youtube.com/watch?v=sAjjc49GLEc
Additional Note: It can also be reproduced running `qutebrowser` without a window manager. * create `~/startx_qutebrowser`: ```sh #!/bin/sh -- hsetroot -solid green screenkey & exec qutebrowser -T \ http://emanuele6.sdf.org/filepicker_keys_focus_qb_bug.html ```...
I can confirm that I cannot reproduce this with `QT_QPA_PLATFORMTHEME=gtk3 qutebrowser -T --debug`. I also noticed that, with `QT_QPA_PLATFORMTHEME=gtk3` in the environment I get one less line in the debug...