David Leal
David Leal
@adsteel if you have list widget classes you want to inherit from, the item factory won't propagate, so it's basically a reuse issue.
I think it was something like ``` ruby class Widget1 < Dill::Widget end class Widget2 < Dill::Widget widget :widget1, Dill::Widget1 end ``` But this should work, so I don't clearly...
It's possible. I think we're resolving the constants with `const_get`, so maybe there's some setting that should be used to make it see more constants than it does now.
@castrojo I'd be happy to help with this, but other than copying and changing the build script, I'm not quite sure what kind environment I need to build and test...
Bump. Any chance of implementing this? My leader key is usually alt-space, which lets me use it in any mode, including insert mode, and even outside the editor.
Note: I added harfbuzz and utf8proc as new dependencies.
This depends on #192887 which is waiting for approval.
All tests passed now that https://github.com/Homebrew/homebrew-core/pull/192887 was merged, so moving this back to ready for review.
Updated to build on Linux only, due to the dependency on threads.h.
Moving this to ready for review, as #192886 has been merged and tests are passing.