Oleg Pudeyev

Results 39 comments of Oleg Pudeyev

> In that case, can we go back to allowing a quickest exit possible, using q Enter (and without asking for confirmation)? I like this option.

Ping. I would like to test this patch.

Considering, for example, https://github.com/ffi/ffi/wiki/Features-at-a-Glance: - How to create C structs to pass to C code - How to reference fields in structs created by C code - Same for unions...

The react theme instructions (#451) also do not print a port number where one would find the web server, if they start a web server.

I would say any tutorial that ends with the app being rendered in a web browser would satisfy the requirements of a basic quick start.

I believe existing language already covers the proposal made in this PR. The "procedure" section starts with: > In the mongo shell, use rs.conf() to retrieve the replica set configuration...

@melkadze What operating system do you use?

This is an interesting idea. As an alternative, perhaps linking to each driver's documentation starting page would clarify that the version number applies to the driver and not to the...

Suggest closing per https://github.com/mongodb/docs/pull/3168.

Per https://docs.mongodb.com/manual/reference/read-concern-snapshot/ the snapshot read concern can only be used in transactions. It is technically possible to set read concern to snapshot globally, but if this is done all reads...