Keith Smiley

Results 1359 comments of Keith Smiley

You can build CardIO yourself to workaround this, the source can be found here https://github.com/card-io/card.io-iOS-source

I believe this is a ruby-build issue. This plugin relies on the `after_install` hook called by ruby-build [here](https://github.com/sstephenson/ruby-build/blob/master/bin/rbenv-install#L177-L178). I believe to fix this those lines would need to be moved...

Actually it looks like @sstephenson thinks the hooks should be called regardless https://github.com/sstephenson/ruby-build/issues/331

At least one time you hit this case is if you have a custom `~/.curlrc` file where you change the progress bar, I've fixed that here https://github.com/KrauseFx/xcode-install/pull/327

Should we use GitHub actions instead?

++ it would be nice to have some beta support or something before it's released

Hey @lleaff sorry it's been forever since I've looked at this. I went back to vim after my few weeks on emacs so I haven't been very active on this....

If we're ok dropping bazel < 5.x support, we should merge https://github.com/bazelbuild/rules_cc/pull/126 instead since it is more immune to future fixes like this