Jeff Huffman

Results 66 comments of Jeff Huffman

It's not a show-stopping issue or anything, but it is rather strange behavior. Build up enough things like that and you no longer have anything resembling a clean UX. Given...

A note for anyone who's being forced to log in (and thus move to the beta UI) due to the age-restriction wall: you don't actually have to log in, just...

I've encountered this multiple times, always when clicking into the github comment text field, but it's by no means reliably reproducible, so that may just be because github is the...

To directly address the problem for the OP, you can run `yt-dlp` with `--extractor-args crunchyrollbeta:hardsub=en-US` to explicitly ask it to get the hardsubbed version. I made the decision to ignore...

Also happens for `let f = x: f x; in f 0`.

To carry over a conversation from #106, qutebrowser achieves quite a bit of extendability via external programs which can be started from the browser, with some contextual information, and then...

I feel like we're miscommunicating a bit here. The scripts in question would be very short lived, at least normally, and, crucially, started *by* vieb, *not* from outside. So the...

> What value should the VIEB_WINDOW_TITLE env var have? What instance of vieb was the script started from? It should have the value corresponding to that. You seem to be...

But the form of extensibility I'm suggesting is all about scripts started from vieb itself. They then gather and process information by whatever means into commands to send back to...

Ok. I don't entirely agree, but that would be workable, too. It's just that the overhead of starting vieb would be somewhat high for just grabbing a string value. The...