Christian Höltje
Christian Höltje
I also have macOS and use `rbenv`. The only solution I have come up with is to set the "global" ruby version to 3.2.2: ```sh rbenv global 3.2.2 ``` This...
This isn't a great solution, alas, as it can't take the `Gemfile` into account to get the right versions, etc.
It would be nice to have a tool to do it to make it easier. In addition, a common secure command to manage starting sessions would be good. I have...
I do not have any better ideas, but I'd sure like this feature. :-)
I'm running across this in certain situations. In my case, it's visiting: `http://shortname/` instead of `http://shortname.example.com` Here's my apache conf: ``` Order deny,allow Allow from all Order deny,allow Allow from...
Okay. The prefixfix branch is not breaking anything. However, I'm not sure how I got into the state where I got the `Error in authentication: openid.modauthopenid.nonce: no such field` errors...
Another good use case for this would be to prevent the `SSH_AUTH_SOCK` from being updated: ``` tmux set-option -g updated-environment "" ``` Ciao!
The shims run `rbenv exec` -- I don't know how that works. If it doesn't use the PATH, then it should work... **EDIT**: I said 'binstubs' instead 'shims'.
@bmuller can you add that to the readme?