Simon Willison’s Weblog

Subscribe

Tuesday, 15th November 2022

TIL Writing tests with Copilot — I needed to write a relatively repetitive collection of tests, for a number of different possible error states.
TIL HTML datalist — A [Datasette feature suggestion](https://github.com/simonw/datasette/issues/1890) concerning autocomplete against a list of known values inspired me to learn how to use the HTML `<datalist>` element ([see MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist)).