Yevgeniy Brikman
Yevgeniy Brikman
[Unison](http://www.cis.upenn.edu/~bcpierce/unison/) is a file synchronizer that allows two-way sync. It should be nearly as fast as rsync and perhaps even support file watchers (e.g. inotify) just as well. There are...
Question: how do you create a HomeBrew recipe that has brew-cask dependencies?
The `setup.sh` script is idempotent and tries to avoid overwriting software that's already installed, but it doesn't check any version numbers. It should verify that the user has a reasonable...
Right now, everything is being pulled from master, and nothing is versioned, so troubleshooting will get very difficult. The `setup.sh` and `docker-osx-dev` scripts should be versioned and released using GitHub's...
This project uses grunt to compile, concatenate, and minify static content into the `dist` folder. This works fine when running everything locally, but when running the site in a Docker...
The only catch is that Activator expects the `activator.properties` file in the root of your SBT project, so when SBT runs, it'll fire up the default project, which for ping-play...