\documentclass{article} \usepackage[a4paper]{geometry} \title{ MediaWiki things } \author{ Sam Wilson } \date{ 2022 June 13 (Monday), 1:54AM } \begin{document} \maketitle \tableofcontents It's only 10 o'clock on Monday morning, and I'm already three bugs deep in a queue of "oh, I'll just have a quick look at why that thing isn't working." I wanted to confirm the way in which WikiEditor loads the CSS that disables the \texttt{resize: none} on the main edit form textarea. But of course I'm doing so with PHP 8.1 (for a laugh) and so hit a deprecation notice, so fixed that\footnote{\url{https://gerrit.wikimedia.org/r/c/mediawiki/core/+/804798}}, and now am getting \texttt{Error: Class "FormatJson" not found}… everywhere. I think it's a weirdness with LocalisationCache. The question is whether I'll remember what I was trying to do an hour ago, after I've figured this one out. Probably not, but a feint feeling of enqueued context will persist for the rest of the day, making sure I keep feeling worried. Oh well. \end{document}