Results 11 comments of Kevin Bi

@debora-ito does canceling the completion future terminate the upstream execution in this case? I don't believe the standard implementation of `CompletableFuture#cancel` would terminate the actual upload and would just propagate...

Hi @zoewangg, thanks for the quick response. Yes, CentOS 7 is the OS: https://www.centos.org/download/. The performance considerations for CRT make sense. Is there some way we can check for CRT...

@zoewangg just wanted to check if there were any updates on how we might be able to address this issue?

I'm also running into this issue when trying to test drizzle. @MateWW are you considering submitting a PR to `pg-mem` with your fix?

It seems to me like our `DeserializeResponse` and `AsyncDeserializeResponse` already force custom error decoding by returning a `Result` in `deserialize`. I guess one small improvement would be to make the...

Ah I think I see. So we'd want to restrict the errors returned by `Client` to be just transport errors, then update the response deserializer implementations to decode the raw...

Would this just be adding `SmileConjureRequestSerializer` and `SmileConjureResponseDeserializer` implementations that can be opted into using? Or would it be like we try to "guess" whether the response is json vs...

@JonasVautherin Sorry, maybe I wasn't super clear. I know we can use that to tell the drone where to go, but there's no way for us to inspect the state...

I'm using the px4 gazebo simulator: https://github.com/JonasVautherin/px4-gazebo-headless. I seem to be receiving this message: https://mavlink.io/en/messages/common.html#POSITION_TARGET_GLOBAL_INT, when communicating directly over mavlink. I'm thinking of switching over to MAVSDK but couldn't find...