Lucio Franco
Lucio Franco
This won't work because `location!` from `track_caller` requires some more const fn things to be stabilized.
Not really aware of a work around, except for feature flagging the const aspects but that may be hard.
> My current approach of not dealing with this at all means that the tokio threads may stall on page faults, which is not so great. This effect may honestly...
> wikipedia says a seek took 20 ms in the 1980s so basically on this metric I might as well be using 40-year-old hardware. Haha, taking commodity hardware to a...
@kornelski I think the prefered usage is using `pin_mut` or `tokio::pin` but I think we could shoutout box::pin in the docs, would you possibly be able to PR this? :)
This crate is designed to be light weight wrapper for tokio so I don't think it makes sense to add the additional complexity to support other futures runtimes. I believe...
So I think this comes down to how each system handles TLS. Since, native-tls likes to use the tls offering that is native per OS, then it has to support...
@carllerche looks like the issue @sfackler linked is the blocker for us. It might make sense to provide instructions using openssl to convert the keys but I don't really know...
What test command are you running?
@flosse Are you talking about minimizing the html,css,js etc?