Tynan Beatty
Tynan Beatty
@lpil, addressed all concerns, cleaned up, and caught some other issues along the way. Thanks for the review!
> [st.suckless.org/patches/ligatures](https://st.suckless.org/patches/ligatures/) [Here's a patch I made](https://gist.github.com/tynanbe/20ca31601ff0e90dc7f99bab4186c296) after combining [`st-ligatures-boxdraw-0.8.3`](https://st.suckless.org/patches/ligatures/0.8.3/st-ligatures-boxdraw-20200430-0.8.3.diff) with [`st-ligatures-alpha-scrollback-0.8.3`](https://st.suckless.org/patches/ligatures/0.8.3/st-ligatures-alpha-scrollback-20200430-0.8.3.diff) and applying the changes to [`xst`](https://github.com/gnotclub/xst/tree/16c8e21b079e30fce14d9bf0a5e327342a4a3e9e). It appears that [these highlighted lines in my gist](https://gist.github.com/tynanbe/20ca31601ff0e90dc7f99bab4186c296#file-xst-ligatures-0-8-4-patch-L139-L142) were missing from...
Initial impressions are good; however, I have encountered an issue where many alpha characters overlap when using Victor Mono Nerd Font italic variants (cursive). I switched to a custom build...
I'm using this as a workaround. ```toml formatter = { command = "sh", args = ["-c", """ file=$( ps -p "${PPID}" -o "command=" \ | awk '{ print $NF }'...
@rcorre, indeed, I haven't tested that use case, but I personally don't use Helix in that way, so not a problem for me :smile:
As Louis mentioned, apart from the gleamingo (possibly a flamingo wearing shades), I was mostly interested in small, biolominescent sea creatures (hopefully precluding the horrifying sort). ### Sea stars and...
Just call it `glimpse` and be done with it :wink:
> Also, ideally, pattern matching a list should allow an indeterminate number of elements at the start, end or in the middle. > [...] > I believe that only allowing...
It already is, @spacedmonkey :slightly_smiling_face: https://github.com/litespeedtech/lscache_wp/blob/master/src/object.lib.php#L178
> While looking into this, it would also be nice if you could add `wp_cache_supports` function to your code base as well. This was added [WordPress/wordpress-develop@832b6c3](https://github.com/WordPress/wordpress-develop/commit/832b6c35f36d5f1ca84feadc49b0e5424af0ad6c) in WP 6.1. See...