Roel van Dijk

Results 21 comments of Roel van Dijk

@maxdemarzi What would that fix? I think we should first identify what the exact problem is. What are all those String objects?

> @rdvdijk I hope this PR will eventually reach maturity and get merged. Is there any blocker? I do not think there are any blockers, but discussion here kind of...

Ping @Nadahar and @drewnoakes . Today we ran into something similar: a difference in system timezone caused unexpected timestamps. This is something that could also be fixed by the changes...

Another approach could be to make the `Locale` configurable, has that ever been considered? Instead of depending on a globally set locale, all number formatting and date formatting would use...

We use `metadata-extractor` in a distributed environment, setting the `Locale` globally has undesired side-effects. One of our clients apparently configured a different global `Locale`, which resulted in unexpected behavior (in...

We're using the Java version. Thanks for the tip, we'll look into accessing the underlying data. I'll also to explore this idea of passing the locale across the library. If...

Hm, we might have to add AAC versions of the audio as well ..

Apparently MP3 should work on iPad, but it does not allow audio auto-play. Is there a workaround that still works?

Also see [this StackOverflow question](http://stackoverflow.com/questions/3009888/autoplay-audio-files-on-an-ipad-with-html5).

~~Let's see if we can rename `UnaryValueExpression` to `OneToOneValuExpression` and introduce a new `OneToManyValueExpression` to deduplicate code.~~ Let's see if we can rename `UnaryValueExpression` to `OneToManyValuExpression` and introduce a new...