Alexey Palazhchenko

Results 348 comments of Alexey Palazhchenko

One (maybe stupid) option is to run `go list -json ./...` and parse the output, including `Deps` field. It also may be done only if at least one rule opted-in...

As funny as it sounds, GitHub recommends moving git tags for new releases. From https://docs.github.com/en/actions/creating-actions/about-custom-actions#using-tags-for-release-management > Move the major version tag (such as v1, v2) to point to the Git...

> If you tie it to v1 or to a git hash, you'll get that version of the github action forever What I tried to say is that this is...

@teivah any news? Anything we could help you with?

@adetunjii but what about MySQL backend support?

Ok, let's do it! 💪

FWIW, I think that context usage is underdocumented. For example: https://pkg.go.dev/github.com/jackc/pgx/[email protected]/pgxpool#New What canceling that context would do? Close all connections in the pool? Cancel the initial connection attempt only? Nothing?...

[Contributing guidelines](https://github.com/FerretDB/FerretDB/blob/main/CONTRIBUTING.md) should be a good start. We probably should hook into that target: https://github.com/FerretDB/FerretDB/blob/cdb6c36cb67406f361eb94f53d892f660742f76c/Taskfile.yml#L122-L126 Or make a new one