Isabel Atkinson
Isabel Atkinson
Hi @icyield - unfortunately the extended JSON spec requires us to try to fit numeric values into the smallest type possible (see [here](https://github.com/mongodb/specifications/blob/master/source/extended-json.rst#special-rules-for-parsing-json-numbers)), so we cannot default numbers to 64-bit...
Hi @harmnot, please see my comment on your previous issue: https://github.com/mongodb/mongo-rust-driver/issues/1136#issuecomment-2183468826 Do you know where specifically in your code example your program is hanging? Additionally, if you're generally blocking on...
Apologies for the delay here - here is a [guide](https://www.mongodb.com/docs/drivers/rust/current/fundamentals/runtimes/#std-label-rust-runtimes-configure-sync) for using the sync API, as well as the [documentation](https://docs.rs/mongodb/latest/mongodb/sync/index.html) for the `sync` module.
Hi @harmnot, thanks for opening this issue! > but when I have loop case which mutable the transactional, and then got error from db ( specially validation, I accidentally made...
A new feature flag was added in #546 and will be released in 3.0, going to close this.
@abr-egn thank you 🙂
Hey @attila-lin, the minimum supported Rust version for `derive_more` is currently too high for this library (see #1185). Can you please check whether the other updated dependencies can compile on...
Hey @LinusU, thanks for opening this issue! To clarify my understanding, are the following correct? - The document in question _can_ be deserialized properly when you read it from your...
One more question: what is the generic type of the collection you're using for the query? Does the behavior change when using `Collection` or `Collection`?