Bendwarn
Bendwarn
Where do you import `pretty-checkbox.scss` in? I found if we do that in scoped scss of single file component, styles would only apply to root because of vue's policy.
directive dose not support options currently. I'm curious why not use argument to receive options. would you mind if I fire a pull request to complete this?
I realize recently argument is served as string and it seems to be abuse if passing object. Maybe the only decent way is putting handler and option in value together.
https://github.com/vuejs/vue-class-component/issues/109#issuecomment-310919020 This package is necessary if you don't want to write definitions twice.
Let cache turn into storage-like with unjs/unstorage?
The issue above shows SBT_OPTS is the key, but how to configure SublimeREPL to fix it?
I finally get it. In user SublimeREPL setting, add "default_extend_env": {"SBT_OPTS": "-Djline.terminal=jline.UnsupportedTerminal"} Hope this helps.