Michael Graham
Michael Graham
Is there any way to hack a region-based diff with vdiff? Like `ediff-regions-wordwise`?
Most vim-like browsers (Vimium, vimperator, etc.) have a feature, where you press a key and then the browser decorates all links on the page with one or two letters. Then...
In our system, an admin user can impersonate another user. In our audit trail, we'd like to store both the effective user and the real user (admin). What would be...
For some reason, Chrome doesn't play nicely with the goomwwm task switcher. After selecting a chrome window, 4 times out of 5 it doesn't actually switch to chrome.
Before running tpkb, I quit Karabiner-Elements from its menu, and I can verify that my keyboard has lost all of its mappings. Then I run tpkb and get this: ```...
It would be great to be able to filter the list of resources based on their context_key
My tags file includes class names in it. It would be great to have unite-tag display the class name (if it exists) instead of the filename. Is that something that's...
I'm trying to parse a JSON document into an object graph that is quite different in structure. I think populators are what I'm looking for, but there isn't any documentation...
Is there any way to do highlighting for rdoc inside of ruby files? For instance (from http://rdoc.sourceforge.net/doc/): ``` # The program takes an initial word or phrase from # the...
I would love to see a feature that would transform this: ``` @foo = SomeClass.new(bar: 3, baz: 4, quux: 5) ``` Into this: ``` @foo = SomeClass.new( bar: 3, baz:...