For makeFileSizeRenderer, I've got a use case for always showing the size in GB, even though the size might be just a few bytes.
If I were to make a pull request to add such support, would you also like me to rewrite the function so it doesn't use the Function constructor, but just return a normal function instead?