Results 765 comments of daxpedda

I'm not a maintainer of Wgpu, but I thought it was non-obvious what exactly the issue was. In conclusion, I think this was a good exercise and as a result...

Just wanted to voice my support for this. A CI test would be great as well.

No. I will leave this to the experts to review.

> it's part of wasm threads proposal and usual stability caveats apply. Actually they have been part of the `simd128` target feature since [Rust v1.54](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1540-2021-07-29) and are perfectly usable on...

[`fnv`](https://crates.io/crates/fnv) is unmaintained, in the meantime the Rust ecosystem has largely moved towards [`hashbrown`](https://crates.io/crates/hashbrown), which uses [`ahash`](https://crates.io/crates/ahash) under the hood.

Seems to have been confirmed to be a Firefox bug. I'm not sure if tests here make sense because at the end of the day we can't do anything about...

I don't think we would change the bindings and we don't have any strict guarantees like that written down anywhere. In any case, if it really doesn't get fixed we...

This affects Web as well, I'm in favor of this! > Side-note: Android supports multiple windows, and once the backend crates handle that properly perhaps `Resumed` needs to be moved...

I've tried extensively to implement "Faster Complete Addition Laws for MontgomeryCurves" in `ed448-goldilocks` and couldn't get it to work. In the end I've even tried out a complete implementation in...