oliverbestmann
oliverbestmann
I see that you have already updated to 1.43 a few month ago. It would be really nice if you could push out a release with that change:
I've added a `[target.target.x86_64-unknown-linux-gnu]` section to my `$HOME/.cargo/config.toml`. If i am now using cross to compile for a different target, say `cross build --target aarch64-unknown-linux-gnu`, the build picks up the...
`exif-rs` gives me `Truncated field value` while `exiftool` is fine reading the image. The image sha1 is `62e07a2e8c76cb6fb5e5cff70526b1e382eae423` 
 exif-rs tells me "Truncated IFD count" when reading exif data for this file, exiftool is fine and does not complain. Looks like github includes the original image, to be...
The book talks about how the directions of the outgoing reflection of light follows a lambertian distribution (normal + unit_circle). It then goes in to calculate the incoming ray based...
To support a Cut function, Alternative should fail for a fatal error and return it as is. I might be able to create a PR for that later today.