Karsten Sperling

Results 15 comments of Karsten Sperling

JSONKit only parses UTF-8, so the other encodings of the BOM definitely shouldn't be simply skipped.

Yes, that's what I've done now, after an afternoon of debugging, looking at hex dumps and trying different things. I just doubt the average user of a tool like eyeD3...

Of course that expectation only exists at the API level. I’m actually concerned with the command line tool. On the command line I didn’t request any particular encoding of the...

IIRC for iTunes you want v2.3 and ensure the image description is not empty (eg set it to “cover” or something like that). On Fri, 5 Jun 2020 at 07:19,...

Well, the current scaling of new cases / total cases normalizes the angle of the curve, but not the overall scale. So if you compare the curves of China and...

Put another way, I think an X axis of absolute case numbers is meaningful as long as cases are essentially localized -- if there's a handful of cases, it doesn't...

@aatishb Thanks for the thoughtful response, those are good points. I guess personally I've been looking at this from the point of view of a small country (I live in...

I'm not sure what you mean, the fact that "." is a regex meta character is exactly what my patch fixes by escaping each "." in the domain name as...

Ah, apologies, when I read your initial response on github somehow the markdown parser must have swallowed some of the backslashes. Just tried out your code, this seems to be...

Actually the issue seem to be with the pattern replacement, not grep itself, the following works on both platforms (extra backslash in the replacement): ``` grep --version; d=api.example.com; echo -e...