David Nikel-Shepherd

Results 32 issues of David Nikel-Shepherd

## Summary Fixes #532 ## Test Plan Unit tests added/tweaked for this case, also the remove imports codemod tests serve as an integration test.

CLA Signed

In the (unreleased) tip version of Selenium2Library some modules have been renamed to remove the leading underscore. I needed to use the tip version so I made the changes, and...

Fixes #73 Possibly should only be included in a new major version so that it doesn't break people's CI.

[Google inbox](http://inbox.google.com/) uses a div with `contenteditable="true"` instead of a textarea for email composition (which seems like a stupid idea to me...). It would be great if itsalltext could support...

Contributions Welcome!

From https://github.com/NateEag/.emacs.d/blob/master/todo.txt > -Suppress aggressive-fill-paragraph-mode while directly above or below markdown code blocks. > -Make aggressive-fill-paragraph-mode suppress auto-fill in markdown-mode code > blocks. I thought it was supposed to, but...

e.g. don't fill ``` // a title line // // some more text ```

This has turned out to be quite hard, so I need to try again later. Useful links: - http://emacs.stackexchange.com/a/9449/237 - http://stackoverflow.com/questions/15176496/filling-markdown-style-list-items-with-hanging-indentation-in-emacs Scratch code: ``` (defun my-adaptive-fill-function () "Return prefix for...

Namespacing with ´afp´ is bad. Namespacing with the full name is too long.

I'm having some trouble with electric-operator installs and I think it's coming from Names. Starting emacs with the following `.emacs` file and an empty `.emacs.d/` fails with an error in...

Is it possible to make binary release with go?