Matt Travi

Results 639 comments of Matt Travi

i've been thinking about the same thing as @trickpattyFH20 mentioned quite a bit lately. my team relies heavily on the `.nvmrc` that we version with each project in order to...

totally fair. thanks for all the work you invest in nvm. we would be in a very different situation without the help gained from nvm (and your other tools)

Could you help me understand the status of this? I came with this intent of opening a separate issue, but while looking through existing issues first, this one surprised me....

Ok, thanks. That at least confirms my thought that a system node should be unnecessary. This is a clean docker image with no `.npmrc` outside of the project being built...

> I don't know enough to help with setting up semantic-release. Maybe the maintainers of semantic-release are willing to help you get setup, pinging @gr2m and @travi for comments/ideas/offers to...

not a problem. mostly wanted to get it on your radar for when it makes sense

Any plan to add this functionality?

It looks like [this project](https://github.com/oliverfarrell/perfbudget) went down this path.

> There is no `git cz` command. custom git commands can be added by making commands named as `git-` available on the `$PATH`. i'm having trouble finding official documentation about...

this behavior comes from the [list prompt in inquirer](https://github.com/SBoudrias/Inquirer.js#list---type-list). to realistically see a change like you suggest here, you likely need to start with inquirer to enable something similar in...