Options:
Previous day, Next day
- # Session Start: Thu Sep 10 00:00:00 2015
- # Session Ident: #whatwg
- # [00:00] <MikeSmith> gsnedders: about namespaceHTMLElements=False, in that bug he makes it sound like it's sorta obvious how to do it. but I don't see where it's exposed
- # [00:00] <MikeSmith> I guess I need to read the docs more
- # [00:00] * Joins: ambv (~ambv@199.201.64.2)
- # [00:01] <gsnedders> MikeSmith: gimme a few mins
- # [00:01] <MikeSmith> that guy is somewhat Ms2ger/annevk-ish with regard to the brevity and enigmatic nature of some of his responses
- # [00:01] <MikeSmith> hai
- # [00:01] <gsnedders> oh, he's like that IRL too :)
- # [00:02] <MikeSmith> ah you met him
- # [00:02] <MikeSmith> would be nice to meet him some time. I guess he's in Germany somewhere?
- # [00:05] * MikeSmith suspects that Domenic is thinking about re-writing one of Hixie's perl scripts in python, hands him a box of tissue in preparation for the tears he's going to need to spend time wiping away
- # [00:05] <Domenic> yepppp
- # [00:06] <gsnedders> MikeSmith: yeah, forget where
- # [00:06] <gsnedders> MikeSmith: often at EuroPython
- # [00:08] * Joins: bradleymeck (~bradleyme@cpe-70-114-246-88.austin.res.rr.com)
- # [00:08] * Quits: kochi1 (~kochi@2401:fa00:4:1000:7d2f:aba5:7650:caa1) (Ping timeout: 244 seconds)
- # [00:09] * Joins: kochi1 (~kochi@2401:fa00:4:1000:12b:f036:c9bb:7cd3)
- # [00:09] <MikeSmith> y'all #whatwg python mavens make me want to be a better python hacker. I actually really like writing in python more than any other language, but I do very little of it
- # [00:16] * Joins: satazor (~satazor@av-217-129-134-240.netvisao.pt)
- # [00:28] * Joins: frivoal (~frivoal@softbank126142063093.bbtec.net)
- # [00:30] <TabAtkins> libxml2 is *not* installed by default. >_<
- # [00:30] <TabAtkins> But anyone willing to install Bikeshed has it. ^_^
- # [00:31] <TabAtkins> MikeSmith: Like `doc = html5lib.parse(text, treebuilder='lxml', namespaceHTMLElements=False)`
- # [00:31] * Quits: smaug____ (~chatzilla@a91-154-43-105.elisa-laajakaista.fi) (Ping timeout: 265 seconds)
- # [00:32] <MikeSmith> TabAtkins: I mean lxml interface to it
- # [00:32] * Quits: frivoal (~frivoal@softbank126142063093.bbtec.net) (Ping timeout: 244 seconds)
- # [00:32] <TabAtkins> Oh, dunno how html5lib invokes the lxml parser.
- # [00:32] <MikeSmith> http://lxml.de/html5parser.html
- # [00:33] <MikeSmith> yeah I know how (I even made a PR to patch the lxml sources) but I just don't see where it exposes it
- # [00:35] * Joins: benwerd (~benwerd@c-24-4-93-15.hsd1.ca.comcast.net)
- # [00:36] * MikeSmith resorts to re-reading teh sources
- # [00:37] * Quits: satazor (~satazor@av-217-129-134-240.netvisao.pt)
- # [00:42] * Quits: bradleymeck (~bradleyme@cpe-70-114-246-88.austin.res.rr.com) (Quit: bradleymeck)
- # [00:45] * Quits: benwerd (~benwerd@c-24-4-93-15.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [00:48] * Joins: benwerd (~benwerd@c-24-4-93-15.hsd1.ca.comcast.net)
- # [00:49] * Quits: ehsan_ (~ehsan@66.207.208.102) (Quit: Leaving...)
- # [00:52] * Quits: jeremyj (~jeremyj@17.245.28.82) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:57] * Quits: KevinMarks (~KevinMark@c-67-164-14-200.hsd1.ca.comcast.net) (Ping timeout: 260 seconds)
- # [01:04] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
- # [01:04] * Joins: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com)
- # [01:18] <MikeSmith> gsnedders: ↓
- # [01:18] <MikeSmith> $ cat test.py
- # [01:18] <MikeSmith> from lxml.html import html5parser, tostring
- # [01:18] <MikeSmith> parser = html5parser.HTMLParser(namespaceHTMLElements=False)
- # [01:18] <MikeSmith> print tostring(html5parser.fromstring("<html>", parser))
- # [01:18] <MikeSmith> $ python test.py
- # [01:18] <MikeSmith> <html:html xmlns:html="http://www.w3.org/1999/xhtml"><html:head></html:head><html:body></html:body></html:html>
- # [01:18] * Quits: Jayflux (~Jayflux@unaffiliated/jayflux) (Read error: Connection reset by peer)
- # [01:21] * Joins: seventh (seventh@207-207-21-126.fwd.datafoundry.com)
- # [01:33] * Joins: xiinotulp (~plutoniix@node-4fq.pool-125-25.dynamic.totbb.net)
- # [01:36] * Quits: plutoniix (~plutoniix@node-pk2.pool-180-180.dynamic.totbb.net) (Ping timeout: 264 seconds)
- # [01:39] <gsnedders> MikeSmith: hmm, okay, maybe not
- # [01:40] <gsnedders> MikeSmith: that should work, I thought?
- # [01:40] <gsnedders> and it looks like it should work
- # [01:40] <gsnedders> given **kwargs are passed through
- # [01:42] * Quits: jyasskin (jyasskin@nat/google/x-gxnwgwjmtjftvuiw) (Quit: My computer has gone to sleep. ZZZzzz…)
- # [01:45] * Joins: jyasskin (jyasskin@nat/google/x-fllitcoiwzjiaqft)
- # [01:45] <Krinkle> Is there a simple and reliable way to defer code execution until after window-onload if you don't know whether that event has happened already?
- # [01:46] <TabAtkins> MikeSmith: I'd think that would work, yeah. Confusing.
- # [01:46] <Krinkle> I can't for the life of me figure it out, short of polling performance.timing.loadEventEnd
- # [01:46] <TabAtkins> Krinkle: In the ideal future, we'll have a .ready() promise on document that reflects the onload event.
- # [01:47] <TabAtkins> This is why events are not the correct abstraction for single-occurence things.
- # [01:47] <Krinkle> yeah
- # [01:47] <Krinkle> I want jQuery document.ready for window.onload
- # [01:47] <Krinkle> basically
- # [01:49] <Krinkle> I would settle for a simple way to know whether it's "safe" to add an event listener to window.onload (e.g. has it already started), and then know to either schedule or inoke callback now
- # [01:51] <Krinkle> I just realised today that a fair number of Navigation Timing metrics werent' being delivered from browser clients using Wikipedia because the event logging code used window.onload
- # [01:51] <Krinkle> which sometimes had already happened :facepalm:
- # [01:59] * Joins: jeremyj (~jeremyj@17.245.31.132)
- # [02:01] <TabAtkins> Domenic: Any progress on document.ready promise?
- # [02:03] * Quits: jeremyj (~jeremyj@17.245.31.132) (Ping timeout: 246 seconds)
- # [02:13] * Quits: roc (~chatzilla@121.98.89.226) (Ping timeout: 255 seconds)
- # [02:17] * Quits: ccardona-work (~ccardona-@209.213.209.190) (Quit: ccardona-work)
- # [02:17] * Quits: ap (~ap@17.202.44.214)
- # [02:18] * Joins: ccardona-work (~ccardona-@209.213.209.190)
- # [02:19] * Quits: ccardona-work (~ccardona-@209.213.209.190) (Client Quit)
- # [02:21] * Quits: alrra (uid62345@gateway/web/irccloud.com/x-bultcwkkygjgqgzu) (Quit: Connection closed for inactivity)
- # [02:23] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
- # [02:26] * Quits: seventh (seventh@207-207-21-126.fwd.datafoundry.com) (Ping timeout: 244 seconds)
- # [02:26] * Joins: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com)
- # [02:30] * Quits: jwalden (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3) (Quit: ChatZilla 0.9.92-rdmsoft [XULRunner 35.0.1/20150122214805])
- # [02:31] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [02:36] * Quits: benwerd (~benwerd@c-24-4-93-15.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [02:37] <Domenic> TabAtkins: open an issue on html so we don't forget? Should be easy now that we can edit the spec, just need to line up a few implementers.
- # [02:40] * Joins: benwerd (~benwerd@c-24-4-93-15.hsd1.ca.comcast.net)
- # [02:43] * Joins: poosanth (textual@nat/ibm/x-zjmtmfbaomemyfpn)
- # [02:49] * Quits: myakura (~myakura@FL1-60-238-149-91.tky.mesh.ad.jp) (Remote host closed the connection)
- # [02:50] * Joins: myakura (~myakura@FL1-60-238-149-91.tky.mesh.ad.jp)
- # [02:51] * Quits: benwerd (~benwerd@c-24-4-93-15.hsd1.ca.comcast.net) (Remote host closed the connection)
- # [03:12] * Quits: tantek (~tantek@167.220.99.104) (Quit: tantek)
- # [03:24] * Quits: encryptd_fractal (~encryptd_@2601:449:8100:cad9:242b:10d8:7f:ed09) (Remote host closed the connection)
- # [03:30] * Quits: jyasskin (jyasskin@nat/google/x-fllitcoiwzjiaqft) (Quit: My computer has gone to sleep. ZZZzzz…)
- # [03:32] * Joins: bradleymeck (~bradleyme@cpe-70-114-246-88.austin.res.rr.com)
- # [03:33] * Joins: frivoal (~frivoal@softbank126142063093.bbtec.net)
- # [03:35] * Joins: KevinMarks (~KevinMark@142-254-34-169.dsl.dynamic.sonic.net)
- # [03:36] * Quits: hgl (~hgl@unaffiliated/hgl) (Max SendQ exceeded)
- # [03:36] * Joins: hgl (~hgl@unaffiliated/hgl)
- # [03:38] <MikeSmith> gsnedders: yeah there seems to be a bug in html5lib that's causing it to ignore namespaceHTMLElements=False
- # [03:41] <MikeSmith> gsnedders: tossing a sys.stderr.write("namespaceHTMLElements is %s \n" % str(namespaceHTMLElements)) into the HTMLParser constructor I see:
- # [03:42] <MikeSmith> namespaceHTMLElements is True
- # [03:42] <MikeSmith> namespaceHTMLElements is False
- # [03:43] * Quits: rxgx (uid22483@gateway/web/irccloud.com/x-qehtjsckwvwlxtea) (Quit: Connection closed for inactivity)
- # [03:45] <MikeSmith> and if I change the signature of the constructor to have namespaceHTMLElements=False instead of True, then it does work as expected (that is, html element goes into void namespace, and I finally get un-namespaced output when I serialize)
- # [03:46] * Joins: jdaggett_ (~jdaggett@61-121-216-2.dh-connect.net)
- # [03:54] * Joins: Goplat (~goplat@reactos/developer/Goplat)
- # [04:03] * Quits: igoroliveira (uid20755@gateway/web/irccloud.com/x-zoshkzpamwuytqwh) (Quit: Connection closed for inactivity)
- # [04:04] * Quits: myakura (~myakura@FL1-60-238-149-91.tky.mesh.ad.jp) (Remote host closed the connection)
- # [04:04] * Joins: myakura (~myakura@FL1-60-238-149-91.tky.mesh.ad.jp)
- # [04:05] * Joins: encryptd_fractal (~encryptd_@2601:449:8100:cad9:e1a7:288d:65b9:febb)
- # [04:05] <gsnedders> MikeSmith: huh?
- # [04:05] <gsnedders> MikeSmith: minimal TC with just html5lib and no lxml, plz?
- # [04:06] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
- # [04:10] * xiinotulp is now known as plutoniix
- # [04:12] * Quits: markg2 (~chatzilla@2606:6000:6044:1800:4d18:936a:56ca:ffe7) (Quit: ChatZilla 0.9.92 [Firefox 40.0.3/20150826023504])
- # [04:14] * Joins: roc (~chatzilla@2400:e780:801:232:2677:3ff:fece:dc64)
- # [04:44] * Quits: dbaron (~dbaron@2620:101:80fb:224:652c:7b9d:ae1c:732f) (Ping timeout: 246 seconds)
- # [04:45] * Quits: myakura (~myakura@FL1-60-238-149-91.tky.mesh.ad.jp) (Remote host closed the connection)
- # [04:45] * Joins: myakura (~myakura@FL1-60-238-149-91.tky.mesh.ad.jp)
- # [04:48] * Quits: myakura (~myakura@FL1-60-238-149-91.tky.mesh.ad.jp) (Client Quit)
- # [04:53] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [04:54] * Joins: markg2 (~chatzilla@2606:6000:6044:1800:5583:a789:4ec1:ec97)
- # [04:59] * Joins: ohaibbq (~ohaibbq@98.248.65.213)
- # [05:00] <MikeSmith> gsnedders: Hai
- # [05:02] * Joins: jyasskin (~jyasskin@173-228-80-34.dsl.static.fusionbroadband.com)
- # [05:03] * Quits: KevinMarks (~KevinMark@142-254-34-169.dsl.dynamic.sonic.net) (Ping timeout: 240 seconds)
- # [05:07] <annevk> Domenic: I updated the ruby parser commit and updated the commit message too
- # [05:13] * Quits: bradleymeck (~bradleyme@cpe-70-114-246-88.austin.res.rr.com) (Quit: bradleymeck)
- # [05:15] * Quits: spacenomad (~spacenoma@unaffiliated/spacenomad) (Remote host closed the connection)
- # [05:19] <annevk> Heh, whatwg/html is already more popular than whatwg/fetch
- # [05:19] <annevk> whatwg/streams is still miles ahead though
- # [05:32] * Quits: frivoal (~frivoal@softbank126142063093.bbtec.net) (Remote host closed the connection)
- # [05:33] * Quits: dlitz (~dwon@goedel.dlitz.net) (Remote host closed the connection)
- # [05:37] * Quits: poosanth (textual@nat/ibm/x-zjmtmfbaomemyfpn) (Quit: Textual IRC Client: www.textualapp.com)
- # [05:52] <gsnedders> hmm, there's no way to use idlharness.js to check document.all, because of the typeof checks
- # [05:52] * Joins: sicking (~sicking@c-98-210-157-231.hsd1.ca.comcast.net)
- # [05:54] * Quits: roc (~chatzilla@2400:e780:801:232:2677:3ff:fece:dc64) (Ping timeout: 244 seconds)
- # [05:55] * Joins: markg2_ (~chatzilla@2606:6000:6044:1800:380a:5fab:7165:6323)
- # [05:58] * Quits: markg2 (~chatzilla@2606:6000:6044:1800:5583:a789:4ec1:ec97) (Ping timeout: 246 seconds)
- # [05:58] * markg2_ is now known as markg2
- # [05:59] * Quits: ambv (~ambv@199.201.64.2) (Quit: sys.exit(0) # computer went to sleep)
- # [05:59] * Joins: dbaron (~dbaron@173-228-85-118.dsl.dynamic.fusionbroadband.com)
- # [06:08] * Joins: roc (~chatzilla@2400:e780:801:224:2677:3ff:fece:dc64)
- # [06:14] * Quits: encryptd_fractal (~encryptd_@2601:449:8100:cad9:e1a7:288d:65b9:febb) (Remote host closed the connection)
- # [06:14] * Joins: frivoal (~frivoal@softbank126142063093.bbtec.net)
- # [06:21] * Joins: tripu (~tripu@2001:200:0:8805:b17d:260e:f74a:1694)
- # [06:24] * Quits: ^esc_ (~esc-ape@178.115.130.143.wireless.dyn.drei.com) (Ping timeout: 264 seconds)
- # [06:35] * Joins: zdobersek (~zan@46.166.190.193)
- # [06:41] <MikeSmith> gsnedders: you sure?
- # [06:41] <MikeSmith> ah document.all
- # [06:45] * annevk wonders how familiar jgraham is with Fetch and how well he remembers his navigate adventures
- # [06:49] <annevk> MikeSmith: I'm a bit hesitant to update my local https://github.com/whatwg/html-build copy as it's unclear from the README.md how to preserve my local whatwg/html copy
- # [06:49] <annevk> MikeSmith: shall I file an issue?
- # [06:51] <MikeSmith> yeah
- # [06:51] <MikeSmith> it's not going to overwrite your existing repo though
- # [06:52] <MikeSmith> the only time it tries to clone the repo is if it doesn't find any existing one
- # [06:52] <annevk> MikeSmith: does it look for ../html?
- # [06:52] <MikeSmith> yeah
- # [06:52] <MikeSmith> only that
- # [06:52] <annevk> okay, so I guess I'm good then
- # [06:52] <MikeSmith> yes I think so
- # [06:53] * Joins: spacenomad (~spacenoma@unaffiliated/spacenomad)
- # [06:53] <annevk> ah, I do need to clean up old files somehow
- # [06:53] * Joins: spacenom_ (~spacenoma@unaffiliated/spacenomad)
- # [06:54] <MikeSmith> also fwiw if it makes a clone it only ever clones it into a subdirectory of the directory the build.sh script is in; that is, into your html-build dir
- # [06:54] * Joins: psy_ (~psy@43.224.156.108)
- # [06:55] <annevk> Hmm, I wonder why git reset --hard doesn't remove all the local files that are now supposed to be elsewhere
- # [06:56] <annevk> Isn't that the way to get rid of all kinds of uncommitted resources and such?
- # [06:57] * Quits: spacenomad (~spacenoma@unaffiliated/spacenomad) (Ping timeout: 246 seconds)
- # [06:57] <annevk> Ah, git clean -fd
- # [06:58] <annevk> "OK, looked in the /Users/annevk/GH/html directory and found HTML source there..."
- # [06:58] <annevk> Going well so far
- # [06:59] <annevk> MikeSmith: <3 those messages
- # [06:59] <MikeSmith> heh
- # [06:59] <MikeSmith> a little human touch there
- # [06:59] <annevk> It still works :-)
- # [06:59] <MikeSmith> annevk: git clean -fdx is what I usually do, fwiw
- # [07:00] <MikeSmith> heh
- # [07:00] <MikeSmith> good ✌️
- # [07:00] <annevk> Hopefully I no longer I have the problem of html-build/source and html/source getting confused
- # [07:00] <annevk> MikeSmith: did you see 🖖?
- # [07:00] <MikeSmith> you will not have that problem
- # [07:00] <MikeSmith> oh man
- # [07:00] <MikeSmith> wow
- # [07:01] <MikeSmith> no, dinnet now
- # [07:01] <MikeSmith> hober gotta love tha one
- # [07:01] <annevk> Got it from hober
- # [07:01] <MikeSmith> hahah
- # [07:01] <annevk> (obv)
- # [07:01] <MikeSmith> yeah
- # [07:01] <MikeSmith> I miss hober
- # [07:01] <MikeSmith> haven't talked with him for quite a while
- # [07:02] <terinjokes> MikeSmith: i started to get into the habit of `git clean -fdx` after publishing packages to npm for 6 months with my .idea folder included
- # [07:02] <MikeSmith> terinjokes: yeah if you're going to clean, you should, you know, clean
- # [07:18] <annevk> MikeSmith: the commit contains "TODO Move the following comment to the README.md file after we review."
- # [07:18] * Quits: jyasskin (~jyasskin@173-228-80-34.dsl.static.fusionbroadband.com) (Quit: My computer has gone to sleep. ZZZzzz…)
- # [07:20] * Joins: jyasskin (~jyasskin@173-228-80-34.dsl.static.fusionbroadband.com)
- # [07:20] * Joins: tantek (~tantek@72.165.49.2)
- # [07:32] * Quits: jyasskin (~jyasskin@173-228-80-34.dsl.static.fusionbroadband.com) (Quit: My computer has gone to sleep. ZZZzzz…)
- # [07:35] <MikeSmith> ah yeah
- # [07:35] * Krinkle is now known as Krinkle_
- # [07:35] <MikeSmith> will do that
- # [07:36] <MikeSmith> thanks for catching that
- # [07:46] <MikeSmith> annevk: fwiw I would prefer that we follow a policy that nobody ever push their own PRs to master unreviewed, ever
- # [07:46] <MikeSmith> no matter how small
- # [07:46] <MikeSmith> both for the build script and the source
- # [07:47] <annevk> MikeSmith: you mean no changes ever?
- # [07:47] <annevk> MikeSmith: maybe that is the best for this specification
- # [07:47] <MikeSmith> I think that is ideal
- # [07:47] <MikeSmith> yeah for the spec at least for sure
- # [07:48] <MikeSmith> everybody make mistakes sometimes
- # [07:48] <MikeSmith> always better to have a 2nd pair of eyes
- # [07:48] <MikeSmith> sanity check, etc
- # [07:48] <MikeSmith> anyway, https://github.com/whatwg/html-build/pull/22
- # [07:49] <annevk> Yeah makes sense, given that most writing PRs haven't written the text doesn't help either
- # [07:49] <annevk> MikeSmith: so yeah, I saw that, r+, but I guess I should merge it?
- # [07:59] * Joins: alrra (uid62345@gateway/web/irccloud.com/x-zfrivokxsgjyktzd)
- # [08:01] <MikeSmith> yes please
- # [08:09] * Quits: rego (~rego@66.193.27.77.dynamic.mundo-r.com) (Ping timeout: 260 seconds)
- # [08:09] * Quits: tripu (~tripu@2001:200:0:8805:b17d:260e:f74a:1694) (Read error: No route to host)
- # [08:10] * Joins: tripu (~tripu@2001:200:0:8805:b17d:260e:f74a:1694)
- # [08:13] * Quits: tripu (~tripu@2001:200:0:8805:b17d:260e:f74a:1694) (Read error: No route to host)
- # [08:13] * Joins: rego (~rego@66.193.27.77.dynamic.mundo-r.com)
- # [08:14] * Joins: tripu (~tripu@2001:200:0:8805:b17d:260e:f74a:1694)
- # [08:17] * Quits: rego (~rego@66.193.27.77.dynamic.mundo-r.com) (Read error: Connection reset by peer)
- # [08:17] * Quits: tripu (~tripu@2001:200:0:8805:b17d:260e:f74a:1694) (Read error: No route to host)
- # [08:18] * Joins: tripu (~tripu@2001:200:0:8805:b17d:260e:f74a:1694)
- # [08:18] * Quits: sicking (~sicking@c-98-210-157-231.hsd1.ca.comcast.net) (Quit: sicking)
- # [08:19] * Quits: tripu (~tripu@2001:200:0:8805:b17d:260e:f74a:1694) (Read error: No route to host)
- # [08:20] * Joins: tripu (~tripu@2001:200:0:8805:b17d:260e:f74a:1694)
- # [08:24] * Quits: tripu (~tripu@2001:200:0:8805:b17d:260e:f74a:1694) (Read error: Connection reset by peer)
- # [08:24] * Joins: rego (~rego@66.193.27.77.dynamic.mundo-r.com)
- # [08:25] * Quits: psy_ (~psy@43.224.156.108) (Ping timeout: 260 seconds)
- # [08:25] * Joins: tripu (~tripu@wifi-139-233.sfc.wide.ad.jp)
- # [08:28] * Quits: terinjokes (~terinjoke@wikinews/Terinjokes) (Excess Flood)
- # [08:28] * Joins: terinjokes (~terinjoke@wikinews/Terinjokes)
- # [08:37] * Quits: roc (~chatzilla@2400:e780:801:224:2677:3ff:fece:dc64) (Ping timeout: 246 seconds)
- # [08:37] * Joins: SteveF_ (~chatzilla@2E6B6683.dsl.pool.telekom.hu)
- # [08:38] <SteveF_> annevk: domenic: as pre hixies feedback on ARIA section update, have removed the whole section and updated PR
- # [08:38] * Quits: capella-s3 (~yaaic@cpe-24-59-243-39.twcny.res.rr.com) (Read error: Connection reset by peer)
- # [08:39] <MikeSmith> hey SteveF_
- # [08:39] <SteveF_> hi
- # [08:40] <MikeSmith> I reckon Domenic and Hixie are away but annevk is here
- # [08:40] <SteveF_> OK
- # [08:44] <annevk> SteveF_: I guess it might still be good to <ref> the various ARIA specifications
- # [08:44] <annevk> SteveF_: or perhaps group them all under the [ARIA] banner?
- # [08:44] * Quits: Goplat (~goplat@reactos/developer/Goplat) (Remote host closed the connection)
- # [08:45] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [08:46] * Quits: dbaron (~dbaron@173-228-85-118.dsl.dynamic.fusionbroadband.com) (Ping timeout: 240 seconds)
- # [08:46] <SteveF_> annevk: I think it is worthwhile pointing implementers to the other specs, but seems like hixie didn't
- # [08:47] <SteveF_> annevk: " under the [ARIA] banner" where? also not all are ARIA specs notably HTML acc API spec
- # [08:49] <annevk> SteveF_: well, "This is redundant with the referenced specs." would no longer be true if we didn't reference anything, would it?
- # [08:49] <SteveF_> annevk: I could add the section back with the references
- # [08:50] <SteveF_> refernces only that is
- # [08:50] <annevk> SteveF_: I meant that the text keeps it <ref spec=ARIA> and that the references section includes the various specifications under that banner, similar to what is done for HTTP
- # [08:53] <annevk> SteveF_: and apologies for making this take so long, I was obviously not experienced enough to review that
- # [08:54] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Remote host closed the connection)
- # [08:54] <annevk> SteveF_: still a bit early days trying to maintain HTML
- # [08:55] <SteveF_> annevk: no problem
- # [08:59] * Quits: tripu (~tripu@wifi-139-233.sfc.wide.ad.jp) (Quit: Leaving)
- # [09:00] * Joins: tripu (~tripu@2001:200:0:8805:b17d:260e:f74a:1694)
- # [09:01] <SteveF_> annevk: have pushed update to ARIA section PR that just has very brief references to the 2 relevant specs
- # [09:02] <SteveF_> annevk: will wait to see how that goes down
- # [09:04] <annevk> SteveF_: did you intentionally leave the list of roles and list of aria-* attributes in source?
- # [09:05] <SteveF_> annevk: form the other section? I haven't looked at that bit yet thats as it was
- # [09:05] <SteveF_> annevk: not added or edited by me
- # [09:06] <MikeSmith> yeah I think we need to keep those
- # [09:06] <MikeSmith> I don't think there is a conflict in keeping them
- # [09:06] <MikeSmith> that section is not defining any requirements around them
- # [09:07] <MikeSmith> it's basically just stating that they exist and are a part of the language
- # [09:07] <annevk> It also has "The terms strong native semantics is used as defined in the ARIA specification. The term default implicit ARIA semantics has the same meaning as the term implicit WAI-ARIA semantics as used in the ARIA specification." which wouldn't really be relevant anymore
- # [09:07] * Quits: ohaibbq (~ohaibbq@98.248.65.213) (Quit: Leaving...)
- # [09:07] <MikeSmith> hmm yeah
- # [09:07] <SteveF_> what i said previoulsy is I would do a PR at some point to update the links there as they currently point to ARIA 1.0
- # [09:08] * Quits: spacenom_ (~spacenoma@unaffiliated/spacenomad) (Remote host closed the connection)
- # [09:08] <SteveF_> annevk: so should i remove "The terms strong native semantics is used as defined in the ARIA specification. The term default implicit ARIA semantics has the same meaning as the term implicit WAI-ARIA semantics as used in the ARIA specification."?
- # [09:10] <annevk> I'm not a 100% sure, but it seems like it
- # [09:10] <SteveF_> OK
- # [09:11] <annevk> I would prefer it if we reworked all of ARIA in a single commit in the end
- # [09:11] <MikeSmith> yes please
- # [09:11] <MikeSmith> squash
- # [09:11] <annevk> I can take care of squashing your work, but if you have any other changes planned please make them here I think
- # [09:11] <annevk> And then hopefully we can get Hixie to review when he wakes up and make this happen
- # [09:14] <MikeSmith> Edge team just changed srcdoc to "under review"
- # [09:14] <MikeSmith> https://dev.modern.ie/platform/status/iframesrcdocattribute/
- # [09:14] * Joins: encryptd_fractal (~encryptd_@c-24-7-238-5.hsd1.mn.comcast.net)
- # [09:14] <MikeSmith> it was previously "no status"
- # [09:15] <annevk> srcdoc is one of the things that makes navigate complicated
- # [09:16] <annevk> I didn't realize this until today or so, but "navigate"'s input is "a new resource"
- # [09:16] <annevk> And that means much more than a URL
- # [09:18] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [09:19] * Quits: encryptd_fractal (~encryptd_@c-24-7-238-5.hsd1.mn.comcast.net) (Ping timeout: 244 seconds)
- # [09:21] * Joins: capella-s3 (~yaaic@cpe-24-59-243-39.twcny.res.rr.com)
- # [09:23] <SteveF_> annevk: pushed update with that text removed and links to aria attributes updated to point to latest spec
- # [09:23] <SteveF_> annevk: so that should be it
- # [09:26] * Quits: tantek (~tantek@72.165.49.2) (Quit: tantek)
- # [09:26] <MikeSmith> annevk: yeah that "navigate" stuff needs some attention
- # [09:27] <annevk> SteveF_: ta
- # [09:27] <annevk> SteveF_: almost 1% of line savings
- # [09:28] <SteveF_> annevk: is that good?
- # [09:29] <annevk> SteveF_: I think so, although it's somewhat sad to have a core part of HTML defined elsewhere
- # [09:32] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [09:33] <SteveF_> annevk: at least its defined somewhere :-)
- # [09:34] * Joins: calvaris (~calvaris@fanzine.igalia.com)
- # [09:41] * Joins: Sendoushi (~Sendoushi@bl6-108-46.dsl.telepac.pt)
- # [09:42] * Quits: frivoal (~frivoal@softbank126142063093.bbtec.net) (Read error: Connection reset by peer)
- # [09:42] * Joins: frivoal (~frivoal@softbank126142063093.bbtec.net)
- # [09:44] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: The deeper I go / the deeper I go / green mountains - Santoka)
- # [09:46] * Quits: mpt (~mpt@canonical/mpt) (Remote host closed the connection)
- # [09:48] * Joins: JoWie (uid93456@gateway/web/irccloud.com/x-sitkzouwlzygidiv)
- # [09:49] * Quits: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr) (Excess Flood)
- # [09:49] * Joins: mpt (~mpt@canonical/mpt)
- # [09:50] <zcorpan> Ms2ger: r? https://critic.hoppipolla.co.uk/r/5785
- # [09:52] * Joins: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr)
- # [09:57] * Quits: globbot (~logbot@lump.glob.com.au) (Ping timeout: 250 seconds)
- # [10:02] <Ms2ger> nox, r? ^
- # [10:04] * Joins: Somatt_wrk (~somattwrk@62.23.247.114)
- # [10:05] * Joins: globbot (~logbot@lump.glob.com.au)
- # [10:06] * Quits: eric_carlson (~ericc@c-24-6-239-9.hsd1.ca.comcast.net) (Ping timeout: 244 seconds)
- # [10:06] <nox> Ms2ger: Of what?
- # [10:07] <Ms2ger> https://critic.hoppipolla.co.uk/r/5785
- # [10:14] <annevk> It seems to me that navigating back to an about:srcdoc document is not as well-defined as it should be
- # [10:15] <annevk> Or maybe I missed something and those cannot end up in session history anyway?
- # [10:15] <annevk> I didn't actually check that...
- # [10:16] <nox> Ms2ger: Oh, the tests fail because they are wrong?
- # [10:16] <Ms2ger> I dunno
- # [10:18] <Ms2ger> That's why I'm delegating :)
- # [10:18] <nox> The spec does reject most things in a frameset.
- # [10:18] <annevk> nox: see https://www.w3.org/Bugs/Public/show_bug.cgi?id=29041 for context
- # [10:20] * Joins: spacenomad (~spacenoma@unaffiliated/spacenomad)
- # [10:26] <nox> Ms2ger: LGTM
- # [10:36] * Joins: eric_carlson (~ericc@c-24-6-239-9.hsd1.ca.comcast.net)
- # [10:37] * Joins: roc (~chatzilla@121.98.89.226)
- # [10:37] * Quits: globbot (~logbot@lump.glob.com.au) (Ping timeout: 250 seconds)
- # [10:38] <zcorpan> it's over 9000!!!
- # [10:39] <zcorpan> nox: ty
- # [10:41] * Joins: globbot (~logbot@lump.glob.com.au)
- # [10:54] <jgraham> annevk: I remember a little about navigation, but know very little about fetch
- # [10:54] * Quits: SteveF_ (~chatzilla@2E6B6683.dsl.pool.telekom.hu) (Quit: ChatZilla 0.9.92 [Firefox 40.0.3/20150826023504])
- # [10:54] * Joins: schalkneethling (~Adium@dsl-197-245-170-253.voxdsl.co.za)
- # [10:55] * Quits: tripu (~tripu@2001:200:0:8805:b17d:260e:f74a:1694) (Quit: Leaving)
- # [10:57] <annevk> jgraham: I guess have to start from scratch then
- # [10:58] <jgraham> annevk: Wat are you trying to do?
- # [10:58] <annevk> jgraham: integrate the two
- # [10:59] <Ms2ger> Sounds like we should ship you plenty of hard liquor, then
- # [10:59] <jgraham> iirc the parts of navigation that actually fetch documents are super-handwavy at the moment
- # [10:59] <jgraham> "do some magic until you have some bytes"
- # [11:01] <annevk> https://twitter.com/zcorpan/status/641898714471206912 :-)
- # [11:02] <annevk> jgraham: there's a lot of handwavy stuff going on unfortunately
- # [11:03] * Joins: howdoi (uid224@gateway/web/irccloud.com/x-aiohnmmkqcwpvxkp)
- # [11:05] * Quits: globbot (~logbot@lump.glob.com.au) (Ping timeout: 264 seconds)
- # [11:05] * Joins: wilsonpage (~wilsonpag@217.111.161.212)
- # [11:07] * Joins: globbot (~logbot@lump.glob.com.au)
- # [11:07] <annevk> Ms2ger: that might just make it worse :-)
- # [11:08] <annevk> Ms2ger: good tea is welcome though
- # [11:08] * Quits: wilsonpage (~wilsonpag@217.111.161.212) (Read error: Connection reset by peer)
- # [11:09] * Joins: wilsonpage (~wilsonpag@217.111.161.212)
- # [11:13] * Quits: roc (~chatzilla@121.98.89.226) (Ping timeout: 264 seconds)
- # [11:13] * Joins: roc (~chatzilla@121.98.89.226)
- # [11:14] * Quits: globbot (~logbot@lump.glob.com.au) (Ping timeout: 268 seconds)
- # [11:16] * Joins: globbot (~logbot@lump.glob.com.au)
- # [11:17] <jgraham> Speaking of tea…
- # [11:19] * Joins: ^esc (~esc-ape@77.119.128.204.wireless.dyn.drei.com)
- # [11:30] * Quits: ^esc (~esc-ape@77.119.128.204.wireless.dyn.drei.com) (Ping timeout: 264 seconds)
- # [11:31] * Joins: ^esc (~esc-ape@178.165.130.141.wireless.dyn.drei.com)
- # [11:37] * Joins: jahman (~woops@129.175.204.73)
- # [11:38] * Joins: adactio (~adactio@212.42.170.121)
- # [11:39] * Joins: espadrine (~tyl@213.152.2.4)
- # [11:43] * Joins: yoav_ (~yoav@37.163.17.197)
- # [11:44] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Ping timeout: 264 seconds)
- # [11:49] * Joins: espadrine_ (~tyl@213.152.2.4)
- # [11:49] * Quits: espadrine (~tyl@213.152.2.4) (Ping timeout: 260 seconds)
- # [11:56] * Joins: espadrine (~tyl@213.152.2.4)
- # [11:58] * Quits: jdaggett_ (~jdaggett@61-121-216-2.dh-connect.net) (Quit: jdaggett_)
- # [11:59] * Quits: espadrine_ (~tyl@213.152.2.4) (Ping timeout: 272 seconds)
- # [12:05] * Joins: brujoand (~brujoand@cm-84.212.216.198.getinternet.no)
- # [12:14] <nox> zcorpan: No problem.
- # [12:30] * Quits: moo-_- (miohtama@lakka.kapsi.fi) (Ping timeout: 244 seconds)
- # [12:30] * Quits: frivoal (~frivoal@softbank126142063093.bbtec.net) (Remote host closed the connection)
- # [12:40] * Quits: yoav_ (~yoav@37.163.17.197) (Ping timeout: 240 seconds)
- # [12:55] * Quits: adactio (~adactio@212.42.170.121) (Ping timeout: 256 seconds)
- # [12:56] * Joins: adactio (~adactio@212.42.170.121)
- # [12:56] * Ms2ger noticed http://blogs.opera.com/news/2015/09/opera-interns-share-their-stories/ had no Core interns
- # [12:56] * Joins: ^esc_ (~esc-ape@77.119.131.181.wireless.dyn.drei.com)
- # [12:57] * Joins: bradleymeck (~bradleyme@cpe-70-114-246-88.austin.res.rr.com)
- # [12:59] * Quits: ^esc (~esc-ape@178.165.130.141.wireless.dyn.drei.com) (Ping timeout: 264 seconds)
- # [13:08] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [13:08] * Quits: Sendoushi (~Sendoushi@bl6-108-46.dsl.telepac.pt) (Remote host closed the connection)
- # [13:10] * Joins: wilsonpa_ (~wilsonpag@217.111.161.213)
- # [13:13] <MikeSmith> annevk: http://stackoverflow.com/questions/32500073/request-header-field-access-control-allow-headers-is-not-allowed-by-itself-in-pr
- # [13:14] * Quits: wilsonpage (~wilsonpag@217.111.161.212) (Ping timeout: 265 seconds)
- # [13:18] <jgraham> Ms2ger: That appears to be a subset of all the interns though
- # [13:21] <MikeSmith> about python troubleshooting, how do you all normally troubleshoot code where it's using multiple libs and trying to figure out where a problem might be?
- # [13:22] <MikeSmith> gdb?
- # [13:22] <MikeSmith> and/or is there some way to just dump a stack trace?
- # [13:23] <jgraham> MikeSmith: What kind of problem?
- # [13:23] <jgraham> YOu can get a stacktrace from within python using the traceback module
- # [13:24] <MikeSmith> k
- # [13:24] <jgraham> pdb is also reasonable if you aren't running with multiple threads and things
- # [13:24] <MikeSmith> ah yeah
- # [13:24] <jgraham> If you have something super-complicated using gdb makes sense
- # [13:24] <MikeSmith> I recall use that before
- # [13:24] <MikeSmith> it's not super-complicated
- # [13:24] <MikeSmith> echo "<p>" | python -c "from sys import stdin; from lxml.html import html5parser as h5, tostring; print tostring(h5.parse(stdin, h5.HTMLParser(namespaceHTMLElements=False)))"
- # [13:24] <jgraham> e.g. I use gdb when I'm trying to figure out deadlocks
- # [13:24] <MikeSmith> <html:html xmlns:html="http://www.w3.org/1999/xhtml"><html:head></html:head><html:body><html:p>
- # [13:24] <MikeSmith> </html:p></html:body></html:html>
- # [13:25] <MikeSmith> yeah this problem is not complex
- # [13:30] <Ms2ger> It involves an HTML parser, it is complex :)
- # [13:31] * Joins: frivoal (~frivoal@softbank126142063093.bbtec.net)
- # [13:33] * Joins: Sendoushi (~Sendoushi@114.248.108.93.rev.vodafone.pt)
- # [13:33] * wilsonpa_ is now known as wilsonpage-away
- # [13:34] * Quits: eric_carlson (~ericc@c-24-6-239-9.hsd1.ca.comcast.net) (Quit: eric_carlson)
- # [13:35] <MikeSmith> heh
- # [13:36] * Quits: frivoal (~frivoal@softbank126142063093.bbtec.net) (Ping timeout: 265 seconds)
- # [13:43] * Joins: frivoal (~frivoal@softbank126142063093.bbtec.net)
- # [13:44] * Joins: frivoal_ (~frivoal@softbank126142063093.bbtec.net)
- # [13:45] * Joins: tripu (~tripu@p4114141-ipngn23501marunouchi.tokyo.ocn.ne.jp)
- # [13:48] * Quits: frivoal (~frivoal@softbank126142063093.bbtec.net) (Ping timeout: 256 seconds)
- # [13:50] * Quits: bradleymeck (~bradleyme@cpe-70-114-246-88.austin.res.rr.com) (Quit: bradleymeck)
- # [13:54] * Quits: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr) (Excess Flood)
- # [13:56] <MikeSmith> ok I reckon I have it figured out
- # [13:57] * Joins: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr)
- # [13:57] * Joins: igoroliveira (uid20755@gateway/web/irccloud.com/x-xdjkelzjysbxowrj)
- # [13:58] <MikeSmith> well, a guess at least
- # [14:01] * Quits: alrra (uid62345@gateway/web/irccloud.com/x-zfrivokxsgjyktzd) (Quit: Connection closed for inactivity)
- # [14:05] * Joins: bradleymeck (~bradleyme@rrcs-71-41-5-28.sw.biz.rr.com)
- # [14:07] * Parts: brujoand (~brujoand@cm-84.212.216.198.getinternet.no) ("Textual IRC Client: www.textualapp.com")
- # [14:12] <annevk> MikeSmith: tried to answer
- # [14:12] <MikeSmith> cool
- # [14:15] * wilsonpage-away is now known as wilsonpa_
- # [14:17] * Joins: schalkneethling1 (~Adium@dsl-197-245-170-207.voxdsl.co.za)
- # [14:20] * Quits: schalkneethling (~Adium@dsl-197-245-170-253.voxdsl.co.za) (Ping timeout: 268 seconds)
- # [14:22] * Joins: schalkneethling (~Adium@dsl-197-245-170-47.voxdsl.co.za)
- # [14:23] * Quits: spacenomad (~spacenoma@unaffiliated/spacenomad) (Remote host closed the connection)
- # [14:23] * Quits: schalkneethling1 (~Adium@dsl-197-245-170-207.voxdsl.co.za) (Ping timeout: 244 seconds)
- # [14:32] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 246 seconds)
- # [14:42] * Joins: tantek (~tantek@72.165.49.2)
- # [14:45] * Joins: mpt (~mpt@canonical/mpt)
- # [14:57] <MikeSmith> the Push API has landed in Gecko?
- # [14:57] <MikeSmith> https://bugzilla.mozilla.org/show_bug.cgi?id=1038811
- # [14:57] <MikeSmith> resolved=fix
- # [14:57] <MikeSmith> wondering when it will ship
- # [15:01] * Joins: smaug____ (~chatzilla@a91-154-43-105.elisa-laajakaista.fi)
- # [15:13] * Joins: eric_carlson (~ericc@17.202.48.102)
- # [15:24] <gsnedders> Ms2ger: well of course it didn't, Core hasn't existed for years!
- # [15:24] <Ms2ger> Can I bug you for reviews already?
- # [15:38] <Ms2ger> jgraham, annevk, you mentioned tea? https://historyofloveblog.wordpress.com/2013/10/10/can-drinking-tea-turn-you-into-a-whore/
- # [15:41] <annevk> Ms2ger: I guess the rest of the world picked up on our channel topic at some point
- # [15:51] <wanderview> annevk: you around?
- # [15:52] <annevk> wanderview: c
- # [15:52] <wanderview> annevk: regarding this: https://github.com/whatwg/html/issues/95#issuecomment-138653119
- # [15:52] <wanderview> annevk: as far as I can tell, the spec says to return the Response provided to respondWith() as the result of the fetch algorithm
- # [15:53] <wanderview> which suggests if the Response has a different url from the original Request, then that will be visible to script
- # [15:53] <wanderview> annevk: sorry if there is somewhere that says to override the Response.url with the original Request.url.... I can't find it
- # [15:53] <annevk> wanderview: step 15 of https://fetch.spec.whatwg.org/#main-fetch
- # [15:54] <wanderview> ah
- # [15:55] <wanderview> annevk: I see... and this works because 30x redirects are appending to the *request* url list, not the response list
- # [15:56] <annevk> wanderview: they can't append to the response list
- # [15:56] <annevk> wanderview: they are a response
- # [15:57] <wanderview> annevk: yea, I just think necko is modeled differently
- # [15:57] <annevk> ah, shucks
- # [15:59] * Joins: encryptd_fractal (~encryptd_@c-24-7-238-5.hsd1.mn.comcast.net)
- # [15:59] <wanderview> annevk: the good news is my original concept of what SW+fetch was supposed to is correct... I just misread the spec when trying to prove it to ehsan
- # [16:03] <annevk> wanderview: have to bring your A game to ehsan
- # [16:03] * annevk finds out that more headers are subject to Referer than just Referer!
- # [16:04] <annevk> Well, subject to the referrer policy...
- # [16:04] * Quits: Krinkle_ (~Krinkle@wikimedia/Krinkle) (Ping timeout: 246 seconds)
- # [16:06] * Quits: vigilvindex (~quassel@envoycorps.info) (Remote host closed the connection)
- # [16:06] * Joins: vigilvindex (~quassel@envoycorps.info)
- # [16:07] * Joins: Krinkle (~Krinkle@ec2-50-112-50-28.us-west-2.compute.amazonaws.com)
- # [16:07] * Krinkle is now known as Guest6293
- # [16:07] <wanderview> annevk: I'm going to CC you on this email if thats ok
- # [16:07] <annevk> wanderview: sure
- # [16:08] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [16:10] <wanderview> annevk: have you thought about how you will spec the opaque tainting?
- # [16:10] * Quits: tripu (~tripu@p4114141-ipngn23501marunouchi.tokyo.ocn.ne.jp) (Quit: Leaving)
- # [16:10] <wanderview> the opaque tainting for images written to canvas
- # [16:16] <annevk> wanderview: I haven't settled on something definitive yet I think, at the moment I'm just trying to convert the existing language and adding some new concepts along the way to help with that
- # [16:17] <annevk> wanderview: I hope that once I'm through I can figure out something that's a bit more coherent
- # [16:17] <annevk> wanderview: but in general it's as we discussed I think; basic/cors/default is "safe", other types are unsafe
- # [16:18] <wanderview> annevk: yea, I was more wondering how it would be tracked... just a boolean flag... or an origin that is compared
- # [16:19] <annevk> wanderview: ah I think I discussed that with bz and Hixie at some point and we decided boolean was fine
- # [16:20] <annevk> wanderview: that once you're secure it's okay, even if you then end up leaking it with your public suffix friends
- # [16:25] <wanderview> annevk: yea... I think we felt we needed the final URL fully propagated before we had some of the recent spec changes implemented... if you look at my email it seems we are safe and a boolean should work
- # [16:25] <wanderview> I think
- # [16:25] <wanderview> annevk: ehsan may disagree
- # [16:28] <annevk> wanderview: yeah the security really doesn't depend on URLs
- # [16:28] <annevk> wanderview: it's just tainting
- # [16:29] <annevk> wanderview: and once you're tainted you can't untaint
- # [16:33] * Joins: jyasskin (~jyasskin@173-228-80-34.dsl.static.fusionbroadband.com)
- # [16:37] * Quits: zdobersek (~zan@46.166.190.193) (Ping timeout: 268 seconds)
- # [16:40] * Joins: Musok (~Sendoushi@bl6-108-46.dsl.telepac.pt)
- # [16:41] * Joins: zdobersek (~zan@46.166.188.213)
- # [16:42] * Quits: bradleymeck (~bradleyme@rrcs-71-41-5-28.sw.biz.rr.com) (Quit: bradleymeck)
- # [16:43] * Quits: Sendoushi (~Sendoushi@114.248.108.93.rev.vodafone.pt) (Ping timeout: 268 seconds)
- # [16:47] * Joins: rxgx (uid22483@gateway/web/irccloud.com/x-qjdofepkeesytzgw)
- # [16:56] * Joins: Sendoushi (~Sendoushi@bl6-108-46.dsl.telepac.pt)
- # [16:59] * Quits: Musok (~Sendoushi@bl6-108-46.dsl.telepac.pt) (Ping timeout: 265 seconds)
- # [17:02] * toyoshim is now known as toyoshiAw
- # [17:02] * Joins: sicking (~sicking@c-98-210-157-231.hsd1.ca.comcast.net)
- # [17:06] * Quits: Sendoushi (~Sendoushi@bl6-108-46.dsl.telepac.pt) (Remote host closed the connection)
- # [17:07] * Joins: dbaron (~dbaron@173-228-85-118.dsl.dynamic.fusionbroadband.com)
- # [17:23] * Quits: adactio (~adactio@212.42.170.121) (Quit: adactio)
- # [17:23] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [17:26] * Joins: Sendoushi (~Sendoushi@bl6-108-46.dsl.telepac.pt)
- # [17:27] * Quits: Sendoushi (~Sendoushi@bl6-108-46.dsl.telepac.pt) (Remote host closed the connection)
- # [17:29] * Quits: frivoal_ (~frivoal@softbank126142063093.bbtec.net) (Remote host closed the connection)
- # [17:33] * Joins: Sendoushi (~Sendoushi@bl6-108-46.dsl.telepac.pt)
- # [17:37] * Quits: zdobersek (~zan@46.166.188.213) (Quit: Leaving.)
- # [17:40] * Quits: tantek (~tantek@72.165.49.2) (Quit: tantek)
- # [17:51] * Joins: ambv (~ambv@199.201.64.3)
- # [17:51] * Quits: Guest6293 (~Krinkle@ec2-50-112-50-28.us-west-2.compute.amazonaws.com) (Changing host)
- # [17:51] * Joins: Guest6293 (~Krinkle@wikimedia/Krinkle)
- # [18:00] * Joins: alrra (uid62345@gateway/web/irccloud.com/x-mvoebkbksddjolxw)
- # [18:01] * Guest6293 is now known as Kirnkle
- # [18:01] * Kirnkle is now known as Krinkle
- # [18:02] <Domenic> jkdflsajdf git troubles
- # [18:02] <Domenic> fffrig annevk can you re-push that commit i killed it accidentally
- # [18:03] <annevk> Domenic: c6d4dda..8d1c8af ruby -> ruby
- # [18:04] <annevk> (aka done)
- # [18:04] <annevk> (also rebased)
- # [18:04] <Domenic> ok cool. github wasn't smart enough to re-associate with the pr oh well
- # [18:05] <annevk> Domenic: hmm weird, always works for me these days
- # [18:05] <annevk> Domenic: hmm you didn't push?
- # [18:06] <Domenic> annevk: I was experimenting with my local script and effed things up and force-pushed to the ruby branch with zero commits. which auto-closed the PR. when you re-added a commit it wasn't smart enough to re-open the PR.
- # [18:06] <annevk> Domenic: oh
- # [18:06] <annevk> perhaps edit the commit message then to say Close #101: ...?
- # [18:07] * Ms2ger tends to put (fixes #nnn) at the ned
- # [18:07] <Ms2ger> end
- # [18:09] <Domenic> Oh I think I know the problem
- # [18:09] <Domenic> I was using my new checkout from the build script
- # [18:09] <Domenic> Which doesn't have the full history
- # [18:09] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Remote host closed the connection)
- # [18:09] <Domenic> which makes git confused about remote branches that are based on top of previous commits
- # [18:09] <annevk> I gotta go for a bit
- # [18:09] <Domenic> (like ruby used to be)
- # [18:09] <Domenic> OK, it'll be merged with no problems by the time you get back, promise
- # [18:16] * Quits: Sendoushi (~Sendoushi@bl6-108-46.dsl.telepac.pt)
- # [18:17] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [18:25] * Joins: bradleymeck (~bradleyme@4.15.5.139)
- # [18:28] <annevk> Domenic: so the problem with not associating either through GitHub's purple thingie or an explicit "Close #n:" is that someone browsing the commit logs has no way to find the rationale
- # [18:28] <Domenic> annevk: oh, I see :(
- # [18:28] * Quits: ambv (~ambv@199.201.64.3) (Quit: sys.exit(0) # computer went to sleep)
- # [18:28] <Domenic> I was like ... but 101 is already accidentally closed...
- # [18:28] <annevk> Domenic: so I think we should maybe make that part of the policy, that you either have a clean merge or edit the commit message
- # [18:29] <Domenic> annevk: OK. I find it a bit weird for PRs to close themselves but your reasoning is more compelling.
- # [18:29] <Domenic> What some projects do is standardize on fields like PR URL: ...
- # [18:29] <Domenic> e.g. browse the commits at https://github.com/nodejs/node/commits/master
- # [18:30] * Joins: frivoal (~frivoal@softbank126142063093.bbtec.net)
- # [18:34] * Quits: frivoal (~frivoal@softbank126142063093.bbtec.net) (Ping timeout: 240 seconds)
- # [18:36] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [18:44] * Joins: ap (~ap@17.202.44.214)
- # [18:46] <annevk> That seems fine too
- # [18:48] <Domenic> Is the ARIA PR still waiting on something?
- # [18:49] <annevk> Domenic: Hixie
- # [18:49] <Domenic> It looks like the ASCII fish example is still missing
- # [18:50] <annevk> Domenic: that seems to be in the referenced draft...
- # [18:50] <Domenic> I guess we shouldn't duplicate it
- # [18:50] <annevk> Domenic: Steve added it back in, but dropped it after Hixie's comments
- # [18:50] <Domenic> OK
- # [18:53] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [18:54] * wilsonpa_ is now known as wilsonpage-away
- # [18:54] * wilsonpage-away is now known as wilsonpa_
- # [18:55] * Joins: shen_ (~shenseye@14.167.77.181)
- # [18:56] * Joins: psy (~psy@43.224.156.120)
- # [18:56] * Quits: psy (~psy@43.224.156.120) (Max SendQ exceeded)
- # [18:56] * Quits: shen_ (~shenseye@14.167.77.181) (Max SendQ exceeded)
- # [18:56] * Quits: espadrine (~tyl@213.152.2.4) (Ping timeout: 240 seconds)
- # [18:57] * Quits: Hasimir (~hfenring@unaffiliated/hasimir) (Read error: Connection reset by peer)
- # [18:57] * Joins: psy (~psy@43.224.156.120)
- # [18:57] * Joins: shen_ (~shenseye@14.167.77.181)
- # [18:58] * annevk added the kitchen sink to the header of https://twitter.com/htmlstandard
- # [19:01] * Joins: Hasimir (~hfenring@unaffiliated/hasimir)
- # [19:07] * Joins: ambv (~ambv@199.201.64.130)
- # [19:07] * Joins: shenseye (~shen@14.167.77.181)
- # [19:07] <annevk> I'll merge ARIA
- # [19:07] * Quits: shen_ (~shenseye@14.167.77.181) (Quit: Leaving)
- # [19:09] * Quits: shenseye (~shen@14.167.77.181) (Quit: shenseye)
- # [19:09] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [19:12] * Quits: howdoi (uid224@gateway/web/irccloud.com/x-aiohnmmkqcwpvxkp) (Quit: Connection closed for inactivity)
- # [19:14] <annevk> Getting some errors from the build script...
- # [19:14] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Ping timeout: 240 seconds)
- # [19:18] * Joins: benwerd (~benwerd@67.180.159.135)
- # [19:26] * Quits: wilsonpa_ (~wilsonpag@217.111.161.213) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [19:28] <annevk> The errors were from the W3C Bugzilla cross-referencing btw
- # [19:28] <annevk> Closing the bugs seems to have helped...
- # [19:30] <Domenic> heh
- # [19:30] <Domenic> yeah I noticed MikeSmith removing some URLs from bugs presumably for similar reasons
- # [19:30] <Domenic> I need to fix https://github.com/whatwg/html-build/issues/21
- # [19:34] * Joins: SteveF_ (~chatzilla@2E6B6683.dsl.pool.telekom.hu)
- # [19:38] * Quits: SteveF_ (~chatzilla@2E6B6683.dsl.pool.telekom.hu) (Client Quit)
- # [19:40] * Joins: Jayflux (~Jayflux@unaffiliated/jayflux)
- # [19:42] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [19:45] * Joins: jeremyj (~jeremyj@17.202.47.124)
- # [19:46] * Joins: ccardona-work (~ccardona-@209.213.209.190)
- # [19:46] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Ping timeout: 250 seconds)
- # [19:47] * Quits: jeremyj (~jeremyj@17.202.47.124) (Client Quit)
- # [19:47] * Quits: ccardona-work (~ccardona-@209.213.209.190) (Client Quit)
- # [19:51] * Joins: ccardona-work (~ccardona-@209.213.209.190)
- # [19:52] * Quits: sicking (~sicking@c-98-210-157-231.hsd1.ca.comcast.net) (Quit: sicking)
- # [19:56] * Quits: jyasskin (~jyasskin@173-228-80-34.dsl.static.fusionbroadband.com) (Quit: My computer has gone to sleep. ZZZzzz…)
- # [19:58] * Quits: dbaron (~dbaron@173-228-85-118.dsl.dynamic.fusionbroadband.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [20:00] * Joins: ehsan_ (~ehsan@66.207.208.102)
- # [20:00] * Quits: bradleymeck (~bradleyme@4.15.5.139) (Quit: bradleymeck)
- # [20:03] * Joins: spacenomad (~spacenoma@unaffiliated/spacenomad)
- # [20:03] * Joins: bradleymeck (~bradleyme@4.15.5.139)
- # [20:08] * Quits: rego (~rego@66.193.27.77.dynamic.mundo-r.com) (Read error: Connection reset by peer)
- # [20:12] * Quits: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr) (Excess Flood)
- # [20:13] * Joins: fredy (~fredy@snf-535807.vm.okeanos.grnet.gr)
- # [20:20] * Quits: psy (~psy@43.224.156.120) (Quit: Leaving)
- # [20:24] <Domenic> beverloo: long shot but do you have a SVG of http://peter.sh/experiments/asynchronous-and-deferred-javascript-execution-explained/
- # [20:28] * Joins: jyasskin (~jyasskin@173-228-80-34.dsl.static.fusionbroadband.com)
- # [20:29] * Quits: ^esc_ (~esc-ape@77.119.131.181.wireless.dyn.drei.com) (Ping timeout: 264 seconds)
- # [20:29] * Joins: rego (~rego@66.193.27.77.dynamic.mundo-r.com)
- # [20:29] * Joins: ^esc (~esc-ape@178.115.129.85.wireless.dyn.drei.com)
- # [20:30] * Quits: jyasskin (~jyasskin@173-228-80-34.dsl.static.fusionbroadband.com) (Client Quit)
- # [20:31] * Joins: frivoal (~frivoal@softbank126142063093.bbtec.net)
- # [20:31] * Quits: rego (~rego@66.193.27.77.dynamic.mundo-r.com) (Read error: Connection reset by peer)
- # [20:32] * Joins: majjoha (~majjoha@146.185.134.53)
- # [20:35] * Quits: frivoal (~frivoal@softbank126142063093.bbtec.net) (Ping timeout: 255 seconds)
- # [20:36] * Joins: dbaron (~dbaron@2620:101:80fb:224:25e4:f4c8:f8cb:6bb1)
- # [20:37] * Joins: jeremyj (~jeremyj@17.202.50.15)
- # [20:37] <hober> MikeSmith: awwwwh, I miss you too Mike.
- # [20:40] * Joins: rego (~rego@66.193.27.77.dynamic.mundo-r.com)
- # [20:41] * Quits: calvaris (~calvaris@fanzine.igalia.com) (Quit: Ex-Chat)
- # [20:41] * Quits: rego (~rego@66.193.27.77.dynamic.mundo-r.com) (Read error: Connection reset by peer)
- # [20:44] * Joins: poosanth (~textual@198.84.162.86)
- # [20:47] * Joins: sicking (~sicking@c-98-210-157-231.hsd1.ca.comcast.net)
- # [20:49] * Joins: rego (~rego@66.193.27.77.dynamic.mundo-r.com)
- # [20:50] * Quits: spacenomad (~spacenoma@unaffiliated/spacenomad) (Remote host closed the connection)
- # [20:53] * Quits: jeremyj (~jeremyj@17.202.50.15) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [20:54] * Quits: sicking (~sicking@c-98-210-157-231.hsd1.ca.comcast.net) (Quit: sicking)
- # [20:54] * Quits: Johnny- (~null@unaffiliated/johnny-) (Ping timeout: 240 seconds)
- # [20:55] * Quits: rego (~rego@66.193.27.77.dynamic.mundo-r.com) (Read error: Connection reset by peer)
- # [20:57] * Joins: Johnny- (~null@unaffiliated/johnny-)
- # [21:02] * Joins: rego (~rego@66.193.27.77.dynamic.mundo-r.com)
- # [21:02] * Quits: rego (~rego@66.193.27.77.dynamic.mundo-r.com) (Read error: Connection reset by peer)
- # [21:10] <wanderview> annevk: Domenic: have we figured out how to handle variable length uploads with fetch streams integration? mcmanus tells me that will not work for http1 since it needs an accurate content-length on the upload
- # [21:11] <Domenic> wanderview: content-encoding chunked, right?
- # [21:11] * Joins: rego (~rego@66.193.27.77.dynamic.mundo-r.com)
- # [21:11] <Domenic> wanderview: I thought all streaming uploads would be CE: chunked
- # [21:11] <wanderview> Domenic: http1.1 supports chunked, but http1 does not... and we cannot tell if the server supports 1.1 until after we send the request
- # [21:12] <Domenic> wanderview: i guess fetch stream uploads don't work with http 1.0 then
- # [21:12] <wanderview> Domenic: we're not tackling this in the spec yet, right?
- # [21:12] <Domenic> wanderview: no, no uploads yet. Q4 is yhirano_'s plan
- # [21:13] <wanderview> Domenic: well, FYI about this issue then... I ran into it a bit prematurely because I was trying to lay some groundwork in infrastructure while fixing another bug
- # [21:13] <Domenic> yeah, good to know :-S
- # [21:14] <wanderview> Domenic: is there an issue or somewhere I should note this?
- # [21:15] <Domenic> wanderview: fetch-with-streams has a whole label for upload, yeah, would be good.
- # [21:15] <wanderview> ok, thanks
- # [21:16] * Quits: rego (~rego@66.193.27.77.dynamic.mundo-r.com) (Read error: Connection reset by peer)
- # [21:17] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [21:18] * Quits: Ms2ger (~Ms2ger@ptr-2hj4tblvksdopc0sna8nri0qd.ip6.access.telenet.be) (Ping timeout: 252 seconds)
- # [21:18] * Joins: spacenomad (~spacenoma@unaffiliated/spacenomad)
- # [21:24] * Joins: rego (~rego@66.193.27.77.dynamic.mundo-r.com)
- # [21:29] * Quits: rego (~rego@66.193.27.77.dynamic.mundo-r.com) (Read error: Connection reset by peer)
- # [21:31] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Remote host closed the connection)
- # [21:33] * Quits: rxgx (uid22483@gateway/web/irccloud.com/x-qjdofepkeesytzgw) (Quit: Connection closed for inactivity)
- # [21:33] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [21:35] <wanderview> https://github.com/yutakahirano/fetch-with-streams/issues/57
- # [21:36] * Joins: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com)
- # [21:37] * Joins: rego (~rego@66.193.27.77.dynamic.mundo-r.com)
- # [21:39] * Quits: rego (~rego@66.193.27.77.dynamic.mundo-r.com) (Read error: Connection reset by peer)
- # [21:40] * Quits: ccardona-work (~ccardona-@209.213.209.190) (Quit: ccardona-work)
- # [21:41] * Quits: ehsan_ (~ehsan@66.207.208.102) (Remote host closed the connection)
- # [21:41] * Joins: ehsan_ (~ehsan@2001:450:1f:224:c0d3:e2ea:81a:3d54)
- # [21:44] * Quits: karlcow (~karl@nerval.la-grange.net) (Ping timeout: 265 seconds)
- # [21:45] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Remote host closed the connection)
- # [21:45] * Joins: ccardona-work (~ccardona-@209.213.209.190)
- # [21:46] * Joins: rego (~rego@66.193.27.77.dynamic.mundo-r.com)
- # [21:46] * Quits: bradleymeck (~bradleyme@4.15.5.139) (Quit: bradleymeck)
- # [21:48] <MikeSmith> TabAtkins: fyi http://stackoverflow.com/questions/32493442/html-whitespace-spaces-before-and-after-br
- # [21:49] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [21:49] * Quits: rego (~rego@66.193.27.77.dynamic.mundo-r.com) (Read error: Connection reset by peer)
- # [21:50] <MikeSmith> Domenic: yeah, I removed the URLs from those bugs because with the source on the ARIA branch, the presence of them was an error, so rightly the merge of the branch shouldn't happen until those errors were fixed
- # [21:50] <MikeSmith> this is another thing we need to document
- # [21:51] * Joins: jeremyj (~jeremyj@17.202.50.15)
- # [21:51] <MikeSmith> the timing of when to remove the URLs is a gray era I guess. But basically, they shouldn't be removed until there's agreement to merge the branch
- # [21:53] <MikeSmith> also I think someone reviewing the branch needs to take also responsibility for actually closing the bugs (or moving their components), if it turns out that after the changes, the bug is no longer relevant or has been resolved by the changes on the branch
- # [21:54] <annevk> wanderview: I guess it would just fail for HTTP/1.0 then
- # [21:54] <annevk> wanderview: is that problematic?
- # [21:54] <wanderview> annevk: if the js script expects to do an infinite upload stream... what will happen?
- # [21:55] <wanderview> get an error code immediately when it sees the chunked setting?
- # [21:55] <wanderview> when the server sees
- # [21:55] <wanderview> or does the server wait for the entire body to finish before sending an error code?
- # [21:55] <wanderview> I expect there are server bugs here
- # [21:58] * Joins: rego (~rego@66.193.27.77.dynamic.mundo-r.com)
- # [21:58] * Joins: ap_ (~ap@17.114.216.127)
- # [21:59] * Quits: ap_ (~ap@17.114.216.127) (Read error: Connection reset by peer)
- # [21:59] * Joins: ap__ (~ap@17.114.216.127)
- # [22:00] <annevk> wanderview: I have no idea
- # [22:00] <annevk> wanderview: servers are rather broken, typically
- # [22:00] <wanderview> annevk: yea, just saying we should test some servers and see what they do
- # [22:00] * Joins: jwalden (~waldo@2620:101:80fc:224:7e7a:91ff:fe25:a5a3)
- # [22:00] <wanderview> before creating a footgun to easily OOM the browser
- # [22:01] <wanderview> because servers do something different than we expect
- # [22:01] * Quits: ap (~ap@17.202.44.214) (Ping timeout: 256 seconds)
- # [22:01] <wanderview> annevk: in fairness, browsers are rather broken typically too
- # [22:02] * Quits: eric_carlson (~ericc@17.202.48.102) (Ping timeout: 240 seconds)
- # [22:02] * Quits: JoWie (uid93456@gateway/web/irccloud.com/x-sitkzouwlzygidiv) (Quit: Connection closed for inactivity)
- # [22:03] * Joins: eric_carlson (~ericc@17.245.27.30)
- # [22:04] * Quits: ccardona-work (~ccardona-@209.213.209.190) (Quit: ccardona-work)
- # [22:05] * Joins: ccardona-work (~ccardona-@209.213.209.190)
- # [22:05] <MikeSmith> annevk: the https://twitter.com/htmlstandard image is perfect🖖
- # [22:10] * Quits: ccardona-work (~ccardona-@209.213.209.190) (Quit: ccardona-work)
- # [22:11] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Remote host closed the connection)
- # [22:20] <caitp> hah
- # [22:22] * heycam|away is now known as heycam
- # [22:22] <Domenic> someone test http://jsbin.com/xelixaqaru/edit?html,output in Safari for me? what type of error is in your console?
- # [22:22] <MikeSmith> Domenic: looking now
- # [22:23] <MikeSmith> 7TypeError
- # [22:23] * Joins: bradleymeck (~bradleyme@cpe-70-114-246-88.austin.res.rr.com)
- # [22:23] <Domenic> perfect
- # [22:24] <MikeSmith> Domenic: btw I think adopting a PR URL: convention would be good
- # [22:24] <MikeSmith> with the nit that it could just as well but PR:
- # [22:25] <MikeSmith> (without the URL part)
- # [22:25] <MikeSmith> because it's always going to be a URL
- # [22:25] <MikeSmith> *could just as well be just "PR:"
- # [22:26] <Domenic> Heh yes
- # [22:38] * Quits: benwerd (~benwerd@67.180.159.135) (Remote host closed the connection)
- # [22:40] <Domenic> MikeSmith: regarding https://github.com/whatwg/html-build/issues/21#issuecomment-139366175, should we just treat any output from wattsi as an error, and return the error text instead of the zip file?
- # [22:40] <TabAtkins> MikeSmith: Thanks for the heads up on that SO thread. I've sent email to the list about it. ^_^
- # [22:41] * Quits: schalkneethling (~Adium@dsl-197-245-170-47.voxdsl.co.za) (Quit: Leaving.)
- # [22:43] * Joins: stakagi (~stakagi@218.33.163.100.eo.eaccess.ne.jp)
- # [22:45] <MikeSmith> TabAtkins: cool
- # [22:45] * Joins: schalkneethling (~Adium@dsl-197-245-170-47.voxdsl.co.za)
- # [22:45] * Quits: schalkneethling (~Adium@dsl-197-245-170-47.voxdsl.co.za) (Client Quit)
- # [22:45] <MikeSmith> TabAtkins: I really wish you were the one editing that spec
- # [22:45] <MikeSmith> but you can't do everything, I guess
- # [22:48] * Quits: jeremyj (~jeremyj@17.202.50.15) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [22:49] * Joins: ccardona-work (~ccardona-@209.213.209.190)
- # [22:50] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [22:52] * Quits: ap__ (~ap@17.114.216.127)
- # [22:57] <TabAtkins> Unfortunately.
- # [23:03] * Joins: jeremyj (~jeremyj@17.202.50.15)
- # [23:06] * Joins: dlitz (~dwon@goedel.dlitz.net)
- # [23:12] * Quits: poosanth (~textual@198.84.162.86) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [23:12] * Joins: poosanth (~textual@198-84-162-86.cpe.teksavvy.com)
- # [23:17] * Quits: eric_carlson (~ericc@17.245.27.30) (Quit: eric_carlson)
- # [23:18] * Quits: poosanth (~textual@198-84-162-86.cpe.teksavvy.com) (Quit: My Mac has gone to sleep. ZZZzzz…)
- # [23:30] * Quits: sicking (~sicking@corp-nat.p2p.sfo1.mozilla.com) (Quit: sicking)
- # [23:31] * Joins: jensnockert (~jensnocke@84.219.248.21)
- # [23:46] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [23:46] * Joins: espadrine (~tyl@dan75-7-88-166-187-54.fbx.proxad.net)
- # [23:48] * Joins: jyasskin (jyasskin@nat/google/x-tjxquimxqaunkmui)
- # [23:49] * Joins: eric_carlson (~ericc@17.202.48.102)
- # [23:54] * heycam is now known as heycam|away
- # Session Close: Fri Sep 11 00:00:01 2015
Previous day, Next day
Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn