Simon Boudrias

Results 429 comments of Simon Boudrias

If anyone wants to give #1367 a try, it'd be great to get your feedback!

Hey @bombillazo, nothing to do it is a default behavior. As long as you use the new Inquirer (#1214 - the `@inquirer/***` packages), and a recent enough version.

I'd like to get better theming support down the line; but I'm not sure what a good interface for this would be across prompts yet.

Could you do with passing the stdin/stdout? This is possible, but not a full readline instance. Can you also explain a little bit more what you're trying to achieve?

I wonder if you could do something with the `editor` type prompt?

I don't see how this will conflict with the old behavior. It's mostly a new feature as long as we keep the ability the pass a single string.

I think the idea would be the ability to provide a `glob.Glob()` instance? https://github.com/isaacs/node-glob#class-globglob I'm just not sure we can defer the processing to later using this kind of object?

I think it'd make sense to just skip the write if the content is the same; I don't quite see the value of updating the file timestamp. Seems you already...

This would cause issues with plugins expecting to get vinyl files when handling the output stream. I understand this might be more efficient, but if we break the Yeoman ecosystem,...