Brian Hawley

Results 55 comments of Brian Hawley

@darakshan Visual Studio for Mac and Visual Studio Code are different products.

Try different ordering for your After hook and the `require 'capybara-screenshot/cucumber'` call in the support file where you have that code. The env.rb and env_changes.rb files are run first, so...

@muhammadhamza703 Short answer: For macOS versions from 10.14 (Mojave) and over, it's best to just use the llvm-based tools that come with the Command Line Tools you can install with...

Looks like you, as a user who is not root, not operating with `sudo`, don't have enough permissions to change stuff where rvm was installed. How did you install rvm...

Some comments (which I hope you don't take as an assumption that you didn't know about)... OpenSSL 3 support may eventually come with Ruby 3.1, at least for MRI, and...

Looks like you're trying to install Ruby 2.1, which last came out in 2016, and has been end-of-life since then. Ruby 2.1 requires openssl 1.0, which is no longer listed...

This is rvm, not rbenv. You might consider asking at the rbenv project.

@Felon333Dukkkr88 this should be fixed in master, as of the middle of last year. You can install with: ``` \curl -sSL https://get.rvm.io | bash -s master ``` See #5101 and...

@laurent22 it looks like the Homebrew formula version uses the last tag, rather than the head of master. A new tag would work better with the Homebrew release model, as...

You can base it on channel/beta after #309 is merged (update: it's merged). You can use the "beta" channel to keep up to date with the latest rubocop.