Craig Muth

Results 96 comments of Craig Muth

I tried mutating the PATH so that it uses the 'ruby' shim, but rbenv still doesn't use the version from .ruby-version in the current dir: Any ideas why? ``` The...

Woops, forgot to blank out the RBENV_VERSION var. Adding "RBENV_VERSION"=>"" to the hash fixes it: ``` /tmp/ - invoke_ruby_with_popen3.rb | require 'open3' | output = Open3.popen3( | {"RBENV_VERSION"=>"", "PATH"=>"/Users/craig/.rbenv/shims:/usr/local/Cellar/rbenv/0.4.0/libexec:/usr/bin:/bin"}, |...

Ty for posting the workaround. I'll fix the install bugs at some point. Unfortunately I only have so many hours to dedicate to Xiki at the moment, since the last...

Thanks! On Sat, Nov 3, 2018 at 4:25 PM Aslan French wrote: > Thank you @trogdoro for your work. It's > very cool! > > If you're ever interested in...

It was using the old "@" syntax rather than the new "=" syntax, for delegation. Here's a Xiki diff of the change I made to fix it. I'll push this...

> And I notice that from bash, I can go directly there via > > xsh -computer Yes, or: $ xsh computer/ In the new (not yet pushed) version of...

Oh, dang, didn't notice that this was a pull request instead of a bug report. Awesome!

What do you mean by "pulling out" the TBDs?

Hi! "error: el4r-instance is dead" is the standard error for the el4r (emacs ruby bridge) library. Check the el4r log to see what the error is. The filename is something...

That's a bug that will happen when: - You try to view recently edited files - (what the "edited/" command is trying to do) - You haven't yet edited (and...