Jean-François St-Germain

Results 8 issues of Jean-François St-Germain

Hello @carloscuesta! Issue: Multiline message do not seem to be supported **ubuntu 18.04**: **gitmoji-cli 1.9.2**: **node 10.14**: Awesome module! It would be great if multiline messages were supported!

feature
help wanted

Hello, It would be great if the module could detect if bluebird promises are used instead of native ones. Currently returning '[undefined](https://github.com/limulus/call-me-maybe/blob/master/index.js#L15)' yields a warning. `null` should be returned instead....

When I try to connect to a logstash server securely I get the following error: > TypeError: Object # has no method 'unref' > at LogstashStream.connect (/home/se/dev/building-insight/server-app/node_modules/bunyan-logstash-tcp/lib/logstash.js:136:15) Perhaps your module...

I'm using both Bunyan & Inquirer modules in my project (https://github.com/trentm/node-bunyan) but as soon as I require the Bunyan module, my script quits immediately after displaying the first question using...

Hi, It seems like calling resetValidation() on a form acts as if reset() was called instead. resetValidation() should only clear validation error messages without clearing the components' value...

Currently, EvenContext has a path field. This field is the triggered uri, there is no way of finding out which route path pattern was called. I can always use app.lookupRoute...

Fixes https://github.com/kwhitley/treeize/issues/35. The old behavior remains if `output: {prune: true}` (the default prune value) thus, set the prune option to false in order to support null values `output: {prune: false}`.