Matthew Wilding

Results 17 comments of Matthew Wilding

Yeah same issue, they changed the params that the BeginPlot takes in, so the binary you're using is mismatched to what the C# is calling. Would be nice if they...

What a code abortion :P `var id = (Label == "" ? " " : Label) + "###" + GetHashCode();` Could have 'Label' as a nullable string, also why do...

Yep happening for me on Hyprland. With or without a config. I use Arch btw. Had to disable enable_wayland to "fix" it.

We need an option to toggle on DTR (Data Terminal Ready). I tested in C# and that was the only way I could get responses from the device I was...

I've been following your work for a while now and feel like contributing. Let me know if there is anything you want me to look into optimizing. Love your work...

Solved it in this PR: https://github.com/isak102/telescope-git-file-history.nvim/pull/9

Version: wezterm 20240603-194616-e4b18c41 OS: Linux Distro: Arch DE: KDE Plasma 6 Compositor: Wayland Same issue on exit. `mux/src/lib.rs:752:25` ![image](https://github.com/wez/wezterm/assets/8856912/6786b4a6-4d8e-4333-847b-fbe0133a0b9b)

Still happening in: `wezterm 20240624-065522-552bb1d6` Doesn't help that Mux::get is just Mux::try_get with an unwrap.

Just built main and did a quick test with the aforementioned `mux_enable_ssh_agent` setting removed from my config. Seems good now, thanks @wez. If anything changes, I will report back.

My fix was removing `t` mode from my manual mappings. When I leave insert mode in ToggleTerm I can use my bindings. But if that config above was your total...