Results 40 issues of Nick Hu

### Description I was trying to debug my slow zsh initialisation time, which I have installed via nix, and on a whim I decided to copy prezto from the nix...

Suppose I copy the text ``` a b ``` This creates new entry in the `line_cache`: ` a (2 lines)` Now suppose I copy ``` a c ``` This also...

rfc

### Does this feature exist in Emacs orgmode core? Yes ### Orgmode link https://orgmode.org/manual/TODO-dependencies.html ### Feature value _No response_ ### Additional context I have a lot of tasks without deadlines/scheduled...

core-feature

Systemd can start services on-demand when a socket is polled. This is done as follows: 1. systemd listens on that socket from boot; 2. when the socket first receives data:...

C-enhancement
A-http

Recently I have been trying to move away from xembed/classic systray icons. To my surprise, everything I had been using actually supports AppIndicators when compiled with libappindicator/libayatana-appindicator (which seems to...

This is particularly important for the case of WASM binaries, which are necessarily compiled with `crate-type=cdylib`. Without this, when compiling for `CARGO_BUILD_TARGET=wasm32-unknown-unknown`, the `-deps` derivation strips the `[lib]` section of...

I don't know exactly what the correct behaviour in general for this ought to be, but I observed the following behaviour that I would consider to be a bug: *...

Given that ffmpeg is in entware, has anyone tried to use a real video codec to grab from `/dev/fb0` instead of using `lz4` on the raw bytes? I think this...

discussion

From the documentation: > The resulting graph has the structure of a subgraph of the original graph. If no nodes are removed, the resulting graph has compatible node indices; if...

enhancement
breaking-change

This replaces multimarkdown with pandoc. I've been patching out multimarkdown for pandoc for years now, and now that the new parser is merged the patch is even simpler. I think...