Nick Brown

Results 4 issues of Nick Brown

``` > [email protected] install /tmp/apm-install-dir-115529-30722-1cbtgc6/node_modules/git-projects/node_modules/git-utils > node-gyp rebuild make: Entering directory `/tmp/apm-install-dir-115529-30722-1cbtgc6/node_modules/git-projects/node_modules/git-utils/build' CC(target) Release/obj.target/libgit2/deps/libgit2/src/attr.o CC(target) Release/obj.target/libgit2/deps/libgit2/src/attr_file.o CC(target) Release/obj.target/libgit2/deps/libgit2/src/attrcache.o CC(target) Release/obj.target/libgit2/deps/libgit2/src/blame_git.o CC(target) Release/obj.target/libgit2/deps/libgit2/src/blame.o CC(target) Release/obj.target/libgit2/deps/libgit2/src/blob.o CC(target) Release/obj.target/libgit2/deps/libgit2/src/branch.o CC(target) Release/obj.target/libgit2/deps/libgit2/src/buf_text.o CC(target) Release/obj.target/libgit2/deps/libgit2/src/buffer.o...

git-utils
install

I've cloned and built the latest `develop` branch code. The `--label` argument is not recognised. I'm definitely using the `pip install`'d package, I checked there's no `.egg` in my working...

Colourised terminal output prevents correct matching. I've fixed this in `greenletters.rb` by modifying the beginning of `OutputTrigger#match_one`. This should be patched and the same change made to `OutputTrigger#match_multiple` also. ```...

I believe there's a typo in the timeout cucumber step definition, namely that `:"default"` is used whereas elsewhere `"default"` is used. This causes a default process to not be found...