tamayika

Results 10 issues of tamayika

### Go version go version go1.22.0 windows/amd64 ### Output of `go env` in your module/workspace: ```shell set GO111MODULE= set GOARCH=amd64 set GOBIN= set GOCACHE=C:\Users\Owner\AppData\Local\go-build set GOENV=C:\Users\Owner\AppData\Roaming\go\env set GOEXE=.exe set GOEXPERIMENT=...

Currently, staticcheck can not analyze and panic `for range iter` with `GOEXPERIMENT=rangefunc` ```go package main import ( "iter" ) func main() { var ( iter iter.Seq[int] ) for _ =...

I know Builder respects Redis command argument order, but this is a little annoying in some situation. For example, please consider maxlen is set only when limit > 0 for...

enhancement
good first issue

**Client** Spanner **Environment** N/A **Go Environment** N/A **Code** e.g. ```go package main func main() { client, err := spanner.NewClientWithConfig(context.Background(), "", spanner.ClientConfig{ OpenTelemetryMeterProvider: metric.NewMeterProvider(), }) if err != nil { panic(err)...

priority: p2
api: spanner

**What version of protobuf and what language are you using?** Version: 1.34.2 **What did you do?** Compare embed message field. ```go // in testing/protocmp/xform_test.go t.Run("embed message", func(t *testing.T) { type...

closes #355 I added iter.Seq2 support for `HSET`, `HMSET`, `XADD` which have `FieldValue()` method. We must support `< go 1.23`, so we must split file to other files. It's hard...

closes golang/protobuf#1638 This fixes panics on comparison of message embed structs. Previously, message embed struct is treated as message. There were two problems. * When embed message is nil, panics...

### Steps to reproduce Link to live example: (required) Steps: 1. Run below component ```tsx function Sample() { const [expandedItems, setExpandedItems] = useState([]); return ( setExpandedItems((prev) => { prev.push("item1"); return...

bug 🐛
component: tree view

closes #146 Adding string utf-8 validation. This change makes vtprotobuf to align the other protobuf implementations.(e.g. protobuf-go, protobuf-cpp, etc)

### Context - [x] This issue is not a bug report. *(please use a different template for reporting a bug)* - [x] This issue is not a duplicate of an...

feature-request