Carlos O'Ryan

Results 588 comments of Carlos O'Ryan

Neither libcurl nor Boost.Beast support connection caching. - There are some (rather long) blog posts on how to implement them yourself for Boost.Beast - libcurl has `CURLSH*`, but there are...

This can be done post-GA, several languages do not have this example.

This depends on the C++ API for Cloud Vision, cannot happen for GA.

At some point we should ask ourselves if it is simpler to generate the `impl serde::de::Deserialize Foo { ... }` and `impl serde::ser::Serialize for Foo { ... }` instead of...

This is stale, we no longer generate any serde attributes for `oneof`, or messages for that matter.

> cargo --version > cargo 1.80.1 You need rustc >= 1.85. We should fix the documentation to say so. > rm -rf /Users/julieqiu/code/googleapis/google-cloud-rust/src/generated/cloud/websecurityscanner/v1 That leaves a reference in the top-level...