↳
In-reply-to
»
All my newly added test cases failed, that movq thankfully provided in https://git.mills.io/yarnsocial/twtxt.dev/pulls/28#issuecomment-20801 for the draft of the twt hash v2 extension. The first error was easy to see in the diff. The hashes were way too long. You've already guessed it, I had cut the hash from the twelfth character towards the end instead of taking the first twelve characters:
β€ Read More
hash[12:] instead of hash[:12].
@lyse@lyse.isobeef.org Oops. π But yay, itβs working. π₯³