Writing tests for the ASGI lifespan protocol with HTTPX
Uvicorn silently ignores exceptions that occur during startup against the ASGI lifespan protocol - see [starlette/issues/486](https://github.com/en...
149 words
|
1 minute
Creating a dynamic line chart with SVG
I helped build the tide chart visualizations for [Rocky Beaches](https://www.rockybeaches.com/).
792 words
|
4 minutes
Listen to a web page in Mobile Safari
I found a better way to listen to a whole web page through text-to-speech on Mobile Safari today.
160 words
|
1 minute
Complete Guide to Uninstalling Linkding from CoreOS
A comprehensive step-by-step guide for completely removing Linkding bookmark manager from CoreOS systems, including services, containers, data, and configuration files.
837 words
|
4 minutes
os.remove() on Windows fails if the file is already open
I puzzled over this one for [quite a while](https://github.com/simonw/sqlite-utils/issues/503) this morning. I had this test that was failing with ...
205 words
|
1 minute
Usable horizontal scrollbars in the Django admin for mouse users
I got a complaint from a Windows-with-mouse user of a Django admin project I'm working on: they couldn't see the right hand columns in a table with...
304 words
|
2 minutes
CLI tools hidden in the Python standard library
Seth Michael Larson [pointed out](https://twitter.com/sethmlarson/status/1674141676325990400) that the Python `gzip` module can be used as a CLI to...
1597 words
|
8 minutes
Defining setup.py dependencies using a URL
For [sqlite-utils issue 464](https://github.com/simonw/sqlite-utils/issues/464) I implemented a fix to a tiny bug in a dependency in [my own fork](...
204 words
|
1 minute