David Tolnay

Results 700 comments of David Tolnay

I would leave the repo with you. I don't expect XML to become a flagship Serde format (especially if no longer actively developed) and the link from https://serde.rs should make...

Makes sense, and I don't have a strong preference myself. I saw [this comment](https://users.rust-lang.org/t/is-it-good-practice-to-call-crates-hello-world-hello-world-or-does-it-not-matter/6114/2?u=dtolnay) from @steveklabnik and figured this would be a step toward tooling that reflects the conventions we...

The crates.io change was https://github.com/rust-lang/crates.io/commit/89bc5dd46435ec08113c82266ad16464d68d4710.

Reopened. I have also come to feel much more strongly about this in the past year.

FWIW I don't think this is worth caring about.

I don't know much about Debian but the `ahash` crate has caused no end of trouble in my own codebase too, so I am not surprised to see it implicated....

Buffering options: | buffer type | destination for small input | action when filled | |---|---|---| | none | directly to writer | N/A | | `SmallVec` | stack |...

Somewhere in `image`'s dependency graph, whatever was triggering this went away on March 14. I checked the GitHub Actions history of https://github.com/dtolnay/unicode-ident and I see this failure occur between March...

Fortunately, this is easy to narrow down: Looks like `ravif` is the only package that appears in both March 13 and March 14 but with different versions: 0.11.4 to 0.11.5....

I confirmed that the only difference between ravif 0.11.4 and ravif 0.11.5 is https://github.com/kornelski/cavif-rs/commit/d1577372a04a78f677fe94a91e0dba2df81f4f80. This situation is probably your root cause: ```toml [dependencies] rav1e = { version = "0.7", default-features...