Shota Iwami

Results 6 issues of Shota Iwami

### What does this PR do? This PR adds a new option called `WithErrorCheck` which allows users to set a custom function to determine whether an error should not be...

apm:ecosystem
do-not-merge/WIP

Hello! I would like to discuss the possibility of adding a `WithErrorCheck ` option for gRPC. There are cases where an application produces errors, but they should not be sent...

enhancement
apm:ecosystem
proposal
proposal/accepted

# proposal I added `b64_url_pad` for random_id outputs. ## Why When creating a signed URL for CloudCDN, I used `random_id b64_url`. [google_compute_backend_bucket_signed_url_key | Resources | hashicorp/google | Terraform Registry](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_backend_bucket_signed_url_key) ```terraform...

documentation
size/XS

Fixed key value for cloud cdn to issue signed urls. When creating a signed URL for CloudCDN, I used `random_id b64_url`. [google_compute_backend_bucket_signed_url_key | Resources | hashicorp/google | Terraform Registry](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_backend_bucket_signed_url_key) ```terraform...

# Background ### Affected Resource(s) * google_compute_backend_bucket_signed_url_key When creating a signed URL for CloudCDN, I used `random_id b64_url`. [google_compute_backend_bucket_signed_url_key | Resources | hashicorp/google | Terraform Registry](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_backend_bucket_signed_url_key) ```terraform resource "random_id" "url_signature"...

bug
forward/linked
service/compute-l7-load-balancer

Hi, thank you for the great tool. ## Summary Fix code generation crash when multiple value descriptions share the same label but map to different raw values. ## Background Some...