ADe
ADe
> Not sure I understand the first feature. Is there a video demo anywhere? > > The second feature: "Make Windows visible only on specified desktops" cannot be implemented, unless...
I just noticed that completion highlighting syntax problem only occurs with `sly-simple-completions`, which i also observed that with this setting i cannot complete a symbol, of there is single match...
im not that good at elisp, but i at tried to fix the highlighting: sly-flex-completions also needs a bit of tweaking ```elisp (defun sly-simple-completions (prefix) "Return (COMPLETIONS COMMON) where COMPLETIONS...
> Submit a patch for the highlighting. Read `CONTRIBUTING.md` first. > > As for the temp buffer resize mode, it doesn't seem to make anything useful in my testing, so...
This is problem from woocommerce. somewhere in woocommerce theme, this rule is defined, with needless z-index ```css :where(.wc-block-product-filters) .wc-block-product-filters__overlay { background-color: transparent; inset: 0; pointer-events: none; position: fixed; top: var(--top-padding);...