Trammell Hudson
Trammell Hudson
I want to enable middle finger dragging with two fingers, but without tapping, in order to have very smooth camera orbiting in Blender. I can select this mode by running:...
When using `mkdocs serve --livereload` or `--dirtyreload`, `mkdocs` detects changes to editor temp files like `.foo.md.swp` or hidden files like `.foo` and constantly regenerates the documentation. I tried adding the...
 The search results include the section header where a keyword is found, but not the page that it was found on, which sometimes makes it difficult to tell which...
This patch resolves #2519 by changing the callback used by `--livereload` and `--dirtyreload` to ignore hidden files such as editor temporary swap files. They are not included in the built...
A zero-byte file is left in its place if the `u-root -build=bb -format=cpio` command fails.
It would be useful to be able to call `gzip` in a pipe to operate on read-only files such as: ``` gzip -d < /proc/config.gz | grep CONFIG_FOO error: no...
 The protected range registers and flash lockdown should be set before invoking the kexec.
Does coreboot use something like the SMM lockbox to prevent S3 script hijacking? This won't matter as much if #12 (SPI HW write protection) is fixed, but until then the...
Running `strace -f -e execve make` allows us to see what external programs are used and how many times in the build process. If we want to ensure that only...