Simon Boudrias

Results 429 comments of Simon Boudrias

Hey! Finally got some time to track down the bug! So it was a bit deep, but quite important, so really nice thing that is fixed now. `useRef` now works...

@ResourceHog @ouahibAbdou how are you running your app? `node index.js` or something else? If it's something else you need to make sure the input events are piped in.

Maybe would could print yourself the values in the when function: ```js when: function () { if (options.foo) { console.log('? My question is:' + chalk.cyan(options.foo)); return false; } return true;...

I'm not super warm to the idea of allowing users mutate the answers object. That's usually a pretty bad design decision. Why not just provide defaults? `Object.assign({ q2: 'bar' },...

Which node version? Did you try updating it?

Yes, try updating to the latest node v6.x

Looking at the code yes, but it's not a complete example. So there could be other modules touching the TTY that are conflicting with inquirer. It'll be hard to really...

Looks like this should work. It's possible we broke something at some point during a release and no one realized? (might even just be a bug with the confirm prompt...)