Results 10 issues of Felix Crux

We used to have this (tracked in https://github.com/felixc/rexiv2/issues/18, set up in https://github.com/felixc/rexiv2/commit/90ae678d6c39d56b1ea4c32344fd486e0b2fc250), but it had to be removed in https://github.com/felixc/rexiv2/commit/1aff63ed8e298a7e3614e09a972ca433fd1775f5 because the `travis-cargo` project we'd been using had broken ages...

infrastructure
good first issue

A few samples under `examples` would be nice and help with documentation, plus providing a minimal level of testing.

documentation
good first issue

By taking advantage of gexiv2-sys's optional `xmp-packet-access` feature (felixc/gexiv2-sys@56098a3), we can expose this functionality in rexiv2. This should be implemented as an optional feature.

feature
good first issue

Hi there, Maybe I'm missing it somewhere obvious; but I couldn't easily ascertain what license the code is released under. Maybe a note could be added to the documentation? Thanks!

I'm not an expert in Docker stuff, but I believe I've read that it's a good practice to run processes inside the container as a non-root user (defence in depth,...

enhancement
pinned

Bug report https://gitlab.gnome.org/GNOME/gexiv2/-/issues/53 points out that the older `gexiv2_metadata_set_gps_info` overwrites other GPS metadata fields as an undesired side effect. `gexiv2_metadata_update_gps_info` was added in gexiv2 version 0.12.1 from May 2020, and...

good first issue

gexiv2 0.12.2 from 2021-02-20 introduced a new set of functions that can return a proper detailed error structure instead of just logging the error to the console and returning `false`....

api change

Pango comes with a few different backends that are structured as separate libraries, but are really part of the bigger project. In particular, there's `libpangocairo`, `libpangoft2`, and `libpangoxft`. No bindings...

It would be wonderful (but not trivial!) to add support for starting the container+server via systemd socket activation. It would allow starting the server on-demand, while leaving it not running...

Thank you for this plugin, which helps keep our tests fast and safe! One piece of information that can still leak out even when using it, though, is DNS lookups....

enhancement
help wanted