Isabel Atkinson

Results 9 comments of Isabel Atkinson

hmm you probably need to rebase this branch on main, it looks like #366 went in after this PR was created

ohh I see what the issue is, `chrono` must've just released a new version that deprecated some constants. I needed to run `cargo update` to see the lint errors locally....

Hi @kamulos, thank you for filing this issue! We've disabled the `chrono` feature flags affected by the CVE, but I understand that `cargo-audit` still errors regardless of this fact. The...

Hi @adminSxs, thank you for filing this issue! It looks like you're trying to query all documents with `_id` values contained in the `doc_ids` array; you may want to use...

Hi @brunobell, this change will be included in version 2.4.0. Feel free to follow RUST-1372 for updates on when that release will occur.

there's an unrelated clippy failure -- going to fix in a separate PR

Hi @whfuyn, thank you for raising these concerns. We plan to do a 3.0 release of the driver in the next few months, and we will reconsider our decision regarding...

Hi @seanpianka, thank you for bringing this to our attention! The only method from `take_mut` we use in the driver is `take` which does not appear to interact with `fill`,...

@qm3ster yeah that would be quite a major overhaul of our error API. 3.0 is very fresh so breaking changes will likely not happen again for a while. Also worth...