Connor Skees

Results 66 comments of Connor Skees

My workaround/hack has been to match on the error and decode as base64 a second time, ```rust let result = match self.hub.text().synthesize(req).doit().await { Ok(v) => v.1, Err(e) => match e...

I don't think `feature` is a good choice here. A `feature` is a crate-wide configuration, while this bug only impacts a particular Google API. If this issue is more widespread,...

planning to fix this up this weekend @microsoft-github-policy-service agree

Hello, thank you for your interest in this project. Yes, the code on crates.io should be quite outdated, though I didn't realize it was just placeholder code. I would suggest...

There's example usage in `src/main.rs`. Using this dependency will require modifying the code, likely nontrivially. Unless there is a feature this library implements that https://github.com/pdf-rs/pdf doesn't, it's probably better to...