Marcus Rosén

Results 10 issues of Marcus Rosén

Like the title reads. When generating a struct containing a time.Time field I get this use of un-exported, e.g. `time.zone`: ```go func deriveDeepCopy_15(dst, src *time.Location) { src_v := reflect.Indirect(reflect.ValueOf(src)) dst_v...

skill-level-advanced
effort-high

Are customtype Fields not supposed to generate a getter? The field is of message type. All other Fields generate with a getter. Even timestamp Fields having the stdtime extension. I’m...

enhancement

Hi, I'm wondering if you'd consider a PR for adding functionality to make it possible to add custom fields to the log statement? E.g. by having something like: ```go func...

**Client** Datastore **Environment** Any **Go Environment** `go version go1.22.4 darwin/arm64` **Code** ``` WARNING: DATA RACE Read at 0x000102683318 by goroutine 383: github.com/googleapis/gax-go/v2.(*Backoff).Pause() /Users/myUser/go/pkg/mod/github.com/googleapis/gax-go/[email protected]/call_option.go:186 +0x60 github.com/googleapis/gax-go/v2.(*boRetryer).Retry() /Users/myUser/go/pkg/mod/github.com/googleapis/gax-go/[email protected]/call_option.go:118 +0x108 cloud.google.com/go/datastore.backoffBeforeRetry() /Users/myUser/go/pkg/mod/cloud.google.com/go/[email protected]/transaction.go:290 +0x50...

api: datastore
triage me

**Client** Storage **Environment** Any **Go Environment** Go 1.21 **Code** **Expected behavior** Milliseconds are supported as per https://cloud.google.com/storage/docs/metadata#custom-time and should not be stripped. **Actual behavior** Milliseconds are stripped due to using...

type: bug
api: storage
priority: p3

**Is your feature request related to a problem? Please describe.** When querying a large kind it is done sequentially and is taking a long time. **Describe the solution you'd like**...

type: feature request
api: datastore

### Terraform Version `1.9.5` ### Affected Resource(s) `alicloud_ots_instance_attachment` ### Terraform Configuration Files ```hcl resource "alicloud_ots_instance_attachment" "ots_instance_attachments" { for_each = local.vswitches instance_name = alicloud_ots_instance.ots_instance.name vpc_name = format("az%s", substr(each.value.zone_id, length(each.value.zone_id) - 1,...

### Affected Resource(s) `alicloud_ots_instance` Feature request: Support `policy` in the `alicloud_ots_instance` resource. See https://next.api.alibabacloud.com/document/Tablestore/2020-12-09/CreateInstance. Or support adding a policy via some new resource via e.g. https://next.api.alibabacloud.com/document/Tablestore/2020-12-09/UpdateInstancePolicy. Thanks!

Support setting build rules on ACR repositories (currently only `ACCELERATED_IMAGE` and the parameter `IndexImageOnly`).

We from time to time have connection reset errors when doing plan or apply from GitHub Actions. ``` Error: [ERROR] terraform-provider-alicloud/alicloud/resource_alicloud_ots_instance.go:190: [ERROR] terraform-provider-alicloud/alicloud/service_alicloud_ots.go:272: Resource xxx /v2/openapi/getinstance Failed!!! [SDK alibaba-cloud-sdk-go ERROR]:...