Results 34 issues of Eli Young

See https://github.com/c-bata/go-prompt/issues/228#issuecomment-1224877566 Fixes: #228

### Current Situation Homebridge currently supports [three different mDNS advertisers][mdns], two that run in-process and one that uses Avahi over D-Bus. For a while now, systemd-resolved has supported acting as...

enhancement

## :recycle: Current situation Homebridge currently supports [three different mDNS advertisers][mdns], two that run in-process and one that uses Avahi over D-Bus. For a while now, systemd-resolved has supported acting...

Currently, if you put multiple `Plot`s in a `Stack`, the top one completely obscures the ones beneath it. It would be nice if there was an attribute you could set...

It would be nice to have `armhf` and/or `aarch64`/`arm64` Linux builds for use on devices like the Raspberry Pi.

When calling `pause()` on a pull socket, messages continue to be retrieved in the background. The only difference is that no `'message'` events are fired until `resume()` is called on...

[`mythbackend.json`](https://github.com/PaulWay/lnav-formats/blob/76161864ce80d7895b13a4befa609f4658a79f0c/mythbackend.json#L11-L18) has some invalid log levels, which causes some issues, such as a bunch of errors being dumped to stderr every time LNAV is run, regardless of whether the format...

The [normative reference `HTTP`][HTTP] and [informative reference `HTTP3`][HTTP3] point to their most recent internet drafts. Those drafts have since been published as numbered RFCs. `HTTP` should be updated to reference...

rfceditor

From the `sshd_config` file on a CentOS 7 box: ``` ini # WARNING: 'UsePAM no' is not supported in Red Hat Enterprise Linux and may cause several # problems. ```...

Currently, there doesn't appear to be a way to gracefully shutdown the app. Ideally, it would trap `SIGINT` and `SIGTERM` with a handler that finishes sending any already-retrieved log entries...