#dev 2020-12-12

2020-12-12 UTC
ShadowKyogre, [chrisaldrich], geoffo, [tantek], internerd and [KevinMarks] joined the channel; ShadowKyogre left the channel
#
[KevinMarks]
I can't sign into monocle with www.kevinmarks.com that delegates to indieauth.com any more. Did I SPOA myself?
#
[chrisaldrich]
ShadowKyogre, Aaron recently wrote up a significant post about the updates in IndieAuth that might help you: https://aaronparecki.com/2020/12/03/1/indieauth-2020 if you really want to dig there was a pop up session a couple of months back with video of the discussion around it.
#
Loqi
[Aaron Parecki] IndieAuth Spec Updates 2020
[tw2113_Slack_] and ShadowKyogre joined the channel; ShadowKyogre left the channel
#
ShadowKyogre
reading spec updates right now
sp1ff joined the channel
#
[KevinMarks]
I can log into indie login or aperture but not monocle
ShadowKyogre left the channel
#
aaronpk
I didn't think any of the changes I did were not backwards compatible but there's a lot of pieces
KartikPrabhu, ShadowKyogre, jacky, [chrisaldrich], schmudde, strugee, [schmarty], [KevinMarks], nickodd, geoffo and [jgmac1106] joined the channel; ShadowKyogre left the channel
#
[jgmac1106]
anyone around to help me with a Grid question, trying to help a student and I can't get her elements to align in the same grid row: https://glitch.com/edit/#!/portfoliowlcq
#
[jgmac1106]
this page
ShadowKyogre joined the channel
#
[jgmac1106]
just gonna define each row explicitly was gonna try to avoid
[schmarty] joined the channel
#
KartikPrabhu
[jgmac1106]: what is the issue?
#
KartikPrabhu
the first two rows seem like what you want?
#
KartikPrabhu
the issue seems to be that each img in your HTML has some "empty img" after it (probably an error in writing the closing img tag). So the grid assigns the column 2 to this empty image instead of the text you have
nickodd, [tantek] and [jgmac1106] joined the channel
#
[jgmac1106]
ahh thx I didn't catch that, yeah we kept working on it and it was an intro to grid for a student who took a liking to HTML, I had her just define explicit rows. ...thx for the catch
schmudde and gRegorLove joined the channel; nickodd left the channel
#
KartikPrabhu
[jgmac1106]: the way grid works is that it will auto arrange each element sequentially into rows and columns. If you didn't have the "fake" img tag I think the layout would have worked without explicit rows
[chrisaldrich] joined the channel