[06:52:10] trying to upload on commons i got this error "Request from via cp4030 cp4030, Varnish XID 79260359 [06:52:11] Error: 503, Backend fetch failed at Thu, 26 May 2022 06:49:44 GMT [06:52:34] started yesterday [06:57:00] nope nevermind, i think the image is cascade protected lol [14:17:27] How long do patches usually take to be reviewed / merged? Just want to know as I'm writing a number of patches for the CheckUser extension that will merge conflict with each other, and so if they are usually reviewed in a bunch then that might mean it becomes one patch every so often as a rebase needs to be done. [14:17:49] for the rest that conflict [15:02:48] Dreamy_Jazz: you can stack your patches in a queue so one will get reviewed after another and they won't conflict [15:03:39] also the answer to how long is that it very much varies based on how complicated the patches are and who is reviewing them [15:03:54] https://reviewers.toolforge.org/?repo=mediawiki%2Fextensions%2FCheckUser gives some suggestions on who potential reviewers could be [15:04:10] definitely posting links to your patches here will help increase visibility and might get some drive by reviewers :) [15:07:07] Thanks for the advice. Is the queue the depends on part of the commit message or something else? [15:59:15] Dreamy_Jazz: it's based on how you send the changes to gerrit. If you make a local feature branch and then send all them all up to Gerrit they will be "chained" so that the order in the feature branch works like you have added a "Depends-on: ..." header to each one pointing to it's parent. [16:00:19] I think this is one of those magic Gerrit features that many of us rely on and yet nobody explains very well... [16:06:07] Okay. I'll have a look into that. Thanks. [22:00:54] "Partial support in IE9 refers to the browser crashing when used as a background-position value". [22:01:05] So much for graceful degredation CSS xD - https://caniuse.com/?search=calc [22:08:19] that sounds like IE alright