Simon Boudrias
Simon Boudrias
I wonder if someone the `template/` folder content change? Maybe a file there gets deleted and then maybe there's a bug where mem-fs-editor tries to copy a deleted file?
Hey, let me list a few things I think we've been talking/toying with for a while. First of all, I think we're lacking very active maintainers. I'm around to offer...
Empty directories are a bit problematic because they won't be commited to git. We've taken a similar approach with Yeoman internal file system to only track files. My suggestion would...
This is something we could add to `yeoman-generator` - specifically in https://github.com/yeoman/generator/blob/master/lib/util/conflicter.js Would you be interested in taking a stab at this problem? We'd love to help you work on...
@edvardchen go for it 😄
@edvardchen sounds reasonable. It'll require users to use the latest `yo` version we'll need to release once yeoman-environment expose the new method.
Here are the restrictions I'd like to see: 1. Every dependency have a valid SPDX "license" in their package.json (e.g. https://github.com/yeoman/generator/blob/master/package.json#L5) 2. Every dependency have no limitation license (free use...
@myndzi If we can't get a PR fixing one of our dependencies invalid license out, then I don't think it's a package we want to use. The opinion of other...
@myndzi What is broke in your module? I don't really feel like writing a new one completely. We might be able to help fixing the issues in it.
That's great @myndzi, we'll obviously prefer to work with an existing project and an active maintainer. So what are your though and status for our requirements then? I see two...