Results 14 comments of Florian

> I can't provide feedback on this one as I don't run pass-otp. Although it does sound weird that you get what looks like git's output mixed with the password....

> It looks like the wrapper [will accept `--quiet`](https://github.com/tadfisher/pass-otp/blob/develop/otp.bash#L325) - have you tried that, instead of `--clip`? This was a somewhat recent addition to pass-otp (from 2020, but the latest...

@bascht just to be sure, gopass does not show this behaviour, even for HOTP? I now changed it to only apply if pass is being used, and added a comment.

I am having the same problem recently: whenever I click on a download link, the entire qutebrowser (including e.g. a video playing in another tab) freezes for a few seconds...

After poking around in the source a bit, I get the impression that the use of `QFileSystemModel` in `qutebrowser/mainwindow/prompt.py` is the culprit. That loads a lot more information about all...

I tried the `QFileSystemModel.Options.DontUseCustomDirectoryIcons` option, it didn't seem to make a difference. Opening the file dialog produced around 260,000 syscalls in total with or without the option. As an alternative,...

Overloading the `icon` method of `QAbstractFileIconProvider` got rid of the bulk of syscalls (reduced it from ~260,000 to ~13,000). The remaining ones were related to mime type lookup, so I...

@tadfisher is there any chance you could merge this soon? As long as this isn't fixed, pass-otp does not work with bash 5.2 (at least not for HOTP).

There is an "auto scroll speed" setting, but it only takes integer values, and I would assume that is not fine enough for this use case. It's probably possible to...

This is great! I tried to merge the changes with the ones we did here locally (which are mostly centered around making llpp work well with the system libraries on...