Simon Boudrias

Results 429 comments of Simon Boudrias

That's probably caused by the specific generator you're using to generate your project. Yeoman itself (the tool) doesn't rely on webpack.

I'm sorry, but your ticket wasn't very descriptive. You must understand we receive a lot of bogus bug reports, so it's hard to filter through the noise when context is...

Oh also, yapf expect specific ini section depending in which file we store it. - `[style]` for `.style.yapf` - `[yapf]` for `config.cfg`

Hey @akashroy1, I'm not sure where this issue is coming from. But [the code is here](https://github.com/SBoudrias/Inquirer.js/blob/master/packages/inquirer/lib/prompts/password.js), and is likely a good starting point (put a debugger and try to see...

@sauravraw I'm not able to reproduce. So I'll need more input/details/help from you to make any progress. FWIW, inquirer is downloaded and used a LOT. If windows was broken for...

This should now work properly. Not sure how it happens, but signals became `0` without names (just `null`.) And so the force exit handler wasn't running anymore. It could be...

Closing this ticket as stale. Open new issues if you encounter problem with the [new Inquirer API](#1214).

Moved instructions for this to the README https://github.com/SBoudrias/Inquirer.js#using-as-pre-commitgit-hooks-or-scripts Feel free to send a PR to clarify the doc if anything would've helped you when you ran into this problem! Cheers

There's now a similar solution with the new API. [Details on the readme](https://github.com/SBoudrias/Inquirer.js#get-default-value-after-timeout) Thanks @LitoMore!