Alexander Clouter

Results 105 comments of Alexander Clouter

@AkechiShiro I see there are some earlier forks with useful work, but you have to remember, `htrefil/rkvm` is not *our* project its @htrefil so they get to decide what helps...

This would be a strange optimisation to do unless more than 50% of your User-Agent tests match the crawler list. This is because for non-crawer traffic *both* regex groups state...

Debian "bookworm" 12 here running `systemd-resolved` version 252.12-1~deb12u1 and I see the same. Like @EntityinArray, I find restarting it fixes it everytime. My `/etc/systemd/resolved.conf` is no more than: ``` [Resolve]...

Replaced here with `unbound`, `resolvconf` and `libnss-mdns`, 100% reliable and Just Works(tm).

I am 100% okay with the limit being 100MB (or even lower) but a serious problem is for V2 the [HTTP header `Expect: 100-continue`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/100) is ignored and assumes the client...

For reference, this is what I use: https://github.com/corememltd/Open-Measurement-JSClients/blob/externs/src/externs/omid-events.js Then my call out to the closure compiler is: ``` java -jar closure-compiler-v20190929.jar \ --warning_level=VERBOSE \ --language_in=ECMASCRIPT6 --language_out=ECMASCRIPT5 \ --strict_mode_input --dependency_mode=STRICT \...

Incase anyone else needs this, how I generate this file and the copy I am using can be found at: https://github.com/corememltd/Open-Measurement-JSClients/commit/b41379221321e23fbe42be298985f6b1613e1df4

Tagging would be helpful too and a move away from a single squashed commits for each release.

Probably something else as an expired token would return 403, a 500 error means the Azure Graph API went-out-to-lunch and that we should retry...rather than explode when retrying. Thanks for...

The response from Azure is timing out. It means we sent an HTTP request but have not received a response after a long period of time so we abort. This...