Sean

Results 36 comments of Sean

I notice above it says: "Still in progress? Convert to draft" Which I don't understand, and am not sure if there's something I should be doing to move things forward?

> > Which I don't understand, and am not sure if there's something I should be doing to move things forward? > > See above the comment box: Thanks. But...

Thought I was going crazy, so glad to see other people are having this same issue. I haven't really done a deep dive on debugging yet, but fwiw, there are...

> Ah I see, the error just mentioned the version of the binary so I assumed it had to be exact. Then killing off the old one (iff the binary...

If anyone interested in this issue is able to test PR #19259 in order to see if it is a reasonable solution to this problem, it'd be helpful. Especially since...

> I think commit messages should be prefixed with `fix:` in this case. Thanks very much for your help. That was a commit I didn't even create, it was created...

> The OpenGFX+ projects are dormant. There are private backups of the repos, but they are not hosted anywhere currently. Hi, thanks for letting me know. Are the private repos...

Was initially a little disappointed to see that I could no longer open up my simple Vim encrypted password list. Not that anything in it is very sensitive, but it...

The code in SwitchToWorkspace seems to fail when the spawn is in a remote domain. So the final line in this snippet: let switcher = crate::frontend::WorkspaceSwitcher::new(&name); mux.set_active_workspace(&name); if mux.iter_windows_in_workspace(&name).is_empty() {...

Solved my local problem and posting it here for whatever value, if any, it might offer others... function switch_to_domain(dom, window, pane) local ws={name=dom, spawn={domain={DomainName=dom}}} local action=wezterm.action{SwitchToWorkspace=ws} window:perform_action(action, pane) end function...