Skip to content

Instantly share code, notes, and snippets.

@ikirudennis
ikirudennis / make.err
Created June 5, 2017 20:22
keymap make stdout and stderr
In file included from <command-line>:0:0:
./keyboards/preonic/keymaps/dburke/config.h:7:23: error: implicit declaration of function 'UC' [-Werror=implicit-function-declaration]
#define KC_SHRUG_FACE UC(0x30C4)
^
keyboards/preonic/keymaps/dburke/keymap.c:119:55: note: in expansion of macro 'KC_SHRUG_FACE'
{M(M_CAPS), KC_BSPC, KC_PGUP, KC_DEL, M(M_ESHRUG), KC_SHRUG_FACE, KC_HOME, KC_PGDN, KC_PGUP, KC_END, _______, _______},
^~~~~~~~~~~~~
./keyboards/preonic/keymaps/dburke/config.h:7:23: error: initializer element is not constant
#define KC_SHRUG_FACE UC(0x30C4)
^
@ikirudennis
ikirudennis / rawlink_textile.py
Created May 22, 2016 15:16
A subclass of python-textile which does not percent-encode urls
@ikirudennis
ikirudennis / gist:0be8ec2692673399489b6b4d6baf32a1
Created May 13, 2016 12:41
tmuxp window_command: ls with two panes
Traceback (most recent call last):
File "/usr/local/bin/tmuxp", line 9, in <module>
load_entry_point('tmuxp==0.11.0', 'console_scripts', 'tmuxp')()
File "/Users/dennis/Documents/code/tmuxp/tmuxp/cli.py", line 977, in main
command_load(args)
File "/Users/dennis/Documents/code/tmuxp/tmuxp/cli.py", line 412, in command_load
command_load(new_args)
File "/Users/dennis/Documents/code/tmuxp/tmuxp/cli.py", line 428, in command_load
load_workspace(file_cwd, args)
File "/Users/dennis/Documents/code/tmuxp/tmuxp/cli.py", line 268, in load_workspace