Drazen Urch

Results 78 comments of Drazen Urch

@Janrupf thank you for the detailed report, exactly what I was hoping to get from this beta, will keep you posted

@negezor thanks for this, I need access to my main laptop to test, will get it sorted within a week.

@negezor seeing a bunch of hangups in tests, not sure what thats about, will need to take a closer look at what is happening internally

> I am putting a really draft PR #400 here but to be honest I am not really sure this is the right thing because it seems that `hyper` now...

> I can't really tell how much work is needed to migrate to `reqwest` but I can send a PR for you to review. I list a non-exhausively pros/cons of...

Decided to move to `reqwest`, it makes for a more maintainable and readable codebase, available in `0.36.0-alpha.2`

@MrFoxPro I was thinking about something like that a while ago, it would to be done in a similar fashion to the way async runtimes are implemented, ie a Trait,...

@dtolnay wow, I hate Github notifications, sorry for completely missing your issue. I'll look into it, I think we can manage without, in case you have it replaced already I'd...

@gdanezis as a first step we're looking to replace `sodiumoxide` with crypto primitives in pure Rust, we've got good replacements for eliptic curve math ([curve25519-dalek](https://crates.io/crates/curve25519-dalek)), and there are standalone crates...

We can keep this one open for the other changes (AsyncWrite + Sink) as well, it will be easier to polish wholesale