Aleksandr Razumov

Results 142 comments of Aleksandr Razumov

I think that package name should be already in analysis context, but I'm not sure.

So, we can split benches in two categories: 1. Microbenchmarks based on go benchmark framework (testing.B) 2. End-to-end benchmarks I think both should be run twice (version with and without...

Probably it has something to do with https://github.com/golangci/gofmt handling of line endings. Am I correct that only `gofmt` is affected?

I want LowCardinality for ColBytes too, but I don't know how to fit it to current generic API. Probably an ad-hoc solution for this specific type would be ok?

I think it is time to support the `type` array.

Initial issue were resolved long time ago. Entities should be cached by client. You can use [gotd/contrib/storage#PeerStorage](https://pkg.go.dev/github.com/gotd/[email protected]/storage#PeerStorage) for that. For example, there are [pebble][pebble] and [redis][redis] storage implementations, but you...

Currently I'm waiting for https://github.com/open-telemetry/opentelemetry-go implementation of logging API.

Also structured logging proposal just got accepted: https://github.com/golang/go/issues/56345

:+1: Blocker for me, now using nginx+confd

Hi, I'm currently not working on this feature.