Simon Boudrias

Results 429 comments of Simon Boudrias

For future reference in case. There's a problem with old `type-fest` and new typescript. This is a transitive dependency, specifically from ansi-escapes. Due to latest version of that module not...

Reporting the hardened mode issue here: https://github.com/yarnpkg/berry/issues/6141

> is there a way to test keyboard combinations, like CTRL + space? Not at the moment, we should definitively add it to the testing library though!

Hi, I think that's because you're reading the documentation of `@inquirer/input` while using the `inquirer` package (the depreciated version). Those packages APIs do not work completely in the same way.

I'm not sure I understand what you need. Each packages have their own docs. If you're looking for code examples using the new API (`@inquirer/prompts`, etc), there's a bunch in...

Hi, I'm not against introducing this change. But I have a few questions UX wise. 1. How do we make this feature discoverable? (small help tip?) 2. Is there common...

I'm down for adding a pattern/mask feature to the input prompt. My only specific ask at this point is to match the HTML5 mask input API as closely as reasonably...

I was thinking something in the lines of https://css-tricks.com/input-masking/ in term of UX.

> ot: what's the realease schedule of this package?, would like to use https://github.com/SBoudrias/Inquirer.js/pull/1319 and https://github.com/SBoudrias/Inquirer.js/pull/1329 if possible Just released to npm now.

This cannot work today because Inquirer code accesses the node types. So it cannot ship without the `@types/node` as the imported types will be missing. Specifically this caused a bug...