Mislav Marohnić
Mislav Marohnić
Thanks for letting me know. I've discovered this: https://github.com/actions/runner-images/issues/8362 It doesn't have anything to do with `actions/checkout` version. The CLI tool has been removed from the runners themselves. The workaround...
@adam-mrozik hub just uses the GitHub API. Any token that works with the GitHub API should be supported. Try your token with `curl -H "Authorization: token $GH_TOKEN" https://api.github.com` and see...
Hi, thanks for the note! I think a gitattributes file would be a nice addition if that would help WSL users. You're welcome to send a PR. Do you know...
Thanks for the sleuthing! If you can check: before you've done `git config --global core.autocrlf false`, what was the default setting for the `core.autocrlf` option? You can check with ```...
I'm inclined to think that the problem described in this thread was due to non-default `core.autocrlf` settings on the machine in question. If this keeps biting WSL users, please add...
I'm open to this! Thanks for the proposal and thanks @jasonkarns for pointing out the important gotcha.
Sorry that this cost so much time to track down for people using Ruby debugger from VS Code. The primary reason why we suggest putting rbenv initialization in `zshrc` is...
Hi, thanks for the code spike, and sorry for the late reply. Absolutely agreed about the limitation of testing output (i.e. generated code) instead of that code's effect. I'm a...
> These tests could potentially bail out early with a success code (?) if the user doesn't have the required dependencies. I like this, as it presents a path of...
Hi, thanks for your efforts to speed up rbenv, but I've taken a stance that if `/usr/bin/env` (or PATH resolution) is slow on a certain system, it sounds like rbenv...