Vadim Alekseev

Results 16 comments of Vadim Alekseev

> As a workaround, you could name the field differently? I want to moq the pgx.Pool, https://github.com/jackc/pgx/blob/v4.15.0/pgxpool/conn.go#L83 I cannot name the field differently, except to make my own wrapper. Can...

@sashamelentyev, thanks for this contribution! Can we hardcode golangci-lint version in the Makefile too? For example: ``` .PHONY: lint lint: # installation: https://golangci-lint.run/usage/install/#local-installation golangci-lint run --new-from-rev=${UPSTREAM_BRANCH} ``` -> ``` .PHONY:...

is it a duplicate? https://github.com/ozontech/file.d/issues/103 I've been [working](https://github.com/ozontech/file.d/pull/124) on this, but there are a lot of conflicts. You can take it (again or based on this PR)

@sashamelentyev already started doing it: https://github.com/vadimalekseev/file.d/blob/196-setup-covecov/.github/workflows/codecov.yml :) it's not a problem to inject the config. The problem is to find people with full rights who could enable the bot in...

@sashamelentyev, if you want to help you can take this: https://github.com/ozontech/file.d/issues/200

Blocks on https://github.com/ClickHouse/ch-go#todo JSON isn't supported

@ythosa, hello! You can use BenchmarkLightJsonReadPar to check how the performance has changed. On mac m1 this bench showed following result: old: ``` BenchmarkLightJsonReadPar-8 1 2256751708 ns/op 643.06 MB/s 4825008...

Related issue: VictoriaMetrics/VictoriaLogs#67

Update: applied the optimizations made in MatchPhrase to MatchPrefix, updated benchmark results for both cases