Neil Wei

Results 10 issues of Neil Wei

Suppose I have a method below, ```go func DoSomething(result interface{}) error { // write some data to result return nil } ``` so the caller can call `DoSomething` as following...

## Description While trying to delete a record by ID, via Destroy(), it will be great help for us to know the affected rows information instead of just success or...

proposal

HI, your project is awesome, I have a question about "google.golang.org/api/photoslibrary/v1" For official google photo API clients, it seems be removed (Ref: https://github.com/googleapis/google-api-go-client). Do you have any idea about this?

### Is there an existing issue for this? - [X] I have searched the existing issues ### Kong version (`$ kong version`) Kong 3.5 / go-pdk 0.6.0 ### Current Behavior...

task/bug

### Problem Statement When parent span injects baggage, otelgin seems not parse baggage information. ( https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/instrumentation/github.com/gin-gonic/gin/otelgin/gintrace.go#L70 ) ### Proposed Solution In https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/instrumentation/github.com/gin-gonic/gin/otelgin/gintrace.go, implement `baggage.FromContext(ctx)` and set it to it's span...

enhancement

執行程式後會直接 exception 噴掉,沒仔細 trace error code,想問一下是不是 pchome 改版後無法使用了,謝謝

### Is there an existing issue for this? - [X] I have searched the existing issues ### Kong version (`$ kong version`) Kong 3.5 & Kong 3.6 ### Current Behavior...

task/bug
pending author feedback
core/language/go
stale

這個插件很不錯,學習了。想請問該怎麼理解以下插件的限流條件呢?謝謝 是 header =[orderId1,orderId2,orderId3], or query=[orderId1,orderId2,orderId3] or body=[orderId1,orderId2,orderId3] 則限流嗎? ```json { "type": "header,query,body", "key": "orderId", "value": "orderId1,orderId2,orderId3" } ```

### What happened? I am running Jaeger-all-in-one with ElasticSearch 7 as the storage backend, recently I just upgraded the ES to OpenSearch 2.11, but it seems not supported yet? ###...

bug

Hi guys, I am new to Tink and I'm integrating Google Wallet to my project. Regarding this [document](https://developers.google.com/wallet/generic/use-cases/use-callbacks-for-saves-and-deletions), I can configure an endpoint that Google will callback to my server...