2019-04-19 UTC
[tantek] joined the channel
# 01:04 GWG If I am reading the Microsub spec correctly, like Micropub, it supports json and form encoded information.
# 01:04 GWG Is anyone doing json encoded, because the Yarns code isn't and seems to work with everything
[Michael_Beckwit, jjuran and eli_oat joined the channel
# 01:40 aaronpk GWG: what do you mean? In micropub, all requests are regular form encoded post requests and all responses are JSON
jjuran, iasai, [tantek], [eddie] and [Michael_Beckwit joined the channel
# 03:52 GWG aaronpk, Misread it. It said must not
ingoogni, KartikPrabhu, gRegorLove_, raucao, tomasparks, [jgmac1106], iasai, [frank] and [adamprocter] joined the channel; mblaney left the channel
# 12:44 [adamprocter] Thanks I’ll have a think. But one of the reasons to use vuex store was so data can be everywhere the store just talks to pouchdb
eli_oat and ingoogni joined the channel
# 12:59 [jgmac1106] if you are publishing a collection but every entry is by the same author do you display it in each h-entry?
# 13:24 [jgmac1106] thx...making a twitter moment waaay easier than making a collection of notes...
# 13:25 GWG I am wondering if I can help get Yarns Microsub 1.0 ready for Summit
# 13:36 [jgmac1106] what is the difference between rel="permalink" and rel="canonical"
snarfed, [schmarty], [Michael_Beckwit and jackjamieson joined the channel
stevestreza, snarfed, eli_oat, [Michael_Beckwit, eli_oat1, calumryan, gRegorLove_, [eddie], [tantek], [schmarty], chrisaldrich, KartikPrabhu, iasai, ingoogni and [cleverdevil] joined the channel
# 21:08 [cleverdevil] Hmm... I am wanting to put a toggle button on my website to allow people to flip between "light mode" and "dark mode."
# 21:09 [cleverdevil] I am using "@media (prefers-color-scheme: dark)" in a CSS file to detect dark mode preference from the OS.
# 21:10 [cleverdevil] Or am I better off doing some sort of JavaScript-fu to not include the "dark.css" resource?
snarfed joined the channel
# 21:17 aaronpk whoa github added a "social preview" section to repository settings so you can upload an image
# 21:17 aaronpk "Upload an image to customize your repository’s social media preview."
# 21:19 aaronpk just like i thought, it's not visible on the page either lol
# 21:19 Loqi [aaronpk] Monocle: Monocle is a reader app that talks to a Microsub server
[aaronpk] and [schmarty] joined the channel
# 21:21 KartikPrabhu [cleverdevil]: might be good to use CSS custom properties i.e. CSS variables. You can then switch the variables on the @media-query or using the toggle
[tantek] and [Michael_Beckwit joined the channel
# 21:24 [Michael_Beckwit i still like the idea of random color schemes for some reason
# 21:26 [Michael_Beckwit the color pairings would be planned so it’d all be readable
# 21:26 [Michael_Beckwit but just randomized in application 😄
# 21:26 KartikPrabhu [Michael_Beckwit: yeah CSS custom properties are also useful for themeing
# 21:29 KartikPrabhu [cleverdevil]: that article only does the media query part, but I am sure you can toggle the color similarly either in JS or using checkboxes and some CSS
# 21:33 sknebel [cleverdevil]: you can look at petermolnars site for an example implementation
snarfed and [grantcodes] joined the channel
# 23:40 [grantcodes] You can do checked but you still need to store it so it persists across page loads