Nate Vick
Nate Vick
I'm running into this issue as well. I agree with @rovf and would consider this a bug.
```bash #!/bin/bash set -e # Load RVM into a shell session *as a function* if [[ -s "$HOME/.rvm/scripts/rvm" ]] ; then source "$HOME/.rvm/scripts/rvm" elif [[ -s "/usr/local/rvm/scripts/rvm" ]] ; then...
👋🏻 I just pushed version 0.1.0 to Rubygems.
That is a good question. I would likely need a different solution, which I have not considered yet. Rate limiting does the trick to stop or make enumeration untenible. It...
Yes, they should. I don't disagree, but it has been on multiple reports for multiple companies that I've been involved with over the years. This PR came out of using...
Also, I could put this behind the `paranoid` flag.
I like that flow. Could it be behind the paranoid flag? I did something like that on my commits, but changed it in the paranoid flag.