Alexey Palazhchenko

Results 348 comments of Alexey Palazhchenko

Great, let's investigate it during this sprint and then either do it or prepare it for estimation

> We could try finding a better way to generate a corpus for sjson fuzzing purposes. Or we could add a function `LoadDataDocuments` next to `LoadRecords` and use it in...

Correct. Currently, FerretDB does not store authentication or authorization information for any backend. For PostgreSQL, we use PostgreSQL's usernames and passwords: https://docs.ferretdb.io/security/authentication/. In SQLite, we don't even have that yet....

@b1ron, what is the issue number for that test?

@b1ron https://github.com/FerretDB/FerretDB/pull/2941#issuecomment-1638019632

It is very strange that `/etc/os-release` does not exist on Arch Linux. It is the very common and standard file: * https://www.freedesktop.org/software/systemd/man/os-release.html * https://man.archlinux.org/man/os-release.5.en Maybe the location is different and...

After reading http://0pointer.de/blog/projects/os-release, I think that instead of reading distribution-specific files, we should read two possible paths for distribution-independent files: `/etc/os-release` and `/usr/lib/os-release`. @kropidlowsky could you contribute a new PR?

> I ensured that PR title is good enough for the changelog. Please check what we have in the changelog now: https://github.com/FerretDB/FerretDB/blob/main/CHANGELOG.md

That's right, and we already should quote names everywhere. That's great!