Adam Szkoda
Adam Szkoda
Writing explicit `Ok(...)` or `Some(...)` respectively has the advantage of being more explicit but otherwise equivalent.
Awesome, thank you! I did some tests and it's almost perfect. One glitch that I found is that within Rust tests, the `--nocapture` flag isn't being respected. What I mean...
Thank you for clarifying @dingelish Looks like we'll have to live with it for the time being.
The new resolver [has landed in 1.51.0](https://blog.rust-lang.org/2021/03/25/Rust-1.51.0.html#cargos-new-feature-resolver)!
Same with rust-analyzer. Does `cmp-nvim-lsp-signature-help` rely on some particular language server capability?
My email address should now be public and the CI failures in this PR are unrelated to my changes. Is there anything else I need to do?
Is using Zig as a linker an option? They explicitly have binary patching style linking as a feature. There's a cargo plugin for Zig and some positive experience reports: https://users.rust-lang.org/t/costs-of-using-zig-linker/88525...
Hi. The patch on the OpenSSH side has been released in [OpenSSH 9.1](https://www.openssh.com/txt/release-9.1): > * ssh-keygen(1): improve error message when 'ssh-keygen -Y sign' is > unable to load a private...