Suzy Mueller
Suzy Mueller
In the VS Code settings GUI, `Go: Editor Context Menu Commands` and other settings of type object with boolean properties boolean are displayed with check boxes with the descriptions of...
Filing this issue to track/ discuss generic function support for gotests. Currently, gotests produces a table driven test for a function with type parameters, but the test needs to actually...
Our previous implementation of waiting on resumeRequestLoop was not safe, because the channel may be closed several times. This change removes this bug by instead having two channels to track...
gopls version: (devel) (go1.19.1) gopls flags: -rpc.trace update flags: proxy extension version: 0.35.2 go version: 1.19.1 environment: Visual Studio Code darwin initialization error: undefined issue timestamp: Tue, 20 Sep 2022...
**Is your feature request related to a problem? Please describe.** The legacy debug adapter implemented some support for automatic path mapping (#45). We want to deprecate the legacy debug adapter...
See conversation in #2306 https://github.com/googleapis/google-cloud-rust/blob/07eca34b2c95c558361811de32cc1e952679acfc/src/storage/src/client.rs#L140
https://googleapis.github.io/google-cloud-rust/setting_up_your_development_environment.html and https://googleapis.github.io/google-cloud-rust/setting_up_rust_on_cloud_shell.html both use google_cloud_gax directly. We should consider if we would rather re-export the necessary traits from the client libraries, as is done for `gax::Result` and `lro::Poller`. See...
#2030 added support for custom serialization of types within a oneof, however it also added some #[serde_with::serde_as] attributes to all oneofs, even if they weren't necessary. Cleanup the generator to...
This could be a part of the CI, or can be done as part of the release. But it probably should be done. Something like: ```shell $ cargo run -p...