Sergei Makarov

Results 19 comments of Sergei Makarov

I'm very sorry for so many questions. But I have no idea, what I do wrong ``` const space = "user" type User struct { _msgpack struct{} `msgpack:",asArray"` //nolint: structcheck,unused...

I just want to implement pagination logic

@oleg-jukovec yes, i just checked it with fix. Thank you.

what is a main idea of this MR?

@DifferentialOrange If I want to user ssl in docker container, how I should fix it?

``` FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS build WORKDIR /build COPY . . RUN alpk update && apk add openssl && \ go build -o ./bin/app ./cmd/... ``` ``` # github.com/tarantool/go-openssl vendor/github.com/tarantool/go-openssl/net.go:25:7: undefined:...