thomas
thomas
+1, I'm suffering the same issue on the 2.0 release no matter the color scheme I choose.
For a little more clarity the problem lies in these CSS classes: ``` #hyper .term_fit:not(.term_term){opacity:0.6;} #hyper .term_fit.term_active{opacity:1;-webkit-transition:opacity 0.12s ease-in-out;transition:opacity 0.12s ease-in-out;will-change:opacity;} ``` Changing the first to `{opacity:1.0;}` makes both sides...
@mikespax More detail here: https://github.com/sanko/Robinhood
@posgarou Thanks for the hints, `(2)` worked for me but only after _modifying_ the default plug like so: ``` plug Plug.Static, at: "/", from: :panda, gzip: false, only: ~w(css fonts...
This happens to me too. I lost the custom filename as a quick fix, but obvs that's not ideal.
Just bind the keys at the bottom of your `.zshrc`. Problem solved on macOS
How's this play with array DB columns?
Is this project abandoned?
@johnmcaliley Thanks for the quick response, I'll consider it—I'm not sure my project actually requires it any longer is all, but that's a separate discussion obvs
Bumping this. Having a bunch of child mounts isn't super helpful in the output. Thoughts on mount selection and/or reading the full size of the pool, not the remainder as...