Tom Jakubowski
Tom Jakubowski
I suspect these errors are related to #48
Yeah, I kind of handwaved much of this away with a one sentence instruction to "set up Piggieback," which would include that. The README should describe that process in more...
The stack trace could probably be improved with the new REPL [source mapping](https://github.com/clojure/clojurescript/wiki/Custom-REPLs#source-mapping) support.
You can get a `v8::Local` from an `ObjectWrap` by calling its `Handle()` method.
I approve assuming that @tomaka does.
On OS X you should probably package for homebrew; I don't see how a build file generator would work as a .app unless you added a GUI for it. Homebrew...
You might also be able to build an installer package (.pkg), but I know nothing about that.
I'm happy to volunteer time to work on packaging bfg9000 for Homebrew. I'll be in touch.
Something you may not be aware of: https://github.com/jordansissel/fpm (pretty funny that fpm doesn't dogfood and you have to `gem install fpm` to use it…)
> The job of this function is to figure out if a specific file that is going to be saved should be formatted. The key factor here is the :inputs...