Matthias Wahl

Results 124 comments of Matthias Wahl
trafficstars

This is being done as part of the work on connectors.

We have a plethora of dependencies, depending on `tokio:0.3.7` and `tokio:1.12.0`, both affected. We pull it in via `async-std` and tokio compat, hyper, postgres, reqwest, serenity, tonic, ... Didn't check...

those deps come in transitively via tide.

Dependencies that reference `chrono::Local::now()` which seems to be the only path that executes `localtime_r` are: * syslog_loose - but we don't use that path anywhere in our code. * log4rs...

There is for example https://github.com/cloudflare/quiche (but it requires boringssl). We already ship openssl and rustls, so we should consider a solution that works with one of those deps if there...

There is https://github.com/quinn-rs/quinn which uses rustls, but is based on tokio

Important info here: > All requests to Datadog’s API must be authenticated. Requests that write data require reporting access and require an API key. Requests that read data require full...

i know, this would solve the immediate pain of not being able to send stuff to datadog. So, in this sense, it is already possible right now. But having users...

I really really like that! I also think this needs an RFC.