Adam Cardenas

Results 12 comments of Adam Cardenas

was able to capture this issue in a test ``` Setup: $ . $TESTDIR/setup.sh $ mkdir -p foo/bar $ printf whatever >foo/afile; $ printf whatever >foo/bar/afile $ printf $'foo/*\n!foo/bar/' >.gitignore...

same, though for `user_activated` signal.

update: I was able to get this to work by correctly importing my AppConfig. I was able to follow [these docs](https://docs.djangoproject.com/en/1.11/ref/applications/#for-application-authors) to find out how to correctly import my AppConfig....

> go test -bench . -benchmem can we also add a new Makefile target, and update the README.md to say how to run benchmarks; ie. `go bench`. ``` bench: go...

To confirm, the original non-generic code cannot be reused for generic code? If so, that would be ideal?

Fixed by defining a `precmd` function in my **.zshrc** file. ``` source ~/.zsh.d/zsh-git-prompt/zshrc.sh function precmd { PROMPT="%{$fg[green]%}%c $(git_super_status)%{$fg[red]%}~%{$fg[white]%}࿔ %{$reset_color%}" } ```

Added a GitIgnore file with rules to ignore SBT, Eclipse, and IdeaJ files.

The Ruby version of the default box (http://files.vagrantup.com/precise64.box) defined in the vagrant file fails to work for mime-types install. Suggest change to another box that has Ruby 1.9.2+ pre-installed.