ghosti3

Results 17 comments of ghosti3

Build instructions also have to include extra dependencies that are used for dynamic linking.

@vbrandl v2.0 has been merged into main branch (#278) recently, but not yet published.

This is somewhat weird error as from the spec I found [here](https://exiftool.org/TagNames/EXIF.html) and it shows that orientation tag is `int16u` (which is a `short`). Wondering whether parsing EXIF data might...

@janhoy already working on back-porting his changes to v5.0 branch. Though I'm not really sure is my approach is a good one.

Is there any PR or branch where work has been started? I could take a look and maybe do some testing. If not, then maybe I could hack around and...

Fair enough. Thanks for the work you're doing. Feel free to ping if you need extra test subjects ;D

@rakearyo Could you update the link to Android Dev Docs?

I am also working on similar changes using `cargo clippy` but I for now am trying not to touch `main.rs` as I believe there should be a bigger refactor on...

Maybe a config file feature would be an option? Something like git config? This could allow people to configure default behavior the way they want it to be.

There is some crates.io, but this can be implemented using just std. But I guess the simpler solution would be as you said, just use shell aliases.