Kilian Ciuffolo

Results 131 comments of Kilian Ciuffolo
trafficstars

@eloquence that's not going to work for me sadly but I may find a way or fork the project.

@jfstgermain I didn't because with last patch release it also broke all our services so I just stopped using it and wrote some custom code. An easy fix, if you...

it should be quite easy to add this, I may attempt a PR. https://github.com/node-gh/gh/blob/master/lib/cmds/issue.js#L388

Has this landed?

what I don't like about this is that we have `N * Array.length` functions to allocate instead of having a better `co-each`, am I correct?

just to be more precise: `yield* parallel(list, action, max)`

@daniel-lundin the file referenced in `package.json` as main is the bundle and that doesn't allow a commonjs module loader like browserify to properly require the library.