#Loqiaaronpk: snarfed left you a message 4 days, 12 hours ago: webmention.io feature request: allow some safe html in comment content, e.g. links. right now it strips all tags. :/ …i guess i should file it in github. off to do that now!
#snarfed(i didn't write the code that generates my site's markup, so i'm not always the fastest to debug it)
paulcp joined the channel
#snarfedjust found a bug in my little unit test helper lib. one fn is supposed to compare lists, but if one list is a prefix of the other, it silently reports that they're equal.
#snarfedthe bugs been there for years. suddenly i'm scared for the correctness of all open source code i've ever written that uses that lib for tests. :(
#snarfedawesome! i'm jealous, your display is already better than mine. i only show individual RTs and likes, but i should eventually show counts like that too
#aaronpkwell now I need to update the list view cause the reposts really shouldn't look like full comments
#aaronpkI want to do it twitter-style where it's just the profile icon of everyone who has re-posted
#snarfedi could get twitter favorites from the REST API and send those too - i'm already sending FB likes - but twitter only exposes individual favorites in their streaming API
#aaronpkyou can create a test domain to send webmentions to, and use webmention.io to handle receiving them for you. even a local domain like test.dev that delegates to webmention.io should work
#bearsnarfed - I decided to solve it by creating a small set of python helpers since I'm also working to merge my personal data tool with my now-static post for POSSE work