Allen

Results 7 comments of Allen

Now that Zstd is supported over streams, it'd be nice to aggregate some resources for anyone wishing to provide more support over different encoding schemes. * Here's a list of...

@jasonlor Sorry for the late response as I don't watch this repo often (you'll have to mention me for a quicker response). I'm not sure, actually... From what it looks...

Hey, sorry I haven't replied to this post in a while, since I've been busy with work and haven't found the time to do much open-source. Also the time I...

As for what this project is missing, you are welcome to explore yourself what else this project requires or bump its' corresponding issue on the original realworld repo.

I tried doing this just earlier, but it probably requires a Box of some sort... Trying to insert the following code into https://github.com/fairingrey/actix-realworld-example-app/blob/master/src/utils/auth.rs gives me this error. ```rust impl FromRequest...

Came back to this after a day or two, but I realized the problem was pretty obvious when looking at what the makefile commands were doing. [It's this line](https://github.com/saschagrunert/webapp.rs/blob/master/Makefile#L42) --...

I won't be able to answer that right now since there's a dependency that breaks actix-web. ring 0.12.1 won't compile on MSVC 2017 (https://github.com/briansmith/ring/issues/670). It's fixed on the latest release,...