Ximin Luo

Results 364 comments of Ximin Luo

This is the file after running the above `exiv2` command on it. ![test1](https://github.com/exiftool/exiftool/assets/78398/1b66909c-5b10-4ffd-b177-202046f4dd8c)

Ah right, thanks. I guess the "problem" then is that exiv2 doesn't do any conversion from dash to colon, whereas exiftool does. It's easy to miss when checking manually since...

I think it would be better to bump up invalid data to a "normal" or "high" warning severity and show it by default even outside of the validate option. By...

> Should src/atty actually match /src/*/*? No, \*/\* is pretty explicit about only matching 2 levels down. I think this would take it further away from the behaviour of git....

pre-commit.ci is complaining about these two files even though I didn't touch them in this PR: ~~~~ src/jinja2/nodes.py:138:30: B905 `zip()` without an explicit `strict=` parameter. src/jinja2/compiler.py:1350:29: B905 `zip()` without an...

Most Linux distros don't allow bundling in their system package manager, to avoid security-critical dependencies going out of date. If smuxi doesn't care about this and only cares about distributing...

This issue is about the smuxi-frontend-gnome .deb package. As a Debian user and developer that is what I care about. I don't care about snap or flatpak.

I can see why snap/flatpak is useful for some cases in particular if the team is active and on top of their security patches. Historically this has not been the...

Looks like the bitches over at GoPro changed the \t horizontal tab into a vertical \v tab. You can see this with `ffprobe -hide_banner -show_streams -show_data | less` displays a...

And they also added two spaces at the end of every name. `ffprobe -hide_banner -show_streams -show_data -of json` shows this more clearly. They are such pricks, lmao.