Tim Rühsen

Results 203 comments of Tim Rühsen

Hm, -2 means ``` PSL_ERR_CONVERTER = -2, /* failed to open libicu utf-16 converter */ ``` Maybe your libicu is built without utf-16 support!?

I tested with libicu 74.2-1 from Debian experimental and I don't see any failing tests. ASAN and UBSAN where both enabled. Anyway, this doesn't seem to be an issue with...

> how is libidn2 added? vcpkg? I don't see this issue under MSYS2: > > [neheb/wrapdb#4](https://github.com/neheb/wrapdb/pull/4) We possibly need something slightly amended, like the first answer in https://stackoverflow.com/questions/3694723/error-c3861-strcasecmp-identifier-not-found-in-visual-studio-2008

Thanks for your contribution. It made me take another look at the use of strcasecmp. And it was just used to check if a string is not `utf-8`. I just...

> @rockdaboot isn't it because the number of samples could change from one request to another? No :) Opening the flyout doesn't create a new request. So the numbers should...

The ETag is a unique ID for the response content. If 2 different URLs have the same ETag, it means the response is identical. In that case, parsing or downloading...

You can of course use the good old `wget` - it ignores ETags completely. I am curious if that makes any difference to the number of files you are interested...

> Also, I updated my script to use wget2 over wget as wget2 is much faster. Sure. But maybe you can run your script only 1x with `wget` just to...

> That makes sense to skip files that are the same. However, I'm confused, in this case, why it is happening, as the pages are not duplicates, but nothing is...

Building works for me on Debian with libssl-dev:amd64 3.2.1-3