moderation

Results 18 issues of moderation

Max. Elevation values are being written to the Min. Elevation columns in the CSV. The two lines at https://github.com/kjkjava/garmin-connect-export/blob/master/gcexport.py#L277-L278 need to replace maxElevation with minElevation. I've made this change on...

Consider supporting [HTTP/3](https://http3-explained.haxx.se/en/) (h3). The following projects implement h3 in Rust however Cloudflare's Quiche might be the better option as it doesn't require C projects (Mozilla's Neqo requires NSS) and...

When I run `sd 0.146.0 0.147.0 *.*s` in a directory, all files that match `*.*s` have their modified metadata to the time of the command execution, including files that don't...

C-enhancement

quiche panics when trying to use the `connect-to` value in the client https://github.com/cloudflare/quiche/blob/master/tools/apps/src/args.rs#L289-L293 `env RUST_BACKTRACE=1 /home/username/Library/rust/quiche/tools/apps/target/x86_64-unknown-linux-musl/release/quiche-client --connect-to='www.google.com' https://www.google.com/` ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: AddrParseError(())',...

By using `rustls` we could compile `dog` without requiring OpenSSL and compile using `musl`. See https://github.com/osa1/tiny/issues/179 and: Rustls vs OpenSSL: (link: https://jbp.io/2019/07/01/rustls-vs-openssl-performance.html) - 15% quicker to send data - 5%...

The glide project is saying it is unmaintained - https://github.com/Masterminds/glide/releases/tag/v0.13.3. Consider moving dependency management to Go modules or dep.

I had a demo of ratelimit running in a Kubernetes cluster at the end of 2019. For performance reasons I had ratelimit connect to a Redis instance over a socket...

bug
help wanted

It would be helpful to document a comparison of `limitador` to the original [envoyproxy/ratelimit](https://github.com/envoyproxy/ratelimit). What where the motivations for starting a new project and what the key differences are.

area/doc
participation/help needed
size/small

For the past couple of days, a change in `folly` is causing a compilation error in `proxygen`. It looks like https://github.com/facebook/folly/commit/d85a0f6314f280575e8bc56965bbd8c5bb8b72c9 is the change causing the error. There hasn't been...

*Title*: *Plan to transition to OpenTelemetry* *Description*: Envoy currently supports OpenTracing (OTr) and OpenCensus (OC) [0]. In May 2019 it was announced that these projects were merging into the new...

area/tracing
design proposal
no stalebot