Andreas Runfalk

Results 13 issues of Andreas Runfalk

I added a basic CI job to make x86_64-unknown-linux-musl builds. It's based on ripgrep's CI (https://github.com/BurntSushi/ripgrep/blob/master/.github/workflows/release.yml). I've marked it as a draft since it doesn't trigger on releases yet and...

I had a look at the code to see how libsodium was used. What's your take on dropping libsodium in favor of a pure Rust implementation like https://github.com/typed-io/cryptoxide/? I don't...

enhancement
portability
performance

It'd be very useful to support the `develop` setuptools command. Projects using `pytest` pretty much expects this. Maybe this is already possible, but not documented?

I tried out the library with NEF files from my Nikon D7000. I have used [Geeqie](https://github.com/BestImageViewer/geeqie) before and I find that the images are much darker in rawloader: On the...

Currently the error type is `Err(String)` for most (maybe all) operations. This means you can't use this library with something like [anyhow](https://github.com/dtolnay/anyhow). I've heard good things about [thiserror](https://github.com/dtolnay/thiserror). Maybe that's...

Some image formats contain orientation information in the `Makernote` tag. Here's one example where the normal `Orientation` tag doesn't match the one in the `Makernote`: https://raw.pixls.us/getfile.php/346/nice/Sony%20-%20SLT-A99%20-%2014bit%20(3:2).ARW https://raw.pixls.us/getfile.php/346/exif/RAW_SONY_SLT-A99V.ARW.exif.txt Exiftool outputs the...

Hi! I'm interested in using Seed but I also need [Mapbox GL](https://docs.mapbox.com/mapbox-gl-js/api/)). I tried to look for that in the documentation, but there doesn't seem to be any mention on...

question

Test for code examples in the documentation are run in continuous integration through Sphinx, but it would be preferable to have them run when executing `pytest`.

enhancement
help-wanted

I reported my issue in #116, but it turned out to be another traceback for the problem. Enable `game_status` by running `account steam game_status true` in a control channel. Wait...

Addresses the following errors: ## Cargo test ``` $ cargo test Compiling bupstash v0.12.1 (/home/ante/dev/bupstash) error[E0599]: no method named `metadata` found for struct `fstx2::ReadTxn` in the current scope --> src/fstx2.rs:802:21...