2017-02-20 UTC
# 00:13 gRegorLove Digg Reader doesn't have that whitespace issue with either of our Atom feeds
KartikPrabhu, miklb and IRCFrEAK joined the channel
# 02:45 gRegorLove aaronpk: Does webmention.io return an HTTP 303 now, or did I do/encounter something odd?
# 03:06 dansup implementing activitystreams (1,2), ostatus, salmon, rss, atom, xrds, and a few more in a project. Its time consuming, but I hope to provide a modern alternative to gnu/social
# 03:08 dansup so it supports gnu/social, its a clone essentially
# 03:09 dansup pump.io, mastodon, tent, ect all use similiar protocols for federation
# 03:09 dansup a fediverse of self-hosted twitter clones :D
mblaney, tantek and madgoat joined the channel
# 06:17 KartikPrabhu wonders if aaronpk media fragment JS supports multiple videos/audios on one page?
# 06:19 miklb GWG I"m trying to dequeue the post kinds stylesheet and can't quite target it. Tried ('kinds') but that didn't work
# 06:23 miklb didn't work. Also noticing it's loading themecompat stylesheet, but I don't have that checked.
# 06:24 GWG I am taking that out due complaints
# 06:25 miklb I would have thought you'd only load that sheet if the option was checked.
# 06:26 miklb that's what the code says should happen. Odd
# 06:32 martymcguire[m] KartikPrabhu: it definitely interacts with all videos/audios in a page. for example, here's a page on my site with a bunch of old Vines. you can get them all to jump to a given time offset.
# 06:34 martymcguire[m] ooh interesting
# 06:34 martymcguire[m] i will have to look at that tomorrow.
# 06:36 martymcguire[m] KartikPrabhu: are you also seeing that same behavior on an individual post page?
# 06:38 miklb GWG since you are removing that guess doesn't matter, but for what ever reason, that isset is always false.
# 06:39 GWG Weird. I'm sure I tested that at the time.
# 06:40 miklb GWG I tried checking and unchecking, looked in DB, it's changing there, but only loads the compat stylesheet
# 06:42 GWG miklb: I just finished converting the retrieve button to use the REST infrastructure.
# 06:42 KartikPrabhu martymcguire[m]: feel free to see if I am around tomorrow and I can help you debug
# 07:06 miklb no, that seems normal. As far as the ! isset, I tested with just isset and it loaded the regular stylesheet.
# 07:08 GWG Well, I planned to redo the settings anyway
# 07:08 miklb I honestly am not good at reading serialized data
# 07:10 miklb but in my case, since I'm going to write my own CSS, deregistering/dequeueing it won't load either now.
cweiske and gRegorLove joined the channel
# 07:22 miklb but that's a good place to pause for the day. Made great progress.
tantek joined the channel
# 14:37 aaronpk KartikPrabhu: yeah it finds all video/audio tags on the page, because I couldn't think of any more "expected" behavior for the fragment to do when there are multiple
loicm_, KevinMarks and [kevinmarks] joined the channel
# 16:13 aaronpk also how do you know the person intended to have the time offset apply to the "main" one
# 16:18 Loqi Accelerated Mobile Pages - a quick reaction2015-10-07
[keithjgrant] joined the channel
# 16:22 [keithjgrant] I cannot for the life of me figure out how to format my MicroPub POST request using JavaScript fetch()
# 16:23 voxpelli [keithjgrant]: when you inspect the request, do you see the authorization header?
# 16:27 [keithjgrant] It's showing "authorization" as lower case but I don't think that should matter
# 16:29 [keithjgrant] Ooh, OK, that don't log a missing token error, should just be a matter of formatting the payload now
# 16:36 aaronpk if you're using tokens.indieauth.com, the docs are on that page
cweiske and KevinMarks joined the channel
# 17:18 [keithjgrant] 2. wait for the tab to be redirected to omnibear.com/auth/success with a `code` in the url params
# 17:18 aaronpk you need response_type=code if you are requesting a code
# 17:19 aaronpk also if you are trying to make a token that can post, you will need to request the "create" scope, so add scope=create
# 17:21 aaronpk without those, you are just doing the "id" half of the flow, which is why the micropub endpoint is rejecting the token, cause it wasn't created to allow posting content
# 17:25 Loqi aaronpk has 35 karma in this channel (1221 overall)
tantek, KevinMarks, [chrisaldrich], [kevinmarks] and [aaronpk] joined the channel
[dgold] joined the channel
KevinMarks and gRegorLove joined the channel
KartikPrabhu joined the channel