Sergey Kozlov

Results 5 issues of Sergey Kozlov

Motivation Current batch implementation can't be used with token aware host policy `PartitionedBatch` allows you to group batch queries by hosts which selected by token aware policy. Thereby we reduce...

Hi, this fix https://github.com/semrush/zenrpc/issues/26 didn't work with another type of recursive structs Code ```golang package main import ( "context" "flag" "log" "net/http" "os" "github.com/semrush/zenrpc" ) type MyModelWithRef struct { Model...

bug
parser

I run app with next env on osx ``` CGO_CFLAGS=-I/usr/local/opt/jpeg/include CGO_CFLAGS_ALLOW=-Xpreprocessor CGO_ENABLED=1 CGO_LDFLAGS=-L/usr/local/opt/jpeg/lib ``` Get an error on jpeg.Encode `JCS_EXT_RGBA is not supported (probably built without libjpeg-turbo)` thank you