2019-08-26 UTC
qotta_ joined the channel
# 00:01 [vendan] yeah, looks like python is keeping `7:00am`, and not changing it to `07:00am`
qotta_ and qotta joined the channel
JeanDiscord[m] joined the channel
# 00:43 [vendan] I might see about pulling some of it back in, but I'm a bit miffed about it being "clone and push new repo" and not just a "fork repo on github"
# 00:43 [vendan] but it's nifty to see it being up there as a "unofficial Google" whatever
# 00:47 KartikPrabhu lot of the parsers are now in the microformats org on github if you feel like adding the Go one to the list
[Michael_Beckwit and [tantek] joined the channel
# 02:49 [tantek] mf2py should be released with the img alt support *not* behind a flag. that's a worthy update
[vendan] joined the channel
# 03:26 [vendan] so, it's somehow working... better then it should be?
# 03:27 [vendan] but my mf2.andyleap.dev is now able to calculate a "base" set of data between all the parsers
# 03:28 [vendan] it's goal is basically the "base" should either be a superset or subset of all the outputs of the parsers
# 03:28 [vendan] (it can be a superset of one, and a subset of another)
# 03:32 [vendan] ok, figured out the flaw, now it should be working correctly
# 03:33 [vendan] I'll probably pull my parser out for now, cause it's throwing the results off a bit (cause it doesn't support various things)
# 03:36 [vendan] fun thing that means is it's even easier to check to see if the parsers are in agreement with each other about the test being wrong!
# 03:36 [vendan] just select the test and then hit parse. If they both flip back to blue, they agree with each other
ZapierDiscord[m] and [vendan] joined the channel
# 06:03 [vendan] the standard I've always followed for that kind of time display stuff is that HH means leading zero and H means no leading zero
# 06:04 KartikPrabhu yeah. the spec only uses the "HH" notation to demand that "12" be "00"
# 06:04 [vendan] this lines up with the minute, as MM -> 00, not 0, (though 7:0am would be a horrifying format to print for the time...)
# 06:06 KartikPrabhu actually, the spec does not even say to match a "H:MMam" so in some sense a "7:00am" value should be ignored!!
# 06:07 [vendan] `HH is the 24 hour "hours" in the time, from 00 to 24, with optional leading 0 for values less than 10.`
# 06:08 [vendan] I think that def. means allow `7:00am`, but the wording is a little confusing
# 06:08 KartikPrabhu yes. but the value-class-pattern spec lists a whole bunch of patterms to match but does not have any "H:MMam" in it
# 06:09 KartikPrabhu but I agree "7:00am" is valid and should be parsed as "07:00" and similarly a "7:00pm" should be parsed as "19:00"
gRegorLove joined the channel
# 06:15 KartikPrabhu so on the whole, apart from whitespace and datetime format stuff it seems mf2py is doing more than the tests want
# 06:17 [vendan] which is probably more on the "tests need to be updated" side, I think?
# 06:17 KartikPrabhu yeah, but the extra stuff mf2py is doing is not in the spec :P I have to find the issue/discussion for why that was put in :P
# 06:17 [vendan] there's also some that I think is still in flux, like the language/alternates stuff
# 06:18 [vendan] heh, I've been out of it for a bit over 4 now... đ
# 06:19 KartikPrabhu well then good to have you back. this tests vs parser site has been very useful :)
# 06:21 [vendan] I like the backend side of things... frontend, not so much
# 06:21 [vendan] (thank heavens bootstrap and similar stuff makes non-horrifying frontends somewhat closer to possible for folks like me)
# 06:23 [vendan] ehhh, I'm not a huge fan, and I just know I know enough css/js to cause mass havoc đ
# 06:24 [vendan] I tend to write a lot of TUI stuff for my personal use, web stuff like this is just more easily accessible on the internet and such
# 06:29 [vendan] it's one of the few really cross platform UI paradigms, cause basically every system has a terminal
# 06:30 [vendan] (there's electron and such, but I refuse to use anything that pulls that much extra cruft in)
# 06:31 [vendan] they tend to have a lot of keyboard shortcuts, but they can also have mouse based interfaces and menus and such like you might expect out of a GUI
gRegorLove joined the channel
# 06:32 [vendan] you can click `File` and it's got a menu that drops down with open/save/exit and such
[snarfed] joined the channel
[Rose] joined the channel
# 09:21 Zegnat Just a quick scrollback as I was mentioned: textContent has a strict and easy definition, KartikPrabhu, I think you were thinking of innerText
# 09:22 Zegnat innerText looks a lot more like what people may expect (with linebreaks kept inside <pre>, paragraphs looking like paragraphs, that sort of thing), but also depends on CSS specifications rather than just DOM (and HTML)
[grantcodes], [Rose], gRegorLove, qotta, [KevinMarks], [jgmac1106], galaxie, [tantek], [schmarty], [jackjamieson], [snarfed], bupkes, [vendan] and [Michael_Beckwit joined the channel
[fluffy], gRegorLove, [snarfed], [KevinMarks], [schmarty] and [Michael_Beckwit joined the channel