Kornel
Kornel
I've computed MSRV for every version of every Rust crate. I've compiled all crates with all Rust versions after 1.18 (that's the oldest version I checked, because older Rust versions...
Addition of a new public API without bumping the minor version is very specifically called out as a violation of semver in the semver spec: > Minor version Y (x.Y.z...
I understand that dealing with borderline cases in semver is annoying, especially things involving changes in behavior, compiler compatibility, or changes to obscure parts of the API that probably nobody...
I'm not really advocating for anything new, merely reporting a bug in this crate's version. Cargo/crates.io already uses SemVer. Nothing about *this* specific issue should be controversial. Even Cargo-flavored relaxed...
Come on, you know that "you can fork it" is not a reasonable response when the issue is concerning crates fundamental to the crates.io ecosystem. [Let's move the discussion to...
I've cross-referenced https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html and `rustc --print target-cpus` Most of them match exactly. Below is the list of odd ones. The extra options on GCC side can be ignored (they're mostly...
I can confirm. "ファイルを読み込み" gets converted to "ファイル-を-読-み-込-み". Word separation is an alien concept in Japanese. "読-み" is especially incorrect, as it breaks a word in two. It would be...
I suggest always printing the version exactly as in `Cargo.toml`. For workspaces, the `-p package` could be used to specify exact path, otherwise the nearest `Cargo.toml` should be used (that's...
First, if you're resizing, it's very common for resized GIF to take much more space than the original. Resizing adds more soft edges and more colors, which are two worst...
It increases even without lossy? You must have a pretty well-compressed GIF to begin with.