Dylan Greene

Results 101 comments of Dylan Greene

Great idea. This will be a major api breaking change unless we support both. How do current users feel about this change?

Sorry, I'm not a fan. Semicolons are part of the language, and the only reason they can be skipped in many circumstances was because when the language was being created,...

`grunt-prompt` uses https://github.com/SBoudrias/Inquirer.js behind the scenes. Does the current version of `inquirer` have the problem? If not, we may just need to upgrade it.

published as `[email protected]` - many thanks for the PR!

Pushed a major update with updates or alternatives to _all of the dependencies_. First time I've touched this module in two years, almost to the day. I'm not using this...

I released it a few hours ago as `1.0.0` but I forgot to tag it.

Tagged! Nice project, I'll need to check it out.

It should be, what does your code look like?

Thank you for the pull request! I replied quickly on my phone without looking carefully and thought you were asking about [node-xml](https://github.com/dylang/node-xml), not this one. I put those in `![CDATA`...

According to http://www.w3.org/TR/REC-xml/#syntax it looks like `CDATA` is only needed when the string has ``, or `&`. What do you think checking for those strings and only using `CDATA` when...