Trammell Hudson

Results 159 issues of 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...

Command - serve
Configuration

![image](https://user-images.githubusercontent.com/3068843/79738697-64efdf00-82fd-11ea-83ab-72768d504d70.png) 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...

Enhancement

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.

Bug

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...

Feature Request
Help Wanted

![Dark Jedi](https://farm9.staticflickr.com/8599/16141423155_0f369fd78c_z_d.jpg) The protected range registers and flash lockdown should be set before invoking the kexec.

enhancement
initrd
security

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...

question
security

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...