Donovan Preston

Results 5 issues of Donovan Preston

In the `FromRequest` implementations for `BsoBodies` and `BsoBody`, we invoke `and_then()` on the `Future` returned by another `from_request()` invocation. Now that Rust supports async/await, this is no longer idiomatic. Instead,...

5
good first bug
sync-modernization

As mentioned here https://github.com/mozilla-services/syncstorage-rs/pull/692#discussion_r455413777

cleanup
good first bug
bb8-followup

As mentioned in https://github.com/mozilla-services/syncstorage-rs/issues/224#issuecomment-533684764

p2
2

It would be nice to see the files sorted by amount of coverage. It might also be nice to leave off any files with 100% coverage (perhaps mentioning that the...

jQuery expects Document.ownerDocument to be null, and both Firefox and Chrome return null. dom.js depends on Document.ownerDocument being itself, and has a comment that says DOMCore requires it: ``` //...