Daniel Aleksandersen

Results 238 comments of Daniel Aleksandersen

> I am not allowed to use it in the EU for legal reasons. […] If the avatars are switched on, the email address is compared directly with Gravatar. I...

In lieu of the massive Gravatar breach, I’ll implement a local identicon replacement not using email hashes.

I’m done. I’ll open a pull request once #311 is merged. I’ve added it as a new API that accepts a size and hash argument to generate SVGs. The generation...

> Great! That probably means that the table creation statement isn't quite compatible with MariaDB. It is compatible with MariaDB. HashOver creates the tables just fine as long as it...

> The changes look good, the only change I would make is to add a value for the `alt` attribute […] `alt` attributes are hard. Reading “Image, avatar” is meaningless....

SQLite, PostgreSQL, and others handles 2–4 bytes from `utf8` as per the Unicode standard. MySQL wanted to save RAM back in the day and normalized on `utf8` meaning 3-bytes instead;...

It’s working as intended. The A element isn’t on the allowed list of HTML elements, so it’s escaped. It says so underneath the comment form. So, you’re commenters know enough...

This could be a caching issue too. An intermediary cache/proxy/CDN/etc. could be caching a personalized/logged in page.

Another affected repository: https://datbase.org/dat://e71784fbaaac13e7a1b20ba39d8149b2ba893171204672575eab8b4fd0758ec3/contents/1382

OK, after some digging I found the problem. Directory listings only show files added in the latest revision that added any files to the directory. It doesn't show files that...