Mahmoud Al-Qudsi
Mahmoud Al-Qudsi
A much nicer solution would have been to restrict crate names to a whitelist of characters that contains only one of those two symbols from day 1. Alas, time travel...
Just add this to `Cargo.toml`: ```toml [patch.crates-io] # Until a 0.4.x update is released for https://github.com/etemesi254/zune-image/issues/184 # and https://github.com/qarmin/img_hash/issues/19 zune-jpeg = { git = "https://github.com/etemesi254/zune-image/", rev = "add9ba71c9e29665ca65003ead12f85d25d763a7" } zune-core...
Your solution is better since there are other critical regressions in zune-jpeg that aren't even resolved yet. Fixing that one just meant I ran into this one non-stop: https://github.com/etemesi254/zune-image/issues/202
Nice find!
@jondot doesn’t rayon::scope() block until all spawned tasks have completed?
I think removing it makes the most sense. `crt-static` is not `static` and shouldn't come with the assumption that just because we're statically linking the runtime it means that all...
I don't think we can just remove static_flag() itself without breaking a decent amount of code. [It's used a decent amount](https://github.com/search?q=static_flag+path%3A**%2Fbuild.rs+language%3ARust&ref=advsearch&type=code) though as far as I can see it seems...
Thanks for the quick reply! I check in my `Cargo.lock` so I can actually answer that question. I've attached the diff of a commit from June 2nd, which was also...
Sure, that's doable. I've reverted the changes to `Cargo.lock` and made sure to install the binary with `--locked`. Note that I did have to upgrade the following packages as they...
Ok, it crashed with SIGSEGV, which is new. I'll try again with ASAN.