Nick Wolf

Results 22 comments of Nick Wolf

Sadly that doesn't seem to work either. Does that work for you?

With regard to Android integration. On the off chance that someone else might get some value out of it, I've writing a ruby script [here](https://github.com/quintrino/dotfiles/blob/master/shell/utilities/espanso_to_texpand) that converts an espanso file...

@justin808, I've been using `Pry.config.pager = false` in my `.pryrc` which eliminates the extra characters, but obviously disables the pager.

I also ran into the ASDF_DEFAULT_TOOL_VERSIONS_FILENAME issue talked about in #1248 where I'd been using it to shift my global tool-versions to make it XDG compliant, so I look forward...

Amazing. Thanks so much!

Hmm, I just tested this by installing ruby 2.5.1 and then running ASDF_RUBY_VERSION=2.5.1 pry and it didn't seem to work. Are there steps you'd recommend for me to try and...

Hi @rodjek just checking if you're planning on merging in #114 ? I suspect last time I may have still been using the master version asdf-ruby, rather than the correct...

@Stratus3D just wanted to check if you'd consider merging #114 ?

Yep, I originally noticed it because I was scripting a number of asdf list-all commands and while node and elixir would be relatively quick ruby would process a full download...

So reading over the commit that introduced the commit sha (https://github.com/asdf-vm/asdf-ruby/commit/7bbdd8618070c5a033bde024419bcbb74ed1bca7) I'm guessing that ruby-build probably updated their build to include 2.6.3 but didn't update the version number, meaning that...