shua

Results 36 comments of shua

is `ve` already taken? (**v**isual **e**ditor) or you can go the way of libzahl, and call it `seh` from german

I added some more tracing in Aws4Authenticator, and I can say that something somewhere is definitely changing that value to uppercase the UTF-8 after it is received by the server....

rfc for media-type value of `Content-Type` header: https://tools.ietf.org/html/rfc7231#section-3.1.1.1 (lowercase "utf-8" is used in the examples, and is even described as "preferred") spec for aws sign v4 https://docs.aws.amazon.com/general/latest/gr/sigv4-create-canonical-request.html (how to canonicalize...

I couldn't figure out any way to get the raw header value with akka-http.

I guess one solution could be > clients should not include `Content-Type` header in `SignedHeaders` 🤷

I've banged out a proof of concept integration of libtls for nginx at https://github.com/shua/nginx/tree/tls . Is there still interest in this? Currently the code is very much a hacky addon,...

Strikethrough text is not currently supported by ncurses attributes ``` /* attributes */ #define NCURSES_ATTR_SHIFT 8 #define NCURSES_BITS(mask,shift) (NCURSES_CAST(chtype,(mask))

I would really appreciate if there was some way in the vscode ui to query the currently registered commands: builtin, extension, whatever. Even if there's no description, I could at...

I guess this was completed in #148? I do see a [check for where clauses](https://github.com/rust-lang/a-mir-formality/blob/915661bdfb631b3432a4912fdc94059ce2af9967/crates/formality-prove/src/prove/prove_wf.rs#L49) on adts.

cc @chaochenq (as most prevalent committer) @yiyagong (as most recent committer) All PR verify builds are failing, I think this PR fixes it. What do maintainers need from community to...