rysson
rysson
Add `display` argument to sync and async `Connetion()` classes to determineate the socket_path. Useful when you work with many Xephyr servers.
I seems that first character of long-name is used in a short-name. In case: ```c++ struct Options { // oositional flags // ./main [--bar] [--baz] std::optional bar = false; std::optional...
> innerHTML easily allows custom markers, but why even use this plugin? This sentence show me `innerHTML` is NOT overlay but replacement. Then it will be nice to see `overlayHTML`...
What about underline styled (dotted, curly etc) and its colors? I know it's an extension but supported by popular emulators, [Kitty](https://sw.kovidgoyal.net/kitty/underlines/) for example. Underline colors are implemented in Kitty, VTE,...
Yours lib is awesome, I used it for years. Now I have a little problem, a have fine formatting and print table separated. Is any way to find printable text...
Fix pattern `T` with a following apostrophe, like `T'/'T`. If the following apostrophe is skipped (`++length`), then whole text to next apostrophe should be omitted too.
##### Expected Behavior World clock custom format ``` T'/'T ``` Applet should show ``` +01:00/+01:00 ``` ##### Current Behavior Current view ``` +01:00/T ``` ##### Possible Solution Fix this part...
Hi, an awesome library, thanks. I have a problem when I point a non-existing file. ```c++ wd = inotify_add_watch(fd, root, WATCH_FLAGS); // add wd and directory name to Watch map...
I suggest add support for paths (ex. polyline). Path could have type (class name), and type could have attributes like color, width, stoke-type (ex. dashed). It's enough for me to...
Thank you for your work. It was first mode I was looking for when I saw that mods for Valhaim. Could you add support for custom icons? Example second png...