blitmap

Results 13 comments of blitmap

I am most definitely in the wrong place to suggest this. There are several neat things to consider here: 1) If we're talking about a login session or an output/display...

So now I can enumerate several things that would be pretty neat: 1) If an idle-inhibiting client is present, do not blank all screens (traditional behavior). 2) If an idle-inhibiting...

Would love this, I have a few too many groups and dragging a tab slowly to the bottom of the list to the correct group can get tedious. Love this...

> So this isn't the same as having something in Firefox's context menu, but until this is implemented, you can stash directly to the right place using the Tab Stash...

On Linux you use fileno() to fetch the fd from the FILE\* within the lua_Stream (Lua's file handle type). On Windows you use _fileno() :-) So it would involve a...

Definitely like this idea. Wish it were easy to enforce how the help text looks or is worded between so many modules, though >.< Perhaps the command(s) syntax could be...

I am looking for this too. I expected the support to be in the docker image. Why can't the `ubuntu-quicksync.sh` script just be added to the Dockerfile? I'm going to...

Okay, so I am on k8s/Truenas Scale. I had ARM running from the dockerhub image already when I was posting Yesterday. In that living container - which I never restarted...

Forgive me: What is the risk to simply adding the `ubuntu-quicksync.sh` script to the end of the existing Dockerfile? Is it likely to break the build more often than not?...

It looks like you'd basically be trusting [these](https://github.com/automatic-ripping-machine/automatic-ripping-machine/blob/main/scripts/ubuntu-quicksync.sh#L23-L46) 4 projects: ``` libva MediaStack MediaSDK HandBrake ``` The script is using releases from MediaStack, but all 3 assuredly have CI/CD tests...