Simon Willison
Simon Willison
Looks like Moto doesn't support Python 3.7 any more: ERROR: No matching distribution found for moto>=5.0.4; extra == "test"
I just came looking for this feature myself. I want to be able to run the equivalent of this (but in Python): ```bash wget https://github.com/brettcannon/cpython-wasi-build/releases/download/v3.13.0/python-3.13.0-wasi_sdk-24.zip unzip python-3.13.0-wasi_sdk-24.zip wasmtime run --dir...
Thanks! Posted that feature request here: - https://github.com/bytecodealliance/wasmtime/issues/9608
Closed by: https://github.com/simonw/sqlite-utils/commit/42230709f764b4105cb8a29310145d7223409148
The API we call is `/data/Street_Tree_List.json?_size=max&_labels=on&_extra=count&_extra=next_url&_shape=objects` Which now returns: ```json { "ok": true, "next": "1000", "next_url": ".../data/Street_Tree_List.json?_size=max&_labels=on&_extra=count&_extra=next_url&_shape=objects&_next=1000", "count": 10001, "rows": [], "truncated": false } ``` Can we tell from this...
In the template: https://github.com/simonw/datasette/blob/d021ce97aa60c48441bad7a976112b2bb11f6ccd/datasette/templates/table.html#L44 ```html+jinja {% if count == count_limit + 1 %}>{{ "{:,}".format(count_limit) }} rows ``` We don't expose `count_limit` in the JSON yet.
I'm going to disable it for the moment.
From https://pypi.org/project/wasmer/1.1.0/ it looks like Python 3.10 should work to - it's just 3.11 that seems to be missing a build.
This relates to: - #716 I think the fix will be to teach the various Qwen 3 plugins to treat `...` as an annotation, or maybe as text that is...
I just found a mention of `record_har_path` in the `browser.new_context()` documentation too, not sure how I missed that earlier - maybe because it didn't come up in search? https://playwright.dev/python/docs/next/api/class-browser#browser-new-context-option-record-har-path