Sergey Kozlov
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...
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
Hello, My WASM scripts handle large JSON data—often several megabytes—and produce even larger JSON files. I'm using [wazero](https://wazero.io/) as the runtime, but it's limited to 32 MB. I’ve encountered a...
Hello That large JSON couldn't be parsed correctly. It skips any element except one in `menu.groups` array [healthy-co.json](https://github.com/user-attachments/files/18393226/healthy-co.json) Model ```typescript import {JSON} from "json-as/assembly"; @json export class Name { value!:...