Thomas Ebert
Thomas Ebert
Is there any progress on this?
I just ran into this. A good first start would be to update the "legacy client" link on the website to something that actually works. Anyone knows in which repository...
I have a feeling this never worked, as the `chunk` param here is a `Buffer` and ends with a newline. We can create a patch like this to fix the...
@Gustrb Any update on your PR? This looks like a nice addition π
I agree, it sent me into a rabbit hole, where I tried to remove an attribute by using the `[attribute-name]` syntax, while the actual syntax is `@attribute-name` as specified under...
@likeconan It looks like most browsers can figure out the rotation by themselves. The `resetOrientation` method then reverts the correction. Is that possible? If you take this [example file](https://github.com/recurser/exif-orientation-examples/blob/master/Portrait_3.jpg): The...
Sounds like a useful feature π I don't have the resources to implement this currently. Everyone is welcome to contribute by adding features like this π Tell me if you...
Hi @stramag Absolutely no timeline on this, sorry :-(
Hey @oomtoo, thanks for reporting! π Yes, it could very well be because of the timezone. Generally, entries are saved in the database in UTC. When you use the filter,...
I second @devattendant's opinion: - I'd expect SQL to return the date in UTC, which is does - I have a suspicion the Android app fails to convert dates from...