Alexey Palazhchenko

Results 348 comments of Alexey Palazhchenko

A better exemple coud be: ```go // Save provides a complex save method using third-party library with really long method names. func Save() { ... very long line of code...

Now, it _sometimes_ fails on code with generics. For example: ``` /home/runner/work/FerretDB/FerretDB/internal/util/telemetry/reporter.go:204:13: iter.Close undefined (type iterator.Interface[string, any] has no field or method Close) ```

https://pkg.go.dev/sync/atomic#pkg-note-BUG says: > On ARM, 386, and 32-bit MIPS, it is the caller's responsibility to arrange for 64-bit alignment of 64-bit words accessed atomically via the primitive atomic functions

Uh, sorry, I celebrated too early. It still fails with: ``` SSH_AUTH_SOCK= Connected to SSH Host - Please do not close this terminal channel 2: open failed: unknown channel type:...

Meteor fallbacks to polling when OpLog is not available. It is not suitable for many production deployments, but sometimes it is good enough. In that case, Meteor applications could work...

The first version with OpLog support is out! See https://github.com/FerretDB/FerretDB/releases/tag/v1.18.0

I think it should be done in several weeks. Unless, of course, someone will help us implement it.