Simon Willison’s Weblog

Subscribe
Atom feed

Elsewhere

Filters: Sorted by date

Release datasette-sentry 0.2a0 — Datasette plugin for configuring Sentry
Release datasette 0.62a1 — An open source multi-tool for exploring and publishing data
Release sqlite-utils 3.28 — Python CLI utility and library for manipulating SQLite databases
TIL Freezing requirements with pip-tools — I tried [pip-tools](https://github.com/jazzband/pip-tools) for the first time today to pin the requirements for the [natbat/pillarpointstewards](https://github.com/natbat/pillarpointstewards) Django app.
None
TIL Testing Electron apps with Playwright and GitHub Actions — Yesterday [I figured out (issue 133)](https://github.com/simonw/datasette-app/issues/133) how to use Playwright to run tests against my Electron app, and then execute those tests in CI using GitHub Actions, for my [datasett-app](https://github.com/simonw/datasette-app) repo for my [Datasette Desktop](https://datasette.io/desktop) macOS application.
None
Release datasette-publish-vercel 0.14 — Datasette plugin for publishing data using Vercel
TIL Upgrading packages with npm — There's a new version of [Vite](https://vitejs.dev/) out (3.0) and I wanted to upgrade my [datasette-table](https://github.com/simonw/datasette-table) package to use it.
None
Release datasette-app 0.2.2 — The Datasette macOS application
Release datasette-app-support 0.11.6 — Part of https://github.com/simonw/datasette-app
Release sqlite-comprehend 0.2.2 — Tools for running data in a SQLite database through AWS Comprehend
Release datasette-ics 0.5.2 — Datasette plugin for outputting iCalendar files
TIL Conditionally running a second job in a GitHub Actions workflow — My [simonwillisonblog-backup workflow](https://github.com/simonw/simonwillisonblog-backup/blob/main/.github/workflows/backup.yml) periodically creates a JSON backup of my blog's PostgreSQL database, using [db-to-sqlite](https://datasette.io/tools/db-to-sqlite) and [sqlite-diffable](https://datasette.io/tools/sqlite-diffable). It then commits any changes back to the repo using this pattern:
None
Release sqlite-comprehend 0.2.1 — Tools for running data in a SQLite database through AWS Comprehend
Release sqlite-comprehend 0.2 — Tools for running data in a SQLite database through AWS Comprehend
Release sqlite-diffable 0.4 — Tools for dumping/loading a SQLite database to diffable directory structure
Release sqlite-diffable 0.3 — Tools for dumping/loading a SQLite database to diffable directory structure
Release sqlite-comprehend 0.1 — Tools for running data in a SQLite database through AWS Comprehend
Release sqlite-comprehend 0.1a0 — Tools for running data in a SQLite database through AWS Comprehend
TIL Reporting bugs in GitHub to GitHub — I found out today (via [this post](https://github.com/github-community/community/discussions/19988)) about a dedicated interface for reporting bugs in GitHub to GitHub:
None
TIL Passing command arguments using heredoc syntax — This trick works for both Bash and zsh.
None
Release datasette-redirect-to-https 0.2 — Datasette plugin that redirects all non-https requests to https
Release datasette-unsafe-expose-env 0.1.1 — Datasette plugin to expose some environment variables at /-/env for debugging
Release datasette-expose-env 0.1 — Datasette plugin to expose selected environment variables at /-/env for debugging
Release datasette-upload-csvs 0.7.2 — Datasette plugin for uploading CSV files and converting them to database tables
Release datasette-packages 0.2 — Show a list of currently installed Python packages
Release datasette-graphql 2.1 — Datasette plugin providing an automatic GraphQL API for your SQLite databases
Release datasette-edit-schema 0.5 — Datasette plugin for modifying table schemas
Release s3-ocr 0.4 — Tools for running OCR against files stored in S3
Release s3-credentials 0.12 — A tool for creating credentials for accessing S3 buckets
Release s3-ocr 0.3 — Tools for running OCR against files stored in S3