eli

Results 44 comments of eli

closing PR

FYI - This worked great for me. Thanks @aprice.

I use KDE/plasma on 22.04 LTS in a proxymox VM. I also had really bad audio performance, until I happened to notice that sddm[1] was running on the VM, and...

I ran across this as well, and managed to work around it by using this as my middleware: ``` var skipPaths = []string{} var logOptions = httplog.Options{ Concise: true, RequestHeaders:...

BearSSL has some good information on constant time operations for various cpus: https://bearssl.org/ctmul.html https://bearssl.org/constanttime.html

I ran into this issue as well, and the default formatting was a bit unexpected. I too would prefer newline preservation. Perhaps it could be an option, similar to how...

@mason-liu you can use the httplog.Handler as a middleware instead of httplog.RequestLogger, if you are already using the RequestID and Recoverer middlewares: https://github.com/go-chi/httplog/blob/a414fec0944146d5f63a935c9ad45975f2c09ce7/httplog.go#L57

I ran into the same issue. Here is an example diff of a possible solution: ```go diff --git a/util.go b/util.go index 1685159..51f3000 100644 --- a/util.go +++ b/util.go @@ -51,6 +51,13...

Is there a recommendation for client implementations wrt quic-go either upgrading from or falling back to http/2,1.1 with http3.RoundTripper?

To be honest, the scroll hack never worked for me (macos RDP as client, with a touchpad as mouse device) with any of the released versions. I just assumed I...