plurry
plurry
+1 for loading web fonts with `user-css` like in Secure Shell and Crosh. FWIW, it looks like the CSP of the current version of Secure Shell is `style-src: 'self'` and...
I don't get why this is better than configuring kill and float and whatever else in your i3 config and just using `wmfocus` to choose the window.
I dunno. You could make a binding mode and put your single key actions there, with `i3-msg` and `[id=$(wmfocus -p)]` to perform them. I guess you'd lose focus being the...
I quickly tried that just now and it didn't seem to work. Anyway, it's not critical for me. I just wanted to make sure I didn't miss some obvious option...
It still should be smart enough to render after a resize, even if it doesn't resize (or render) more than once per frame, right? Just glancing at the code, I...
I think this is the same bug as https://github.com/sheerun/vim-polyglot/issues/672 and https://github.com/sheerun/vim-polyglot/issues/638 and you can fix it with `let g:polyglot_disabled = ['sensible']` like recommended in those issues. It's also mentioned in...
`--fill` is broken for me too. Having it working isn't important enough for me to patch it myself, but I would like to use it whenever the main package gets...
Actually, it looks like even though `pixi-filters` on esm.sh bundles fine, it doesn't work when you try to use it. And it turns out even the main Pixi module on...
Actually Skypack works fine. See https://github.com/pixijs/pixijs/issues/10446.
I just used Skypack instead of jsDelivr. That worked fine at the time, but I don't know about now. I don't think any CDN's 100% reliable, especially with ESM.