FlareFlo
FlareFlo
> Well, how is that a FanControl bug if the control is off? If it's off, there is no command sent to the driver to control the fan. I have...
> Do you have msi after burner running also? Make sure it's fan control is off. It is disabled
> **DO NOTE** This would make images much larger. Rendering the Linux kernel, for instance, already generates a PNG file that is around 2GB. Maybe chunking should be used to...
I stumbled on the same problem and found it was related to the windows mouse speed setting
Any temporary fix to this, such as conditionally disabling color on windows? Ive looked but not found a way to disable color for windows, unless i pull in regular eyre...
Still occurs with `Decoding(DecodingError { format: Exact(Avif), underlying: Some(Error(-11)) })` on `0.24.6`. There was a cheap "hack" mentioned in [the tracking Dav1d issue](https://github.com/rust-av/dav1d-rs/issues/64#issue-1204439978), is it possible to adopt said fix...
It might generally be a good idea to update dAV1d-rs, as the current version used by `image` was released [more than a full year ago](https://github.com/rust-av/dav1d-rs/commit/e3aba32db882372730cb6efb724a9f77ce55b7d5) (6.0 => 9.3). It appears...
Issue persists on Canvas backends with custom WASM project, might be related to the getter/setter of [bindgen implementation](https://rustwasm.github.io/wasm-bindgen/api/src/web_sys/features/gen_CanvasRenderingContext2d.rs.html#109)?
maybe make a wrapper function that does exactly that? the regular `relative_move `function seems pretty useless if it has such issue
awesome!