\documentclass{article} \usepackage[a4paper]{geometry} \title{ Fixing the WS Contest tool } \author{ Sam Wilson } \date{ 2023 January 31 (Tuesday), 2:43AM } \begin{document} \maketitle \tableofcontents The WS Contest tool was breaking on Index pages that don't yet have any (existing) pages. The problem was in the usage of the dflydev/dot-access-data\footnote{\url{https://packagist.org/packages/dflydev/dot-access-data}}, which is a thing for pulling values out of deep arrays. It's sort of useful, but not widely used so does feel a bit weird. Maybe we should remove it from wikisource/api\footnote{\url{https://packagist.org/packages/wikisource/api}}. Actually, scratch that: I just went to look, and it's got eighty-three million installs on Packagist. So I guess it's more widely used than I'd thought. I'll leave it in for now. \end{document}