Kilian Ciuffolo

Results 131 comments of Kilian Ciuffolo

this is what open source is about!

Yep but you should use `yargs` or manually validate the options so that it is transparent to the user what i can or can't do. Def not a bug, but...

yep console.error + process.exit(1). if you use a args parser they handle this for you and follow all best practices. I'll suggest you look into `yargs`.

I was using the latest. this only happens with zoom > 3. I also already removed ghostscripts, and all brew packages and reinstalled them!

Embedding binaries is generally speaking a bad idea unless you have a good reason. A detailed list of dependencies with common troubleshooting section is enough. When your test suite is...

btw this library can be easily deprecated, it's just ``` js get({ uri: 'https://maps.googleapis.com/maps/api/place/autocomplete/json', qs: { input: ctx.query.q, types: '(cities)', language: 'en', key: MY_KEY } }, function (err, res, body)...

looks like `graphile-build-pg` is missing and it's required by https://github.com/graphile/graphile-engine/blob/master/packages/graphile-utils/package.json