Merlyn Morgan-Graham
Merlyn Morgan-Graham
We need to understand and document how the code is structured. Why are there three projects that feed into one library? What do they all accomplish? This documentation should go...
Some of the links in the readme file should point to the original site, but if we're properly forking it, we should redirect some of the links to our own...
When providing bad arguments it would be more helpful to get a short error message rather than spamming the entire screen with the usage help message. Especially something telling the...
The program seems to run something locally, though I haven't verified that it actually runs under different credentials. For the first milestone I must at least get it running a...
We need to fix the formatting of the usage dialog. I know that PsExec probably had cutesy robocopy-like usage instructions, but I'd like to get it more nailed down and...
There is currently no test suite, so I have no idea if my builds even work or not :) **Plan of action**: - Get the program running - Get a...
I tried to override the dependencies in an existing bower package (one that has a valid dependencies list and main), and I got an error: ``` Error: Dependency "components-modernizr" is...
Clang on OSX outputs escape sequences that look like this: ``` [0;1;31m ``` I don't know escape sequences well enough to know if clang is just flat out wrong, or...
Different projects use different build tools, and it may be useful to override setting per-project. Looking at a different project's source, this is probably as simple as calling `view.window().project_data().get('SublimeANSI')`, with...