Jonas

Results 16 comments of Jonas

Thanks for your comments! I will then update the PR.

There is a JPEG comment, which is stored in the JPEG meta data along with width, height, depth information. This has nothing to do with Exif, XMP and IPTC metadata...

Ah, good catch! I looked at two different versions of the code and didn't even realize they are different. Apparently this behavior changed (again) from [0.12.1](https://gitlab.gnome.org/GNOME/gexiv2/blob/gexiv2-0.12.1/gexiv2/gexiv2-metadata-gps.cpp#L186) to [0.12.2](https://gitlab.gnome.org/GNOME/gexiv2/blob/gexiv2-0.12.2/gexiv2/gexiv2-metadata-gps.cpp#L268) (which now...

I prepared a PR to make altitude optional in `GpsInfo`. The following problem occurs: `set_gps_info` relies on `GpsInfo` having all the fields set and calls `gexiv2_metadata_set_gps_info`, which expects latitude, longitude...

Now that EDS support is here, what is needed to have this integrated into Gnome Online Accounts? I just started using the Etesync EDS plugin and it works perfectly so...

> The SweptVolume model describes the coupling between the thermo-fluid domain and the 1D mechanical domain. There is one volume and one piston with one position coordinate and one total...

I would prefer one of the following options: 1. Make `SweptVolume` extend `Modelica.Mechanics.Translational.Interfaces.PartialCompliant`, which would make it similar to a spring or damper with two ends that are moved relative...

Further, the `libstd` directory seems to be missing in nightly. This directory is used to validate the src path: https://github.com/racer-rust/racer/blob/a4bcf46c7a908eb53eeb69ec421c5ee44e879902/src/racer/util.rs#L535 So, I get the following error: ``` $ export RUST_SRC_PATH=~/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/...

I experienced this issue as well, took me a while to find out whats going wrong. Because it only happens if the debugger is not connected, it is a bit...

Thanks! Indeed it is possible, no idea how this could slip my attention and search. It also never occurred to me that filenames could be conditional. To be honest, and...