Rebecca Turner
Rebecca Turner
Lots of these weren't handled, leading to crashes while importing. ## To Do - [ ] Documentation. (If you've added a new command-line flag, for example, find the appropriate page...
## Description This lets users detect missing files and albums, in case they've deleted files outside of `beet remove -d`. The UI could use a bit more polish, but how's...
## Description Normally, the Fish completion plugin won't complete filenames, which is useful for `beet import` and similar! This removes the `-f` (no filename completion) flag from various places in...
This is different from "builder setters", which typically receive an owned `self` and return `Self` as well. I'd like to implement generation for `fn with_foo(mut self, foo: T) -> Self`...
We're constructing `textwrap::Options` in a lot of places, leading to a lot of duplicated code. Let's simplify it a bit. This PR only tidies the code; it was written while...
The default `textwrap::WordSeparator::UnicodeBreakProperties` provides sensible line breaking for (e.g.) emojis and CJK text. Unfortunately, it also considers punctuation like `/` to be an appropriate location for line breaks. This is...
**Is your feature request related to a problem? Please describe.** While `jj workspace list` can list workspaces by _name_, I'm not sure how to display where the workspaces are actually...
## Description `jj` seems to spontaneously decide that the working copy is stale, usually resulting in a conflicted commit. ``` $ jj Error: The working copy is stale (not updated...
``` In order, the following will be built: - my-0.1 (lib:my) (configuration changed) ``` What do you _mean_ the configuration changed? _How_ did the configuration change? ## Notes I've investigated...
(Low-priority, documentation.) When writing a linter in Lua (see #816), I first attempted to set `cmd = "true"`. [`true(1)`](https://www.man7.org/linux/man-pages/man1/true.1.html) produces no output and exits with code 0. I was pretty...