Simon Boudrias

Results 429 comments of Simon Boudrias

@gms1 yeah, highly probable Nodemon doesn't pipe a fully interactive prompt by default to the subprocess it spawns. Any chance other people reporting this issue are also not running Inquirer...

That's a reasonable request. PR welcomed is anyone gets to it before I do.

Hey @malavshah9 👋🏻 Unknown state would try to get `theme.prefix[status]` for their prefix; we might want to add a fallback to `idle` on unknown and undefined prefix icons. Also, make...

Do you have an example use-case? Exporting internals creates a larger API surface where we need to maintain backward compatibility across versions. It's usually not something I favour unless there's...

Hey, thanks for opening this issue. Looks like a valid use case. Given you already figured out the solution, would you mind sending a PR? Feel free to also explore...

Ah, I think that's a great idea. I'm happy to review a PR, or I'll get to it in a few weeks.

Does it work like this? ```ts const questions = [ { type: "input", name: "packageName", message: "tell me package name", default: "template" }] as const; ``` I think what happen...

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

I took the liberty to: 1. Add more documentation and update the timeout demo. AbortSignal is a much better interface, so I want to make sure we surface it :)...