Rebecca Turner

Results 189 issues of Rebecca Turner

### What Operating System(s) are you seeing this problem on? Linux Wayland ### Which Wayland compositor or X11 Window manager(s) are you using? Gnome/GDM ### WezTerm version "nightly" built from...

bug
needs:triage

**Is your feature request related to a problem? Please describe.** Wezterm lets you drag the titlebar to move the window (with `config.window_decorations = "INTEGRATED_BUTTONS|RESIZE"`). It also lets you click tabs...

enhancement
needs:triage

This is equivalent to the `previous-paragraph` and `next-paragraph` bindings in `tmux`. Closes #7079 If this looks good, let me know and I can write some tests and docs for it!...

This corresponds to the `SshDomain.assume_shell` field on `config.ssh_domains` entries, because `wezterm ssh` does not (currently) respect `config.ssh_domains`. We'll likely want a more sophisticated configuration mechanism here in the future, but...

This fixes remote SSH domains for `assume_shell = "Posix"` when the login shell is not a POSIX-compatible `sh`. Fixes #7377

Related: - #7376 After noticing that it would be a 1-line patch to set `assume_shell: Posix` for `wezterm ssh`, I tried building WezTerm like that but found that this broke...

enhancement
needs:triage

When using `wezterm ssh`, spawning a new pane will not use the current pane's working directory as the initial working directory. When using `wezterm ssh`, the `SshDomain` is constructed manually,...

enhancement
needs:triage

`buildifer` fails to parse files that include the ellipsis literal `...`, which is used by Buck2 to indicate variadic tuples: ``` $ echo "MyType = tuple[str, ...]" | buildifier :1:23:...

### Problem If `beets` encounters a (transient) network error, the entire import process is aborted. It would be nice if `beets` instead skipped the particular files that failed and continued...

bug
metadata_plugins

## Description This keeps the root logger from swallowing logs, for example logs emitted by plugins and dependencies (such as the MusicBrainz API client). ## To Do - [ ]...