Maksim Bolgarin

Results 4 issues of Maksim Bolgarin

https://github.com/elastic/go-elasticsearch/blob/996ee1fe69ab40ad65795e48d125b6b4395b6ec3/esutil/bulk_indexer.go#L504 ``` if res.IsError() { atomic.AddUint64(&w.bi.stats.numFailed, uint64(len(w.items))) if w.bi.config.OnError != nil { w.bi.config.OnError(ctx, fmt.Errorf("flush: %s", err)) } return fmt.Errorf("flush: %s", res.String()) } ``` When you enter this if, you will...

Hello, I'd like to suggest adding gitbasher to the list. It's a simple bash utility that makes daily git workflow faster and less error-prone. I am a developer and I...

It is helpful when you do not have a Poller instance in the place of code where you handle lifecycle (but has the Bot instance of course) So you can...

I have created [logze](https://github.com/maxbolgarin/logze) — an slog interface implementation built on top of zerolog. It combines zerolog's high performance (with benchmarks included in the repository) with the standard slog interface...