[08:06:33] [1/2] fellas is it difficult to change Phab username? cus my old usernames stayed after rename on Mira [08:06:33] [2/2] I was able to accounts back (I think) but the difference is still a bit jarring [08:19:23] @theoneandonlylegroom it's fairly easy [09:08:04] Dentistry is such a crisis @rhinosf1. [09:10:35] Oh wrong channel [09:31:40] I don't have to create a task for that? if anyone have some time, please rename 👉👈 [09:48:58] Yes, always a task [13:11:58] There is no escape from tasks [13:18:51] and what tag I shall assign ....... [14:03:40] Infra & Phab [16:38:51] Hmm /ns listgroupcloaks isn’t showing me the @WikiTide cloaks, just the MH ones [16:40:25] /cs listgroupchans is working as expected though [16:56:15] …and staffers have informed me that it’s a bug with the command [17:35:58] MacFan4000: still around? [17:36:09] Yes [17:36:49] MacFan4000: when migrating home dirs I saw that you tested using gdown to download Google Drive files directly. How did you install it? It seems to use an externally managed environment [17:39:42] pip can be used to install just under a single user using —user [17:40:30] Gdown proved to not be useful though [17:40:33] I did try that but it doesn't seem to work and just repeats error: externally-managed-environment [17:40:54] It can’t download folders with more then 50 files inside which is most image dumps [17:41:41] So I went back to the download-then-upload method [17:41:43] Ah, that's a shame. In that case it could at least be useful with XMLs, where we could use it in ImportDump so people can submit larger XMLs and not have to upload them to MH [17:42:10] for example, someone could link a 1GB XML from Google Drive and the command given by ID would be gdown X && the rest [17:54:11] pip3 install --user gdown --break-system-packages [17:54:19] This worked for me [17:54:58] ah, I didn't do the latter as I was afraid it would do what it said and break system packages [17:55:41] either way, I don't really have a large file to test it now but as long as it worked for you (even if not for 50 files+) it should be good [17:55:44] That’s because some pypi packages can be installed via apt [17:55:55] If it doesn't have sudo, it can't break system packages [17:56:51] well in that case, we can look forward to https://phabricator.miraheze.org/T11701 [17:58:27] If we get ImportDump done and hopefully also find some way of seamlessly attaching edits from old accounts to new accounts, migrating to MH should be super quick and easy [18:01:00] If only taking down fandom wikis was as easy [18:09:07] generally if python package isn’t already installed via apt (python3-x), you should be fine to use —break-system-packages [18:09:42] It is trying to prevent any possible conflicts between pip and apt versions of packages [18:48:55] @reception123 https://phabricator.wikimedia.org/T355442#9473420 [18:49:29] Confused abour this response. Mentions auto create but seems oblivious that auto create has been removed. [18:50:57] yeah same, I don't really get what he means there [18:51:06] or what his suggestion is [18:51:14] I'll respond [18:56:34] The suggestion is turn off auto login [19:02:23] reception123: I was reading your phab profile out of boredom and, actually, your title doesn't indicate that you focus on MediaWiki work [19:03:08] SRE organisation is going to change a bit soon so we'll see what we do about that [19:09:09] first they took All Things Miraheze, and I did not speak, for I always just scrolled by it without reading [19:09:38] then they took the infra/mw division, and I did not speak, for I didn't care [19:10:00] then they took funni ironic titles, and no one was left to speak for me [19:10:09] end joking [19:36:39] @reception123 seems RequestSSL is missing at least some i18n [19:36:46] requestssl-label-customdomain isn’t defined [19:37:44] (Used in request details) [19:37:45] yeah that's my bad, it was originally borrowed from 'source' in ID [19:37:46] I fixed that earlier today [19:37:47] https://github.com/miraheze/RequestSSL/commit/28f0c58b2223ed90dd006eaab93820b9d9424f24 [19:39:12] I've done some work on T11700 https://github.com/miraheze/RequestSSL/pull/7 [19:39:19] Just need to write i18n mostly [19:42:36] @reception123 requestssl-label-source is still called though [19:42:38] https://github.com/miraheze/RequestSSL/blob/main/includes/RequestSSLViewer.php#L162 [19:43:59] oh I see. This is what I get for copying ID! [19:44:04] Orange_Star: wow that was quick, I'll take a look! [19:44:22] not yet finished [19:44:26] I need to write i18n [19:44:49] (I’d correct it myself but I don’t have push access for that repo) [19:44:50] looks interesting so far [19:45:01] oh, I'll grant it to mw-admins now [19:45:04] thought I did [19:45:35] @reception123 mw-admins are typically granted admin access btw [19:46:03] done [22:40:19] https://github.com/miraheze/python-functions/commit/21f694c2b432172c050edca7a420ced85d9fe39e [22:40:32] It'll be included in my first release [22:40:48] Once I actually package it right [22:41:02] Need to bundle a few scripts too