00:47
<gsnedders>
MikeSmith: those are usage, not cache hit rates
08:12
<zcorpan>
philipj: oops, sorry. imo we can push minor fixes like that directly to master
08:14
<philipj>
zcorpan: I think so too, just being overly cautious
08:54
<MikeSmith>
yeah I too think pushing minor fix(up)s to master is fine
10:02
<annevk>
Yesterday's chat here was so great to read in the logs <3
10:43
<rits>
annevk: Hi, are you saying about the yesterday's chat? , sorry not sure that's why asking for it
10:45
<annevk>
rits: happy you felt welcome and got the help you needed, that's all :-)
10:46
<rits>
annevk: yeah totally, going to work on more bugs, enjoying here in the community, thanks for the welcome :)
10:47
<annevk>
sounds great
10:49
<rits>
:)
10:50
<annevk>
yhirano_: hey, do you have a Twitter account?
10:58
<yhirano_>
annevk: yeah, hirano_y_aa
12:37
<zcorpan>
TabAtkins: PTAL https://github.com/tabatkins/bikeshed/pull/500
12:39
<Ms2ger>
Why does the bikeshed repo have webvtt files?
13:00
<zcorpan>
Ms2ger: bikeshed has boilerplate files per group, e.g. csswg and whatwg have different header files
14:59
<swarnim>
Hello
14:59
<botie>
privet, swarnim
15:12
<caitp>
you know how window.length refers to the number of child frames in a window, and webidl says that because it has that and an indexed getter, it should be iterable?
15:12
<caitp>
that seems like it would create a really weird looking api that doesn't clearly explain what it's doing
15:42
<Domenic>
You can always use the window.frames alias if you want
15:42
<caitp>
I mostly just want to get rid of it so that I can get rid of the bug in my CL without fixing it :<
18:00
<TabAtkins>
var frames = [...window];
18:13
<Domenic>
*const
18:16
<TabAtkins>
WHATEVER YOU'RE NOT MY REAL DAD
20:56
<zcorpan>
how do i rename master to gh-pages for an existing repo?
21:01
<gsnedders>
zcorpan: locally or on GitHub?
21:01
<zcorpan>
gsnedders: on github
21:01
<gsnedders>
zcorpan: push the branch as gh-pages, then delete master
21:02
<gsnedders>
zcorpan: git push origin master:gh-pages; git push origin :master
21:09
<zcorpan>
thx. what happens with pull requests that want to merge to master if i delete master?
21:24
<TabAtkins>
zcorpan: http://www.xanthir.com/b4Zz0
21:24
<TabAtkins>
Dunno about your second question, tho.
21:26
<zcorpan>
ok, thx. i'll wait with removing master for now
21:29
<zcorpan>
https://w3c.github.io/webvtt/ now works
21:30
<zcorpan>
MikeSmith: can you redirect http://dev.w3.org/html5/webvtt/ to the above url pls?
21:31
<gsnedders>
zcorpan: I have no idea
21:31
<gsnedders>
zcorpan: tbh this sounds like the exact sort of thing GH Support can probably sort out in seconds
21:31
<gsnedders>
zcorpan: they tend to be pretty good, in my experience, if you just drop them an email
21:32
<zcorpan>
gsnedders: ok
21:33
<MikeSmith>
zcorpan: will do right now
21:35
<MikeSmith>
zcorpan: done
21:35
<zcorpan>
thanks!
21:43
<zcorpan>
https://github.com/isaacs/github/issues/18
22:14
<MikeSmith>
haha
22:14
<MikeSmith>
epic