Screwtapello
Screwtapello
> IMO that's crazy, but seems there's no better option. As some added historical context I learned recently: - The [original VT100](https://vt100.net/docs/vt102-ug/chapter1.html#S1.3.3) had a key above Enter labelled backspace that...
> ``` > $ fc-query D2Coding.ttf > Pattern has 22 elts (size 32) > family: "D2Coding"(s) > ... > spacing: 90(i)(s) > ``` `spacing: 90` = `spacing: dual` `spacing: 100`...
I'm using a self-hosted instance on version 2023.12.11.8009a8d, in Firefox 126 (but I've been having trouble for as long as I've been using Phanpy). Using "Shortcuts as floating button" (which...
I suspect this is a duplicate of #276.
Rough edges in the current replace-ranges implementation include #3644 and #3689.
Are there any messages in the `*debug*` buffer?
For reference, tools like [kakoune-remote-control](https://github.com/danr/kakoune-remote-control/) work the same way: https://github.com/danr/kakoune-remote-control/blob/0eb79e46fdd126346b3d9e71e93b9c5834feb5f7/krc#L125-L132 It'd be nice if `kak -p` were effectively a simple client that sent stdin as commands, and printed `:echo` output...
> I do like the idea of outputing whatever is echo'd from `kak -p` however it can lead to some ambiguity: `echo "eval -client foo %{ echo %val{selections} }" |...
"Text file busy" is the standard POSIX error for when something tries to write to a program while it's running, or run a program while it's being written to. `make...
Tools like `fmt` require two spaces after a sentence, to disambiguate sentence breaks from abbreviations: you wouldn't want `Paging Dr. Jones!` to break after the "r", nor would you want...