Jamie Macdonald
Jamie Macdonald
See Bugzilla [5974](https://bugzilla.icculus.org/show_bug.cgi?id=5974) The commit message describes the functionality added. Keys "last" and "current" should work exactly the same as before.
The following breaks the viewport functionality: ``` = [[other-wiki-page]] | project:other-project = ``` and the list is not auto populated for example until the link is changed to plain text
When I start a task list, and write the first item: ``` == Some tasks to do == * [ ] do something ``` and I hit enter, taskwiki tries...
### Blueprint name philips_324131092621 ### Description Currently if I have scene 1 bound to button press and scene 2 bound to long button press, on a long press both scene...
While playing with this, I noticed that I can set a timeout with `--not-when-audio` like so, ``` xidlehook --not-when-audio --timer 'echo done' '' ``` Play some audio, e.g. in Spotify,...
I had suggested in #41 that we extend the syntax of `--not-when-*` flags to allow specifying for individual timers. The original suggestion was: ``` xidlehook [FLAGS] [OPTIONS] --timer [--not-when-audio][--not-when-fullscreen] ```...
It would be nice if you could jump to header files referenced in include statements. Currently, it ignores the .h extension, and does a search for the base file name...
downloaded BIOS update from [here](https://dl.dell.com/FOLDER05270388M/1/Latitude_E5x70_Precision_3510_1.19.3.exe) ``` > ./vbiosfinder extract Latitude_E5x70_Precision_3510_1.19.3.exe output will be stored in '/home/jamie/git/VBiosFinder/tmp-vbiosfinder' checking for ruby... yes checking for innoextract... no Install 'innoextract' on your system (required...
Here's a picture of the issue:  Anyone else experience this problem?
I've mapped my backslash character to a spare modifier using the following: ``` xmodmap -e "keycode 51 = Hyper_L" xmodmap -e "remove mod4 = Hyper_L" xmodmap -e "add mod3 =...