Alexander Mills

Results 264 comments of Alexander Mills

We can easily use a shell script to do this: ```bash first_arg="$1"; shift 1; if [ "$first_arg" == "merge" ]; then "$root/merge" "$@" elif [ "$first_arg" == "rebase" ]; then...

you can do this with `fame` using NPM instead of rb: https://github.com/ORESoftware/fame it does it by default

thanks for the info!

@trentm looking for some bumppity bump here

any word on this bird?

I am on Windows7 and I get this error (NPM-debug.log) 0 info it worked if it ends with ok 1 verbose cli [ 'C:\Program Files\nodejs\\node.exe', 1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',...

Matej: "There is a JS-only fork which you could try. It doesn’t depend on node-gyp Matej Kramny" where is this JS only repo located? thanks

is this it? https://www.versioneye.com/nodejs/toobusy-js/0.3.0 npm install [email protected]

thanks, sounds like this library could easily do this. if you do add this functionality, it would be great to have a quick example, something along the lines of: nrp.on('DEL...