(broken for people who have a browser not supporting const anyway)
Funnily enough, it was CatQuest who found the issue we patched with jsesc, and then CatQuest who found the issues with jsesc :D Who needs unit tests? :P
CatQuest: taken you off "Add 5 books..." as you requested :)
D4RK-PH0ENiX has quit
ZarkBit_ joined the channel
ZarkBit_ is now known as ZarkBit
ZarkBit has quit
ZarkBit joined the channel
ZarkBit has quit
ZarkBit joined the channel
SothoTalKer
i guess GCI will help out with the beta testing for BB :)
LordSputnik
SothoTalKer: just a bit. So far 46 new editors in 2 days
(at least)
SothoTalKer
are there any documentation tasks for BB? :)
arthelon[m]
method docs yeah but we could also use some higher level doc tasks
LordSputnik
arthelon[m]: problem with high level doc tasks is they require a greater level of familiarity with the project, I think
They may be too challenging for GCI
arthelon[m]
yup
LordSputnik
(actually, number of new editors since the start of GCI is closer to 80, which is over 10% of the total editor count)
arthelon[m]
we can split our ideas for docs into smaller tasks though (i.e. write instructions and common errors for installing postgres on different environments)
patch should be done soon
D4RK-PH0ENiX joined the channel
D4RK-PH0ENiX has quit
just testing it atm
D4RK-PH0ENiX joined the channel
LordSputnik
OK, I'm going to bed now... don't worry about rushing too much :)
Dalek_ has quit
github joined the channel
github
[metabrainz.org] LeoVerto opened pull request #290: Right-align finance values in yearly reports, fix minor mistakes in 2015 report (master...master) https://git.io/vbtoT
[musicbrainz-server] mwiencek opened pull request #572: Update React to v16.2.0 (master...react-16.2) https://git.io/vbtF6
github has left the channel
Dalek_ joined the channel
d4rkie joined the channel
sampsyo has quit
sampsyo joined the channel
D4RK-PH0ENiX has quit
d4rkie has quit
D4RK-PH0ENiX joined the channel
D4RK-PH0ENiX has quit
MajorLurker has quit
naiveaiguy joined the channel
naught101 joined the channel
naiveaiguy
Freso: Hey, just wanted to double-check that https://goo.gl/NYRSFA isn't claimed. I'm starting work on it today.
naught101 has quit
LordSputnik
naiveaiguy: if you know any JavaScript, there's also a BB task about removing duplication
naiveaiguy
LordSputnik: yeah, but I'm planning to finish off 3-4 LB tasks before I move to BB/whipper
also, javascript is a pain to work with :P
D4RK-PH0ENiX joined the channel
LordSputnik: do you guys have a policy on third-party libs? what factors should I consider before including one?
LordSputnik
For BB, or MetaBrainz in general?
naiveaiguy
For LB
or even MB in general really
I have a habit of including third party stuff all willy-nilly but I know I can't do that here
LordSputnik
I don't know for sure about that I'm afraid, but I'd guess don't add unnecessary dependencies is probably the answer
If it's a really tiny thing you want to do, don't throw a huge library at it
naiveaiguy
hmm
LordSputnik
If it's something complex that has the potential for lots of bugs, and there's a well tested python library designed exactly to do what you're looking for, do use that :)
naiveaiguy
LordSputnik: in this case it's pretty simple, so I might as well just create a small class for it on my own.
reosarevok
naiveaiguy: when sending the PR, mention "this could alternatively use library X" and they can tell you if they'd rather you used that I guess? :)
naiveaiguy
reosarevok: oh, that's a good idea! thanks :)
Freso
naiveaiguy: If it's available for you to claim, it's available for you to claim.
drsaunders has quit
naiveaiguy
Freso: Oh, now I feel stupid. Sorry for disturbing you.