Simon Willison
Simon Willison
Refs #1191 Next steps: - [ ] Get comfortable that this pattern is the right way to go - [ ] Implement it for all of the other pages, not...
This came up just now here: > This would be a bit easier if I moved all code in Datasette that loops through a list of tables to consult the...
E.g. after https://til.simonwillison.net/sqlite/sqlite-vec my https://til.simonwillison.net/tils.db needs the `vec0` extension if you are going to browse the `vec_tils` table, but the rest of the UI should work by skipping that table...
The various instance/database/table/row action menus all support optional descriptions now. If the `menu_links` menu (the burger bar one in the top right) supported this too they could be a lot...
Refs: - https://github.com/simonw/datasette-remote-metadata/pull/5
I got this error in Mobile Safari on this page: https://www.muicss.com/docs/v1/webcomponents/buttons  Mobile Safari does support WebComponents.
I am worried about NumPy 2 ---- 📚 Documentation preview 📚: https://sqlite-utils--631.org.readthedocs.build/en/631/
- [x] Closes #1969 - [ ] Executed `pre-commit run --all-files` with no errors - [x] The change is fully covered by automated unit tests - [x] Documented in docs/...
Refs: - #30
I was following this notebook: https://github.com/anthropics/courses/blob/cf2979dc88626f15c760ce83bc9e9e21015fcac5/prompt_engineering_interactive_tutorial/Anthropic%201P/00_Tutorial_How-To.ipynb I cloned the repo and started the notebook like this, which was delightfully fast: ``` uv run jupyter-notebook . ``` But I got an...