Results 81 issues of Aaron Zeng

When reading heavily nested data, such as in lisp-data-mode or other sexp-based data formats, the first term is often used for special purposes, such as the key of each entry...

Previously, if you had an empty, unmodified, file buffer open and invoked ace-delete-window, this would cause the buffer to be marked as modified. with-silent-modifications is perfect for this use case,...

#### Description :octocat: Floating-point font sizes, according to the help text for `font-spec`, specify the size of the font in points, unlike integers, which specify them in pixels. E.g., 13...

macOS
Fonts
Help wanted

I found this behavior surprising: for a `Serializable` value `t`, the following prints a JSON object with all keys sorted lexicographically: ```rust serde_json::to_writer_pretty(std::io::stdout(), &serde_json::to_value(t)?)?; ``` On the other hand, the...

docs

I, and several users at my site, have observed the following confusing behavior with `counsel-rg` when the user types a query string quickly: 1. The `++` marker to indicate that...

This fixes an issue in counsel-rg and related commands where, if the user quickly types some string that does not have any grep results, and the search takes a long...

Consider the following code: ``` type t = { a : int * int ; b : string } let f ({ a; b } : t) = assert false...

Kind/Bug

External diffing tools are likely to produce output in a different format than git diff, or output that is not intended for programmatic consumption.

This is not necessary to make the regular magit-status keys work in the TODOs section. In fact, it causes a bug when used with evil-collection, which uses x instead of...

**Describe the bug** When maestral is configured as a systemd (user) service in NixOS by translating from the suggested unit file, maestral daemon crashes every 30 seconds with SIGABRT, in...

bug