[15:27:01] Xtools reports a 2 day replication lag. Is there a ticket about it? [15:27:29] https://phabricator.wikimedia.org/T337446 [15:28:01] Ouch, thanks! [15:30:36] Is it just me that finds the whole thing around jekyll to create a blog a bit frustrating :-( [15:30:53] or maybe I am missing the right IDE [15:31:32] re: https://wmhack2023.github.io/ that is. [16:47:51] In Codesearch, can I find a file with a particular name in all the possible repositories? [16:52:10] If I write a file name in the "File path" field, I get no results, even though I'm sure it exists in some repos. Maybe I need to write a regex that represents a full path? But how? [17:05:14] using `...` as the regex to search for (in the file contents, not the path) seems to work [17:05:22] https://codesearch.wmcloud.org/search/?q=...&files=%5Ei18n%2Fpnb%5C.json&excludeFiles=&repos= [17:07:14] https://codesearch.wmcloud.org/search/?q=%40metadata&files=cpx.json%24&excludeFiles=&repos= [17:09:40] (assuming "@metadata" is present in all those files, but all i18n files *should*, i think.) [17:09:41] Either way, combining it with Lucas's ... solution gives: https://codesearch.wmcloud.org/search/?q=...&files=cpx%5C.json%24&excludeFiles=&repos= (re @jhsoby: https://codesearch.wmcloud.org/search/?q=%40metadata&files=cpx.json%24&excludeFiles=&repos=) [17:29:54] 1. Thanks. [17:29:56] 2. WTF.