#dev 2020-04-11

2020-04-11 UTC
[tantek] joined the channel
#
[tantek]
dmitshur++ for adding IndieAuth into the discussion and aaronpk++
#
Loqi
aaronpk has 61 karma in this channel over the last year (213 in all channels)
#
Loqi
dmitshur has 11 karma in this channel over the last year (13 in all channels)
#
[tantek]
well done kevinmarks
#
aaronpk
Yay stripe saw my tweet and refunded the fees
#
aaronpk
Stripe++
#
Loqi
Stripe has 1 karma over the last year
#
Loqi
yay!
#
jacky
woah!
[fluffy], lahacker, nickodd, geoffo and [prtksxna] joined the channel
#
GWG
Fixing HERE Map support for their new authentication scheme, and adding Geocoding support, and they have a weather API.
#
GWG
I'm on a location/weather/map API hunt
geoffo, gRegorLove_ and gRegorLove joined the channel
#
Loqi
ok, I added "https://plausible.io/blog/remove-google-analytics" to the "See Also" section of /Google_Analytics https://indieweb.org/wiki/index.php?diff=69449&oldid=46270
gxt, [LewisCowles], moppy, [Sadik_Shahadu], Mikaela, jamietanna, jeremych_, Giske, dmitry, loicm, [prtksxna], eddocsillDiscord, maparentDiscord[, jmank88Discord[m, [jgmac1106], jgmac1106, eshohetDiscord[m, TimeOnDiscord[m], nickodd, [Rose], geoffo and [snarfed] joined the channel
#
[snarfed]
written by a competitor
[chrisaldrich], KartikPrabhu and A5498-Guest-KW joined the channel
#
A5498-Guest-KW
So i heard this is where the sauce is made?
#
GWG
A5498-Guest-KW: Which sauce is that?
#
A5498-Guest-KW
the chicki alfredo sauce
#
GWG
Then no. But if you want to talk about secret website sauces...
#
A5498-Guest-KW
hmmm
#
A5498-Guest-KW
like
A5498-Guest-KW left the channel
#
[snarfed]
!tell dansup just fyi, i noticed a couple more small differences btw pixelfed's and mastodon's APIs. 1) status.in_reply_to_id is an int instead of a string, 2) account.created at: is int POSIX timestamp instead of ISO8601 string. lmk if you want me to file issue(s)!
#
Loqi
Ok, I'll tell them that when I see them next
fibonacchoz, allgoDiscord[m], TyphooNDiscord[m, SmileRobotDiscor, icaruszDiscord[m, babaitDiscord[m], AltFreqDiscord[m, sprayDiscord[m], carsonfarmerDisc, KartikPrabhu, geoffo and gRegorLove joined the channel; nickodd left the channel
#
aaronpk
Holy crap I think I broke XRay and only just now noticed because I was trying to push some new data into aperture
#
aaronpk
apparently I don't have tests for this tho? So weird
#
aaronpk
Actually that would explain why some of my channels have been quiet for a while
#
GWG
aaronpk: What was the break?
dmitry joined the channel
#
aaronpk
not quite sure yet
#
GWG
I'm always curious, as the developer of a similar product
[snarfed] joined the channel
#
[snarfed]
tests++
#
Loqi
tests has 14 karma in this channel over the last year (16 in all channels)
MateNic and garrettw joined the channel
#
aaronpk
so, turns out aperture was doing something that maybe wasn't officialy supported by xray?
#
aaronpk
but used to work at some point but then broke because there were no tests for that
geoffo joined the channel
#
jacky
magic
#
GWG
That's confusing
superkuh and jamietanna joined the channel
#
jamietanna
Something that's just tripped me up in Micropub's error states is how it returns `insufficient_scope` as a 401 (https://www.w3.org/TR/micropub/#error-response), opposed to https://tools.ietf.org/html/rfc6750#section-3.1 mostly expecting it to be a 403 (`SHOULD`) - what was the reasoning for this? It means unfortunately I'll have to work around using a battle-tested OAuth2 framework for Java to make it work in a spec-compliant way.