Wez Furlong

Results 893 comments of Wez Furlong

I'd recommend looking at the related automations you have configured for the devices you see in the govee-lan-hass integration and making a note of them prior to uninstalling, so that...

What gets logged if you add `-v` to turn on more verbose logging? ``` wezterm ssh -v "-oProxyCommand=ssh jumpHostIP serverIP:22" serverIP ```

Looks like the underlying libssh doesn't support ProxyCommand on windows

This may be resolved now in `main`. It typically takes about an hour before commits are available as nightly builds for all platforms. Linux builds are the fastest to build...

It looks like it is successfully connecting and receiving the ssh banner. If you manually run `ssh jumpHostIP serverIP:22` from your windows box, does it require any interactivity to make...

is there still an issue with this?

When connecting to an SMTPS port the remote host will not volunteer any data; it is waiting on the client to initiate the TLS handshake. This is at-odds with SMTP...

In `main`, `connect_timeout` has now been split into `connect_timeout` (for the raw connection establishment) and `banner_timeout` (for the reading of the initial 220). While it doesn't directly address the introspective...

@cgraff please open a separate issue; this one is specific to having multiple monitors

Thanks for diving in! What do you think about making a `show-mouse` subcommand instead of trying to bundle this with `show-keys`? I think it is conceptually a bit cleaner, and...