Alexey Palazhchenko

Results 348 comments of Alexey Palazhchenko

> It does use PR Titles out of the box I think they use merge commit subject lines, not PR titles. The difference is that PR's title and labels can...

Merging with existing CHANGELOG (and some minor tweaks) could be done manually. The new version's changelog could be rendered to the stdout. We would much prefer not to maintain one...

So `ref: "${{ github.event.pull_request.merge_commit_sha }}"` is the answer, and only the README.md (and possibly https://securitylab.github.com/research/github-actions-preventing-pwn-requests/) should be updated? Edit: I see that `github.event.pull_request.merge_commit_sha` is `null` for `pull_request_target` event: https://github.com/FerretDB/FerretDB/actions/runs/6309162567/job/17128566077?pr=3433 This...

> What happens when this commit is not available (e.g. in case of a merge conflict)? The pull_request_target event will still be triggered (in contrast to the pull_request event), so...

We are working on the next major version of FerretDB that should be compatible with Overleaf. It should be available in a few months.

> v1.0.0 release of go-humanize which is over 2 years old There is exactly one commit since v1.0.0: https://github.com/dustin/go-humanize/compare/v1.0.0...master I just sent PR that adds go.mod: https://github.com/dustin/go-humanize/pull/93 @dustin If you...

That should be solved by the upcoming 2.0

This issue is linked from `internal/types/document_test.go`

According to https://www.mongodb.com/docs/drivers/java/sync/current/compatibility/, Java driver 3.4 supports MongoDB 3.4 at most. FerretDB is compatible with MongoDB 5.0+. More specifically, MongoDB 3.6 introduced a new type of wire protocol message OP_MSG...