Michael Fox
Michael Fox
Say you recently changed your SMTP password. You send a message and the log looks like: ``` Sending... Mark set [2 times] Sending via mail... Sending...done [mu4e] Message sent ```...
Hardcoded: (:darwin "libgit2.0.dylib") On my system, homebrew puts these files: /usr/local/lib/libgit2.0.25.0.dylib /usr/local/lib/libgit2.dylib /usr/local/lib/libgit2.25.dylib Not sure if it should be hardcoded to something else, like `/usr/local/lib/libgit2.dylib` or use some other mechanism...
I had to go into the Ulib directory and run ./configure Before running make in the gmake directory, following the build instructions. That didn't even work, just let it get...
I guess it doesn't make sense to use both Language model and a grammar. It would be nice if pocketsphinx just refused to do this rather than silently letting the...
I'm not sure where to even begin debugging this. ``` $ python PyLeapMouse.py --palm Fatal Python error: PyThreadState_Get: no current thread Abort trap: 6 ``` I'm on OS X use...
This works around someone else's bug where they write a Cn that is longer than 255 bytes. They actually write the long string but the U1 with the length overflows...
Something goes wrong running under tmux. Return just makes it say `^M` instead of doing the thing. ``` debug:11> n^M ```
Using the method `key_tap`, it seems like all of the normal keys are getting passed through from my Mac host to my Linux guest using virtual box. But none of...
Probably not tricky to implement except for Linux which does it several different ways depending on desktop and whether you're in a terminal.
mouse.click works great. But i can't figure out how to do a double-click. I've tried various ways. I'm on the mac platform. ``` for _ in range(times): print "calling mouseclick"...