Simon Boudrias

Results 429 comments of Simon Boudrias

I'm not sure that would be super user friendly...?

But, how about separating this in two different set of checkbox? Or using a simple list.

Does it work with an array? `inquirer.prompt([{ ... }])`? It's weird because there's multiple tests covering those... Which version of TS are you using? Did you try updating it?

Not a direct solution to your issue that I didn't have time to investigate (also, weirdly I've been able to migrate another TS codebase successfully to v10 🤷🏻) But, did...

We released new core types today with `[email protected]`. Would appreciate people trying it out and bringing feedback - cheers!

If someone wants to investigate this issue and send a PR, I'll be happy to help merging. Nodemon isn't a tool I'm using developing Inquirer UI, so I'm not planning...

[cleaning up old issues] - There's now some [documentation on using with Nodemon](https://github.com/SBoudrias/Inquirer.js#using-with-nodemon)

Hey @risenforces, this sounds like a good idea. PR welcome, I'll help to review and merge asap.

[cleaning up old issues] Support for this was added with [the `postfix` option](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/editor#options). We forgot to close this issue.

@balupton I think this can be fix in user land. How about prompting at the end of the questions if they'd like to edit any answer? Then just show all...