ch

Results 16 comments of ch

Yeah, it seems to me that chruby-exec is basically broken for its intended purpose. 1. The line `source "${0%/*}/../share/chruby/chruby.sh"` only seems to work properly if the user's bashrc already sources...

It's too bad this bug is still open without much action. It's very confusing, for example, trying to use Bundler with chruby, as bundle install puts my gems under .gem/ruby/2.2.0,...

The shebang points to the ruby-2.2.2 I installed via ruby-install. I have never had ruby-2.2.0 installed on this system.

Oh, I see what I was doing wrong. I was using --path option with bundle, which always adds the ABI version to its install path. Realizing that I can do...

The next DST change is coming soon ...

@auvipy do you have reason to believe this has been fixed?

@codeadict have you identified where in the code this problem might lie?

👍 thanks @sebasslash, appreciate the quick response!

Ok, it appears that if I set the `request.Filename`, then everything works as expected.

> Usually speaking, the should not be a need to provide auth info when requesting the OpenAPI definitions. For what it's worth, I disagree with this statement. I can think...