zamb3zi

Results 5 issues of zamb3zi

Hi, Thanks for this module. I had a problem with the headers however. The default content-type isn't set correctly and the common header (`'Accept': 'application/json, text/plain, */*'`) is not included....

The following example generates "TypeError: handle.setSimultaneousAccepts is not a function" on Windows: ```js const cluster = require('cluster'); const notifier = require('node-notifier'); if(cluster.isPrimary) { cluster.fork(); notifier.notify('OK'); // this works } else...

The following expression causes an exception at `packageUtils.coffee:150`: `new(require("events").EventEmitter)` since `node.expression.args` is undefined.

Hi, I'm trying to get this working on Linux and ran across this problem, apparently similar to jashkenas/coffeescript#3518. I assume it should work fine on all platforms if the sourcemaps...

### The feature request I prefer to handle cherry-pick continue/resolve in command line, but often use Desktop to review changes, etc. I would love to be able to disable the...

enhancement