Simon Willison
Simon Willison
This error message here: https://github.com/simonw/django-sql-dashboard/blob/422fce166cfd11f1905ed925a94e25c915ba0373/django_sql_dashboard/views.py#L242-L245 Would be more useful if it suggested replacing that `;` with `chr(59)`.
https://github.com/simonw/til/actions/runs/15311283313  I'm going to disable that.
Got this error loading a 16MB CSV file: > `_csv.Error: field larger than field limit (131072)` Can try fixing with this pattern: https://til.simonwillison.net/python/csv-error-column-too-large
This "Setup Tailscale" step always seems to take around two minutes to complete, which is suspicious because I notice there is a `TIMEOUT: 2m` variable in there: https://github.com/simonw/scrape-doge-gov/blob/239805970ea155976b111b1d1671c5f64c9d8a84/.github/workflows/scrape.yml#L33-L39 ```yaml -...