Simon Willison
Simon Willison
I'm now using this new upgrade command: ```bash codex exec --dangerously-bypass-approvals-and-sandbox \ 'Run the command tadd and look at the errors and then read ~/dev/datasette/docs/upgrade-1.0a20.md and apply fixes and run...
I left a more detailed comment about this on the discussion thread: - https://github.com/encode/httpx/discussions/3344#discussioncomment-14170874
Found another relevant discussion here: - https://github.com/encode/httpx/discussions/3600
@rajsite thanks for that example, I wrote up some notes on an experiment that it inspired: https://til.simonwillison.net/deno/pyodide-sandbox
Needs a few edits, but this is a good start.
Told Claude Code: > View source on this demo - https://tools.simonwillison.net/side-panel-dialog - then use that as inspiration for a new Datasette feature where clicking on a table row on the...
It built something that worked! I had to add `playwright-python` to the tests for the tests to run but they did, and it worked as a side panel. I had...
Transcript so far: http://gistpreview.github.io/?b65c08b8c9680dd1e9f2307f33339693
https://github.com/user-attachments/assets/ba83da4c-0d1f-4bf2-bb2c-df713db6e44a Still plenty of work to do on this. Note that pagination stopped at 10 on a page with `?_size=5` but with more than 10 items total - so it...
Also making the entire table row a clickable area feels risky, what if you want to click on something in the table row and not have the panel open? Plus...