Wayne Ashley Berry
Wayne Ashley Berry
``` ❯ brew config HOMEBREW_VERSION: 0.9.5 ORIGIN: https://github.com/Homebrew/homebrew HEAD: 0af3e3167d3988fd5f468e2b212bebc39c4c0368 Last commit: 5 hours ago HOMEBREW_PREFIX: /usr/local HOMEBREW_CELLAR: /usr/local/Cellar CPU: quad-core 64-bit nehalem OS X: 10.10.1-x86_64 Xcode: 6.1.1 CLT: 6.1.1.0.1.1416017670...
hey @MatthewHerbst, that's definitely worth looking into, I'll check it out :)
Hi @MatthewHerbst I think this is what you're looking for, let me know if it helps. ``` js var opt = { limit: 10, stdout: false, stderr: false } return...
that's not what i'm getting @MatthewHerbst ``` sh ~/source/demo ❯ cat gulpfile.js var gulp = require('gulp'); var phplint = require('phplint').lint; gulp.task('default', main); function main(callback) { var opt = { limit:...
Anything happening here?
@TheIronBorn although offline support would be a great feature to have, for now this is definitely a UX feature. Thanks for pointing it out.
I tend to follow the Unix philosophy here, if everything worked as expected then the application should have nothing to say. Are exit codes not enough to signify success or...
@rnc I'm all for adding a `--literal` or `--regex` flag for search, would either of those work for you?
Yeah, I seem to remember not using it for some reason... but it's definitely worth re-evaluating.