August 2020
110 posts: 5 entries, 10 links, 5 quotes, 90 beats
Aug. 9, 2020
Datasette 0.46 (via) I just released Datasette 0.46 with a security fix for an issue involving CSRF tokens on canned query pages, plus a new debugging tool, improved file downloads and a bunch of other smaller improvements.
Aug. 10, 2020
TIL
Enabling WAL mode for SQLite database files
— I was getting occasional `Error: database is locked` messages from a Datasette instance that was running against a bunch of different SQLite files that were updated by cron scripts (my personal [Dogsheep](https://dogsheep.github.io/)).
TIL
Attaching a bash shell to a running Docker container
— Use `docker ps` to find the container ID:
Aug. 11, 2020
TIL
Packaging a Python CLI tool for Homebrew
— I finally figured out how to package [Datasette](https://github.com/simonw/datasette) for installation with Homebrew. My package was accepted into Homebrew core, which means you can now install it like this:
Aug. 12, 2020
TIL
How to call pip programatically from Python
— I needed this for the `datasette install` and `datasette uninstall` commands, see [issue #925](https://github.com/simonw/datasette/issues/925).
Aug. 13, 2020
We’re generally only impressed by things we can’t do - things that are beyond our own skill set. So, by definition, we aren’t going to be that impressed by the things we create. The end user, however, is perfectly able to find your work impressive.
Release
datasette-graphql 0.12
— Datasette plugin providing an automatic GraphQL API for your SQLite databases
Weeknotes: Installing Datasette with Homebrew, more GraphQL, WAL in SQLite
This week I’ve been working on making Datasette easier to install, plus wide-ranging improvements to the Datasette GraphQL plugin.
[... 1,009 words]
Release
datasette-graphql 0.12.1
— Datasette plugin providing an automatic GraphQL API for your SQLite databases
Aug. 14, 2020
Release
datasette-cluster-map 0.11
— Datasette plugin that shows a map for any data with latitude/longitude columns
Release
datasette-cluster-map 0.11.1
— Datasette plugin that shows a map for any data with latitude/longitude columns
TIL
Pointing a custom subdomain at Read the Docs
— I host the documentation for Datasette on [Read the Docs](https://readthedocs.org/). Until today it lived at https://datasette.readthedocs.io/ but today I moved it to a custom subdomain, https://docs.datasette.io/
Aug. 15, 2020
TIL
Code coverage using pytest and codecov.io
— I got my [asgi-csrf](https://github.com/simonw/asgi-csrf) Python package up to 100% code coverage. Here's [the pull request](https://github.com/simonw/asgi-csrf/issues/13).
Release
datasette-upload-csvs 0.5
— Datasette plugin for uploading CSV files and converting them to database tables
Aug. 16, 2020
Release
datasette-graphql 0.12.2
— Datasette plugin providing an automatic GraphQL API for your SQLite databases
Release
datasette-cluster-map 0.12
— Datasette plugin that shows a map for any data with latitude/longitude columns
«« first
« previous
page 2 / 4
next »
last »»
