Dabo

Results 195 comments of Dabo

Right - if the rest of this looks good, should I go ahead and merge this? I think I asked that before but I want to ask again just to...

Thanks for the reviews & all the help here!

My use case would only be for websocket clients, but I guess if this is implemented, it'd probably be best to allow for both clients and servers.

If a generic solution doesn't end up being viable, what would you think of potentially switching to [`rust-native-tls`](https://github.com/sfackler/rust-native-tls)? It's an abstraction that would still be using OpenSSL on linux, and...

Unrelated issue (click to expand) This occurs for me even with the hack of creating PistonWindow manually. I've been told that this error is because of sRGB so I'm posting...

@kvark Ok, awesome - I'll open an issue there. Edit: Opened https://github.com/gfx-rs/gfx/issues/977

https://github.com/thepowersgang/mrustc might be interesting to anyone in the future looking for a Rust to C code compiler that works with recent rust.

That's a great question! I don't think it's currently possible for this crate. This would make a great addition.

I'm glad you found a solution to your situation! I believe that should work reliably for `serde_json::Value` deserialization. For other situations, I do think the crate should have a general...