Alex Salt
Alex Salt
It is a problem. Also, importing state through `terraform import` does not import zookeeper hosts. And the shards are ordered by network zone, not by shard number which makes the...
According to call stack worker.starterLoop() should be called when we call `Topic().StartReader()`, but we do this only once in `main()` ``` goroutine 121 [chan receive, 1083 minutes]: github.com/ydb-platform/ydb-go-sdk/v3/internal/background.(*Worker).starterLoop(0xc0008697c0) external/gazelle~~go_deps~com_github_ydb_platform_ydb_go_sdk_v3/internal/background/worker.go:132 +0x97...
https://github.com/golang/protobuf/issues/759#issuecomment-593793968 Found this issue, says it was fixed, but the same behaviour reproduces on `google.golang.org/[email protected]`
Changing behaviour of golang `protojson.Unmarshal` can be a viable compromise, otherwise compatibility would break.
a simple snippet as an example: ```go db, _ := clickhouse.Open(&clickhouse.Options{ Auth: clickhouse.Auth{Username: "default", Password: "test"}, }) row := db.QueryRow(context.TODO(), "SELECT '{' as one, ':' as two, '}' as three...
https://github.com/ClickHouse/clickhouse-go/blob/main/bind.go#L63-L64 Also, a similar things happens with numeric args Positional args allow escaping with `\?`, and numeric don't allow escaping with `\$1`
resolved
Any news on fixing tests in `0.24.0` branch?
just in case someone hit the same problem: `gazelle:exclude some_dir/**/*_test.go` seems to do the trick of excluding test files from being generated into BUILD files