Eugene

Results 561 comments of Eugene

Thank you so much for the PR! There are a few layout issues on macOS currently:

The legacy themes are no longer supported and in particular won't work when the lightness/darkness doesn't match the color scheme. You can switch the theme to "follow the color scheme"...

Congrats on the issue #10000, you're the first one asking for a manual by the way :D If you have concrete questions please feel free to ask them in [Discussions](https://github.com/Eugeny/tabby/discussions)...

You could use the `warpgate-protocol-postgres` or the `warpgate-protocol-mysql` crate as a template. In short, you're implementing `ProtocolServer` and the rest stems from there. Within the session, you need to accept...

@tdp4 1024-bit RSA keys are actually supported - at least the ones straight out of `ssh-keygen -t rsa -b 1024`. I suspect that something might be different in your old...

One of the cases where this happens when using `Auth` authentication with multiple RSA keys in ~/.ssh and when server will abort authentication after a couple (~3) attempts. In the...

This means that the session that the handle is connected to is already closed and can't send the data.

The ticket secret is sensitive information and tickets bypass auth method policies. The primary use case for these is programmatic access where interactive authentication isn't possible, e.g. you can use...