Kaitlin Mahar

Results 36 comments of Kaitlin Mahar

Hey @Zageron! At this time the driver does not support GridFS. This PR has been inactive for a while but we've left it open in case the original author or...

we currently have implementation of GridFS in progress (so far a sketch of the public API has been merged in #688), so I am going to close out this pull...

Hi @jackbbhua, can you please elaborate on what you are looking for? Our README has embedded a number of examples, as well as links to our [docs.rs](https://docs.rs/mongodb/latest/mongodb/) page which contains...

Thanks for the speedy and thorough response, @Lukasa! I'm only just catching up on what exactly OCSP is this week, so the clear definitions are very helpful. Some questions -...

Thanks very much for those clarifications! All you've said makes a lot of sense. I believe for our purposes in the driver what you propose supporting on the client side...

the evg failures don't seem related. also, I suppose we should probably backport this to the 2.3 branch and tag 2.3.2

Hi @decatur! The panic is expected given that you call `unwrap()` on the `Result`; this method returns an error if any of the individual writes fail. To avoid the panic,...

@decatur Good catch. The omission of the `inserted_ids` is definitely a bug, which I have filed RUST-1488 for. This should be a straightforward fix and I will make a PR...

Hi @dragosv, thanks for letting us know you'd like this feature! At this time I do not have an ETA for our implementation of this, but the relevant Jira ticket...

Hi @dotjon0, our current plan is to start implementation of this ~1 month from now.