Riatre
Riatre
While it is certainly possible to remap the URI in the language server side, it is quite convenient to remap them in vscode-ccls. I've tried this idea in the past...
I have a draft for using this to implement ssh agent forward in wezterm: https://github.com/wez/wezterm/pull/5345
Thanks for the review! I've addressed most comments, but have further comments on the safety discussion. ~~In addition, I wonder why do we need `std::panic::catch_unwind` in `bridge_*_callback`-s? I just followed...
> is it okay to generate this file at build time, or prepare a different variant of this file for each platform, or use #cgo pkg-config and generate cornet.pc? Generate...
First, this is more like a discussion instead of an issue. From README.md: > When it comes to building portable ELF binaries, the libc plays an important role. The linker...
I'd like to suggest refering to the previous TLS 1.3 drafts as what you're trying to eventually (re)invent is very similar to 0-RTT ECDHE-ECDSA-AES128-GCM-SHA256 cipher suite with hardcoded public keys...
@riobard I mean you may want to check how the *cipher suites* are designed in TLS (the right combination of key exchange algorithms, authentication algorithms and encryption algorithms to provide...
@riobard The handshake in TLS basically serves ~three~ four purposes: 1. Confirm the client and the server both talk TLS. 2. Negotiate a suitable cipher suite supported by both sides....