Results 696 comments of daxpedda

> I don't think wgpu is responsible to handle the compilation process of multiple wasm binaries and browser feature detection. Although it's a feasible way to solve this issue, it...

My thinking was that maybe somebody is interested in this feature without the automatic upgrade. I was planning to implement the upgrade functionality as a filter, but if the feature...

Yeah, that sounds reasonable to me. I don't think I will even implement the opt-out, because personally I don't have a use-case, so we can do it when somebody requests...

> > My thinking was that maybe somebody is interested in this feature without the automatic upgrade. > > ah good question, but What would be the use case for...

> This would require a changelog parser i.e. like https://crates.io/crates/parse-changelog I'm a bit confused, I thought `cargo spellcheck` can already parse markdown files. In fact, using `cargo spellcheck CHANGELOG.md` works...

Personally for me that's overkill, considering that I didn't even encounter false-positives and have been using it on `README.md`s quiet successfully so far too with hunspell. If I do find...

Rebased. I guess this now depends on `elliptic-curve` 0.13.0-pre.0 being released.

Alright, good to know! I'm in no rush :).

I'm having an issue simply compiling `libavif` (v0.11.0 from crates.io): ``` = note: ld.lld: error: undefined symbol: SharpYuvComputeConversionMatrix >>> referenced by reformat_libsharpyuv.c:18 (/home/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libavif-sys-0.14.1/libavif/src/reformat_libsharpyuv.c:18) >>> reformat_libsharpyuv.c.o:(avifImageRGBToYUVLibSharpYUV) in archive /home/user/test-av1/target/debug/deps/liblibavif_sys-d6b741de7f38e7b1.rlib ld.lld: error:...

Thanks, can confirm it works now!