Elsewhere
Release TIL Research Tool Museum
Filters: Sorted by date
3,116 results
«« first
« previous
page 87 / 104
next »
last »»
TIL
Password hashing in Python with pbkdf2
— I was researching password hashing for [datasette-auth-passwords](https://github.com/simonw/datasette-auth-passwords). I wanted very secure defaults that would work using the Python standard library without any extra dependencies.
TIL
Using heroku pg:pull to restore a backup to a macOS laptop
— Today I worked out how to use the Heroku `pg:pull` command and [Postgres.app](https://postgresapp.com/) to pull a Heroku backup to my laptop.
TIL
Paginating through the GitHub GraphQL API with Python
— (See also [Building a self-updating profile README for GitHub](https://simonwillison.net/2020/Jul/10/self-updating-profile-readme/) on my blog)
Release
datasette-configure-fts 1.0
— Datasette plugin for enabling full-text search against selected table columns
Release
datasette-write 0.1
— Datasette plugin providing a UI for executing SQL writes against the database
Release
datasette-allow-permissions-debug 0.1
— Always allow access to /-/permissions, for debugging
TIL
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/encode/starlette/issues/486).
Release
datasette-write 0.1a
— Datasette plugin providing a UI for executing SQL writes against the database
«« first
« previous
page 87 / 104
next »
last »»