Michael Curry
Michael Curry
_(This may be a documentation issue -- in any case, this may be helpful to someone else)_ **EDIT** I see this problem is mentioned in issue #2, but I didn't...
Change _72_ to _72,000_ tweets per hour in README.rst
`WebRequestManager` has a `debug` field, which is initialized to `False`. I see no way to set it == `True` sans code hacking or class attribute manipulation. Have I missed something?
I'm sure this is a dumb question, but I'm trying to figure out how to enumerate only the first 'page' of results from a `search` -- I want to perform...
It would be helpful to provide logging support via the built-in Python logging facilities at various points in the code.
Would like to be able to add options to the external command line used to launch `git difftool`, such as `--no-symlinks`. Examining `openExternalDirDiff` source it appears the difftool options are...
Fix rendering per issue #91 suggestion
I've previously used [`nvm`](https://github.com/creationix/nvm) to manage node versions locally. So, I've installed Elm and related tools in an nvm-managed Node installation, which places installed files in ~/.nvm/versions/node/$NODE_VERSION/lib/node_modules and creates symlinks...