Lucio Franco

Results 524 comments of Lucio Franco

I don't think there is a good way to do it in rust right now. There are a few CSSParser libraries and HTML parser libraries but that would be a...

@johannhof I did some looking into this. I believe that we should restructure the config file to support most of the optional fields but have them be all under an...

I would like to suggest that the WG take ownership and maintain as little crates as possible under a WG official manner. In my opinion, this just creates an odd...

> but I do think that it should be considered for a move here just in case of emergency. Imho this should be rephrased to "we should help to find...

> No, if we adopted a crate for a time I suspect that it'd be more like a situation where it had no good place to go but we didn't...

@UkonnRa the `std-future` branch is currently very far behind and in a stale state right now. I would recommend waiting a week or so and well have something that will...

@UkonnRa so `tower` has a `0.3.x` branch for `0.3` futures. `tower-grpc` currently has not been updated as we have focused on updating the rest of the stack. But we will...

@UkonnRa I will give an update to this repo, probably the readme and an issue once we have the new stuff out. Thanks for the patience

Sounds like we may want to detect the issue here? https://github.com/tower-rs/tower-grpc/blob/master/tower-grpc-build/src/client.rs#L28

You should be able to do ```rust fn make_client(...) -> impl Future ``` I believe that should work since greeter is generic over some `GrpcService`.