sofisl
sofisl
See: https://github.com/googleapis/gax-nodejs/pull/1547
Investigating: https://github.com/googleapis/nodejs-datacatalog/issues/296 It seems like, when autoPagination is on, and you throw an error, it does not stop getting resources. To reproduce: 1. call `searchAssets.js` in datacatalog (datacatalog has a...
see b/337041278 Once we move to Node 18, we should look into checking whether we can use native fetch instead of node-fetch.
In attempting to update com_google_protobuf to v27, I get the following error: ``` Unable to find package for @rules_python_internal//:rules_python_config.bzl: The repository '@rules_python_internal' could not be resolved: Repository '@rules_python_internal' is not...
We would like to have samples for the following managed folders operations: Create Get List Delete See the java samples as the canonical sample https://github.com/googleapis/java-storage/pull/2562 Thanks! see: https://github.com/googleapis/google-cloud-node/issues/5441
see discussion: https://github.com/googleapis/google-cloud-node/pull/5467 ideally we wouldn't do so much regex-matching, we should look out for: https://github.com/orgs/community/discussions/63402#discussioncomment-6697333
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure...
We'll want to upgrade node-fetch to v3 when we publish this module in dual-format. However, we'll want to think carefully about how to import the module in CJS, since we'll...
While investigating error handling from this doc: https://docs.google.com/document/d/1UOj7Eo3xdMK1pxtt-cw3z0mAXEHnx1icb6XsADSthiU/edit?resourcekey=0-Pns_E0nx5cMD_7l6QgtX6g&tab=t.0, I realized we don't return errors typed GoogleError through grpc. Importantly, this line: https://github.com/googleapis/gax-nodejs/blob/2d0cb036040ce7d02d2dd941a4dd82543323f6c5/gax/src/call.ts#L128 doesn't actually make this into a GoogleError (it...