Naohiro Yoshida
Naohiro Yoshida
Hi @samber and thanks for your review. I implemented it with reference to [mergeWith](https://github.com/lodash/lodash/blob/master/mergeWith.js). Since `customzer` needs `oldValue` and` srcValue`, I thought it would be better to limit the argument...
@StoneDot We have corrected the problem and would appreciate it if you could check again.
@StoneDot Sorry for the late response. Now I fixed the code. Please review again.
I met other exceptions. ThrottlingException ``` com.amazon.coral.availability#ThrottlingException\",\"message\":\"Throughput exceeds the current capacity of your table or index. DynamoDB is automatically scaling your table or index so please try again shortly. If...
Thank you for your suggestion, I was assuming a case like Go's context, where the parent's CancellationToken is passed to the child task when the task is generated internally. However,...
Currently, there is no API to directly retrieve the associated service account from the token. In GCE, GKE and Cloud, Run the service account corresponding to the IAM role applied...
Please make a PR and we will merge it. I am currently disassembling google-cloud-default in https://github.com/yoshidan/google-cloud-rust/pull/172, after the merge will be easier to modify with interface changes.
@jaychia Thank you for your report. > 1.The Format struct expects a field name tp in JSON, but the generated JSON contains a field named "type" instead Now I added...
As you indicated, it does not need to be required, so I will modify it to optional. Thanks.
I removed the dependency for google-cloud-auth and published the new version.