Julien Kauffmann

Results 7 issues of Julien Kauffmann

## Feature Request ### Crates `tonic-web` ### Motivation We recently managed to make AWS Lambda gRPC compatible thanks to `tonic` and `tonic-web`. There is however currently no way to call...

We stumbled upon a weird issue where two goroutines writing to the same go-kit logger would have their logs interleaved even though the logger writes to stdout through a [SyncWriter](https://godoc.org/github.com/go-kit/kit/log#NewSyncWriter)....

bug

I ran a simple benchmark to compare the merge speed between `SortedSet` and a regular (Python 2.7) `set`. I expected the merge of sorted sets to be faster but it...

The `Validation` takes a `Vec` of `Algorithm` but the validation code [here](https://github.com/Keats/jsonwebtoken/blob/147d24170497a5aa973c74ac4566e8baab97770c/src/decoding.rs#L201-205) incorrectly ensures that the JWT's algorithm is compatible with **all** the specified algorithms, instead of just ensuring it...

## Bug Report Fluent-bit can't send HTTPS messages through a HTTP proxy. * Version used: fluent-bit v1.0.6 * Configuration: ``` [OUTPUT] Name http Match * Host fluentd-host-somewhere.com Port 443 URI...

Right now `gouqi` support basic and bearer authentication methods, but Jira actually also supports Cookie-based authentication. Our organization sadly only allows cookie-based auth. even in an automated context... Would you...

I am in the process of cleaning up the dependency graph of our monorepo, and I noticed we are still pulling hyper 0.14 due to aws_config still referencing it. I...