deathrow1|absnt, [tantek], [schmarty], geoffo, [Denver_Prophit], ludovicchabant, themaxdavitt, jbove, [aaronpk], nickodd and prologic joined the channel
#Loqiaaronpk has 63 karma in this channel over the last year (224 in all channels)
#prologicThanks again, I'll be back if I run into any more issues :)
KartikPrabhu and [fluffy] joined the channel; prologic left the channel
#aaronpkI really need to make a dark mode for monocle
KartikPrabhu, [chrisbergr], DanC, jeremy, [Rose] and prologic joined the channel; nickodd left the channel
#prologicHiya 👋 (again), just fyi https://github.com/jointwt/twtxt/pull/260 implements _very_ basic support for IndieAuth endpoint support for Twtxt.net and Twt.social pods in general (that use https://github.com/jointwt/twtxt). Thanks for the help! Its probably full of bugs and security holes, but the happy path works! 🤗
#Loqi[prologic] #260 Add support for IndieAuth endpoint
#Zegnatprologic: have you been implementing based on the W3C frozen version of IndieAuth or the living spec that is being tweaked to get ever close to OAuth 2.1?
#Zegnathttps://indieauth.spec.indieweb.org/ has a few more changes trying to streamline it for standard OAuth client libraries and in general getting rid of more moving parts. And will hopefully continue to do so.
#ZegnatThe W3C version is frozen. I think forever frozen unless the WG gets reactivated?
#prologicMy implementation is pretty basic though so I may not have to change much, based on cide review can you spot what I'd have to adapt/change to be compliant with the newer spec? (reading is tedious for me being blind et all)
[capjamesg] joined the channel
#ZegnatI can have a look at it this weekend prologic! I am pretty booked up with the dayjob and other things today
#ZegnatWarning that I am not a Go programmer, so I can only try to spot for things in the IndieAuth related flow
#GWGZegnat: I am hoping to close out my map failure and look at your notes this weekend too
#GWGVisvalingam–Whyatt didn't work better for me than Ramer–Douglas–Peucker and it is possible that I have no idea what I'm doing
#Zegnatprologic: I am ony not sure in as much as I am not sure what we need to do to be allowed to make any changes to the W3C published version :P I keep asking, and getting the answer, and then promptly forgetting it again.
#ZegnatI have been thinking a lot about IndieAuth tests too, aaronpk. Now that I am writing an AS again. Been looking into how I best write up automatic integration tests. E.g. for testing if the right OAuth 2.0 errors are returned
#ZegnatIt is a pretty long list of things I want to test for though, and that makes me not want to start at all *shame*
#sknebelit feels like at least parts of a testsuite could be made reusable
#sknebelnot sure on whats best practices for that though
[KevinMarks], gbmor, kitt, [chrisbergr] and jamietanna joined the channel
#jamietannaTools wise there are several choices, ie contract testing using something like Pact. Alternatively we could share the context not the implementation using Gherkin so although there will need to be language specific code, it follows the same steps
prologic and geoffo joined the channel
#prologicZegnat thanks! appreicate some eyeballs on what I've done!
#jackyI still wonder if it's even possible to build something (like a set of Web Components) that could be used as a "drop-in" for comment feeds (powered by Webmentions? a h-feed that's polled every two minutes?)
#KartikPrabhua webcomponent could pull-in webmetions from webmention.io right?