Skye Shaw

Results 220 comments of Skye Shaw

I had a similar issue due to `git` failure. `execSync` will throw an error if the process exists non-zero. It would be great to wrap `execSync` with `try`/`catch` and output...

Nevermind. I see that is being done and the issue is there's too much output, hence `ENOBUFS`. Maybe alternate spawning should be used to capture stderr?

Pretty sure since ActiveRecord 4 the given DB's binaries are used for dumping. With MySQL for example, triggers were not dumped until they moved to `mysqldump`. Situation may have been...

> For dumping? Maybe. For creating the database - definitely not since Ah yes, you're correct.

> This generates test tasks based on the presence of test filesand groups tasks by > subapp (apps named "app" are ignored). Let me elaborate with an example. Here, `foo`...

> It looks like it conflicts with this feature request: #765 What do you want to do? Has that feature been implemented? If not I say we go with this...

Is there any interest in merging all or part of this? #765 has not been merged and current test behavior has two issues: one small yet annoying and the other...

Funny enough I have the exact same config in my `.dir-locals.el` under Emacs 24.4.1. The variables are set, but the detection is not made. @Denommus do you know under what...

So between `npm install`ing this and the above run I installed some local dependencies for another project and `gulp` globally. This is what caused the above error. Once I reinstall...

> What were these dependencies? ``` json "backbone": "^1.1.2", "gulp": "^3.9.0", "gulp-compressor": "^0.1.0", "gulp-concat": "^2.6.0", "gulp-htmlmin": "^1.3.0", "gulp-imagemin": "^2.2.1", "gulp-load-plugins": "^0.10.0", "gulp-minify": "0.0.5", "gulp-minify-css": "^1.2.3", "gulp-requirejs-optimize": "^0.3.0", "gulp-uglify": "^1.5.1", "gulp-uncss":...