benoit74

Results 1438 comments of benoit74

Originally, profile image was sourced from "ProfileImageUrl". This column seems to now systematically be blank in `Users` table of SO: https://data.stackexchange.com/stackoverflow/query/1840413 See also https://meta.stackexchange.com/questions/247032/missing-profileimageurl-for-many-profiles-in-stackoverflow-data-dump and https://meta.stackexchange.com/questions/390985/why-are-the-profileimageurl-in-the-data-dump-of-almost-all-stack-exchange-websit EmailHash were previously available...

If fact, there is something to do to not have broken image. We cannot have the proper gravatar anymore, but users should not be presented with broken images. The only...

Problem seems to be that `jidenticon.min.js` behavior is quite unstable. I created a very simple HTML file like this: ``` TED Talks ``` - `jdenticon.min.js` is sourced from https://raw.githubusercontent.com/dmester/jdenticon/3.1.0/dist/jdenticon.min.js -...

Maybe we should consider replacing jdenticon with something else: https://github.com/topics/identicons

I opened https://github.com/dmester/jdenticon/issues/54

I don't get why these two dependencies have not been updated in https://github.com/openzim/zimfarm/pull/929/files#diff-79894784fdfc47b6de005031fade95cffad4dd88f283e2f1957f6e23b9b165ab ... kind of a mistery why `pip list --outdated` pointed correctly other libs but not these two....

Oh and we would probably also need the item title. Is it possible as well?

Caddy logs do contain request and response headers by default (when using the proper structured format): https://caddyserver.com/docs/logging No tweaking needed, this is the default / recommended configuration. We will mostly...

There is basically two approaches from my understanding to detect "Package page" views for offspot/metrics, based on reverse proxy logs: - rely on content-type to decide that an HTTP request/response...

### Header naming I second idea of keeping the `X-` prefix, these headers will never make it to an international standard Regarding naming the header(s), we might also consider that:...