2020-08-07 UTC
geoffo, sp1ff and [chrisaldrich] joined the channel
[manton], gRegorLove, [jeremycherfas] and JameySharp[m] joined the channel
gRegorLove and swentel joined the channel
# 07:43 Zegnat GWG: sorry for letting you down! Had a crazy week so far and have not had time yet to have a good sit down with the mf2 tickets!
dckc, moppy, [KevinMarks], KartikPrabhu, raucao, [pfefferle] and [jeremycherfas] joined the channel
# 12:42 GWG Zegnat: I was going to do it as well regardless
KartikPrabhu, dckc, [grantcodes], shoesNsocks, [Murray], [Rose], geoffo and [jgmac1106] joined the channel
# 15:07 jacky !tell sknebel I was looking into splitting out the IndieWeb stuff from Indigineous into the Android library this morning, pulled in the latest changes. Do you have a suggested route to take in terms of making it into a library?
# 15:07 Loqi Ok, I'll tell them that when I see them next
# 15:17 aaronpk varies based on the update frequency of each feed
anemoiac joined the channel
# 15:35 jacky nbd tbh I was curious about it (using it as my "testing" feed in this NativeScript [think React Native but without React and more MVVM stuff] app I'm toying with)
# 15:35 aaronpk it's all polling, and based on how often the feed changes it bumps it up or down polling tiers
[Nadja] joined the channel
nickodd, [Chaitanya], KartikPrabhu, gRegorLove, [MitchWagner], [snarfed], [chrisaldrich], [manton], [schmarty], [KevinMarks] and [tantek] joined the channel
# 17:52 Loqi [Nadja] has 1 karma in this channel over the last year (2 in all channels)
# 17:56 [Nadja] [tantek] probably a while before I'll be able to make any sense out of what's written here, but thanks for letting me play spectator for the time being!
# 17:58 [tantek] we're all here learning by spectating! half the time I'm skimming over things I don't quite get 💁♂️
# 17:59 [tantek] even something like setting up GitHub pages or talking about HTML and CSS is proper for this channel too.
# 18:02 [tantek] [Nadja] GitHub pages is a great way to get *something* on your domain while looking for another hosting service you like. That way your "homepage" is at least up & running while you figure out other things
[tw2113] joined the channel; nickodd left the channel
[schmarty], HbHighland2, [MitchWagner], [chrisaldrich], [snarfed] and prologic joined the channel
# 21:34 prologic Does anyone have or have access to a WIndows machine with some version of Internet Explorer? Would you be willing to help me test and debug https://twtxt.net/ For some reason posting is broken for the one IE user I have :)
# 21:50 Loqi sknebel: jacky left you a message 6 hours, 42 minutes ago: I was looking into splitting out the IndieWeb stuff from Indigineous into the Android library this morning, pulled in the latest changes. Do you have a suggested route to take in terms of making it into a library?
geoffo joined the channel
# 21:53 prologic sknebel thank you, I didn't know this!
# 21:54 prologic Searching for "Internet Explorer on macOS" didn't yield anything like this :)
# 22:03 gRegorLove prologic: visually it looks ok in IE11, did notice this error in console: SCRIPT1006: Expected ')' twtxt.js (13,687)
# 22:04 prologic ahh brilliant!
# 22:04 prologic so tehre is a JS bug!
# 22:04 prologic gonna take me a while to set these vms up
# 22:04 prologic even the download is taking hours
# 22:04 gRegorLove Handful of HTML warnings in there different lines, last one is: HTML1509: Unmatched end tag.
# 22:05 prologic No but that JS error might just make the button not work
# 22:05 prologic So much for graceful degradation eh
# 22:06 gRegorLove Let me know if you want me to look at anything else. I can try in Edge too
# 22:07 prologic wow L13 is a blank line
# 22:07 prologic You able to show me what IE think that line ie?
# 22:07 prologic you probably have a minified version from Cloudflare
# 22:10 gRegorLove It's right after the async in `.handle('submit',async e=>`, probably doesn't support =>
[Chaitanya] joined the channel
# 22:13 prologic This freelancer I hired from Upwork obviously doesn't understand browser compatibility :)
# 22:13 prologic neither does my brain :)
# 22:13 prologic this fancy arrow function shit drives me insane
# 22:14 prologic Okay that needs to be completely rewritten
# 22:14 gRegorLove I'm getting a bit more used to it in some Ionic App development. Nice thing there is I don't need to think about browser compatibility :)
# 22:14 gRegorLove But then occasionally I write some JS for the web and get caught by those IE11 edge cases
# 22:15 prologic Does IE support the fetch api?
# 22:15 prologic Or should I rewrite that too :)
# 22:15 prologic f**k its hard to get good help these days
# 22:15 prologic what's that saying... "if you can't something something, just do it yourself!"
# 22:16 gRegorLove Is it a nifty JS feature you want to use? IE11 probably doesn't support it. XD
# 22:16 gRegorLove I haven't used Fetch API so not sure what types of polyfills there are
# 22:17 prologic yeah no that's fine
# 22:17 prologic it just means I'm going to have to ensure no fanch JS ever gets into this project
# 22:17 prologic that means using the twix and serialize libs I have in place
# 22:18 prologic and no async or arrow funcs, or fetch
# 22:21 jacky it's safer to assume that IE doesn't support "X" since Microsoft's slowed (all but stopped) development on it
# 22:26 prologic Thank you so much for helping
# 22:27 gRegorLove So once IE dies off things will be "better" -- software monoculture aside, heh
# 22:28 gRegorLove yw prologic. ping me if you want me to try it out after updates
# 22:29 prologic as I can't test it obviously :) (yet)
[grantcodes] joined the channel
# 22:42 [grantcodes] Run it through something like babel to add polyfills for all the new js
# 22:46 prologic gRegorLove FormData is okay to use right?
# 22:46 prologic at least from what I'm reading IE 10+
# 22:50 prologic gRegorLove okay its redeploy with the fix
# 22:50 prologic you'll need an account to test properly I suppose
# 22:50 prologic that bug was all on the media upload form
[tb] joined the channel
# 23:13 gRegorLove Registered, tried to post "Testing" got "No post content provided!"
# 23:17 gRegorLove prologic, not sure if the cause, but there's <script>s after the </body>
# 23:20 prologic hmm that bug is going to be tough to fix/find
# 23:21 prologic oh wait hang on
# 23:21 prologic there's meant to be <script> tags after the body no?
# 23:21 prologic Or should it be inside the <body>?
# 23:22 prologic probably not the cause of the "No post content provided" though
# 23:23 prologic tbh I'm not even sure how you would get that error at all; that's coming from the backend itself
# 23:23 prologic and the form is submitted verbatim - as-is
# 23:23 prologic i.e: callling .submit()
[snarfed], [chrisaldrich] and anemoiac joined the channel
# 23:34 gRegorLove inside </body> afaik. IE11 is showing HTML warning for it (but not a script error)
# 23:34 gRegorLove Yeah, nothing popped out at me on the network tab when I submitted in IE11. HTTP 200 from the /post request
jjuran joined the channel
# 23:56 prologic Okay I'll shove 'em in the <body>