Simon Willison
Simon Willison
Another issue about how confusing this is, closed without resolution: - https://github.com/github/docs/issues/25952
Another closed issue about this (apparently I'm collecting them now): - https://github.com/github/docs/issues/26481
I filed an issue here with my own attempt at explaining this feature: - https://github.com/github/docs/issues/32320
It broke at least the year archive page: 
Test failure in Circle CI: https://app.circleci.com/pipelines/github/simonw/simonwillisonblog/951/workflows/01ce1081-96c4-4f0e-8cfc-09360a929d91/jobs/962 ``` System check identified no issues (2 silenced). ......F... ====================================================================== FAIL: test_markup (blog.tests.BlogTests.test_markup) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/circleci/.pyenv/versions/3.11.2/lib/python3.11/site-packages/django/test/testcases.py", line 78, in...
It looks like there are a few extra options we should support: https://devcenter.heroku.com/articles/heroku-cli-commands ``` -t, --team=team team to use --region=region specify region for the app to run in --space=space the...
Now that I've split the heroku command out into a separate default plugin this is a much easier thing to add: https://github.com/simonw/datasette/blob/master/datasette/publish/heroku.py
This looks good to me - do you know any examples of providers that need this? I'd rather use a concrete example as opposed to that `example_query: "test"` one you...
Interesting test failure from `docbuild` here: ``` Document: getting/tutorial -------------------------- ********************************************************************** File "getting/tutorial.rst", line 78, in default Failed example: speed = 23 * ureg.snail_speed Expected: Traceback (most recent call last):...
I'm a bit stuck on what to do next with this one.