Alexey Palazhchenko

Results 348 comments of Alexey Palazhchenko

The same can be done for action steps. For example, given that composite action ```yaml name: 'Action name' runs: using: 'composite' steps: - name: Action step 1 run: go mod...

Let's re-check with the current dev version

There is also a [FerretDB](https://www.ferretdb.io) that could be [embedded into Go programs](https://pkg.go.dev/github.com/FerretDB/FerretDB/ferretdb). Currently, it depends on PostgreSQL for storing data, but we are also working on the SQLite backend. (I'm...

It seems that there is some license problem: https://pkg.go.dev/go.uber.org/zap/[email protected]/zapslog

And the blog post about slog is out too: https://go.dev/blog/slog

There is another tool that does this: https://github.com/nishanths/exhaustive

I think I would still prefer some other existing tool with customization

> One good feature of the current tool is that it uses PR titles, not commits. The new tool should have that feature too. It does not look like git-chglog...