Whitney Young

Results 94 comments of Whitney Young

Thanks. It looks like one of the expectations needs to be changed to get the build passing, then this can be merged.

The Travis build is failing. There's a link above. You can also run the tests with `npm test`.

@ljharb thanks for the heads up. Maybe the best approach would be to make it interactive if more than one option exists.

@johntron @ttaira happy to review any PR that addresses this. It certainly would make things easier on everyone!

The closest environment in which I can attempt to reproduce this has only this change: - _bash_ `GNU bash, version 4.4.0(1)-release (x86_64-apple-darwin15.6.0)` Everything's working as expected, though. If you're open...

Start [here](https://github.com/wbyoung/avn-nvm/blob/fbaf735d0fab37347a861696090387f54f2446bd/index.js#L148). That file is pretty small, so if the error is in there, it shouldn't be too hard to understand & track down. You may need to log to...

Yeah, both sound smart. Want to send a PR?

It looks like this is a bit of a fork bomb. My guess is that it's something conflicting that's trying to do something on changing directories as well. I'd recommend...

I've worked with the rvm team to ensure comparability and opened https://github.com/kennethreitz/autoenv/issues/92 for comparability with autoenv. I use both of those, too. See the hack that I posted for how...