Simon Boudrias
Simon Boudrias
I had 2 ideas to improve the performance of [the new core](https://github.com/SBoudrias/Inquirer.js/tree/master/packages/core) (but not sure if they'll work.) This could help alleviate perf concerns raised in a few issues (like...
With composability becoming more common, we end up with some very specific subgenerators that may clutter the `yo gen --help` interface. We should probably offer a way to hide some...
Yesterday I've been to a local JS meetup, and one of the presenter used Yeoman for its demo. Unfortunatly, until he was connected to the wifi, `yo` was throwing. Cannot...
The documentation is very vague about this and doesn't gives any hint as to how you'd use them.
It'd be great if we could define the relations map as a function too. For example, we might want to process data in our model to generate the actual key....
The current setup forces users to include 2 dependencies. I think this is adding a lot of overhead when all the needs could be included within this package. Making `stylelint-config-prettier`...
By default, the `.result()` timeout is 5 seconds. This is pretty high and we'll usually overwrite it to be much lower in real case scenario (`client.foo.get().result(timeout=0.5)`). This is making most...
The official generator-angular is not really maintained by anyone anymore. We're lucky that angular have such a strong community relying on Yeoman, so there's a lot of available alternative. I...
Title is pretty self explicit. We don't want to cover JS files inside the template folder.
It'd be great to have multiline support: ``` ini commands = pylint coverage run -m pytest ```