stako

Results 3 comments of stako

still causing problems on Cataclysm Classic. fixed by changing this `local _, oom = (IsSpellUsable or C_Spell.IsSpellUsable)(spellID)` to this `local _, oom = (IsUsableSpell or C_Spell.IsSpellUsable)(spellID)` not sure if the...

The plugin hasn't updated its ruby-build version yet. By default asdf-ruby uses a recent release of ruby-build, however instead you can choose your own branch/tag through the `ASDF_RUBY_BUILD_VERSION` variable: `ASDF_RUBY_BUILD_VERSION=master...

This also happens when using fzf's default Alt+C bind to change directories