Loading lit from Skypack
[Lit 2](https://lit.dev/blog/2021-09-21-announcing-lit-2/) stable was released today, offering a tiny, feature-full framework for constructing web ...
100 words
|
1 minute
Bulk editing status in GitHub Projects
GitHub Projects has a mechanism for bulk updating the status of items, but it's pretty difficult to figure out how to do it.
130 words
|
1 minute
Saving an in-memory SQLite database to a file in Python
I was messing around in Python with an in-memory SQLite database, when I decided I actually wanted to save my experimental database to a file so I ...
112 words
|
1 minute
Writing an Azure Function that serves all traffic to a subdomain
[Azure Functions](https://docs.microsoft.com/en-us/azure/azure-functions/) default to serving traffic from a path like `/api/FunctionName` - for ex...
145 words
|
1 minute
Remember to commit when using datasette.execute_write_fn()
I was writing some code for [datasette-auth-tokens](https://github.com/simonw/datasette-auth-tokens) that used [db.execute_write_fn()](https://docs...
177 words
|
1 minute
shot-scraper for a subset of table columns
For [Datasette issue #1844](https://github.com/simonw/datasette/issues/1844) I wanted to create the following screenshot:
226 words
|
1 minute
GitHub Pages: The Missing Manual
[GitHub Pages](https://pages.github.com/) is an excellent free hosting platform, but the documentation is missing out on some crucial details.
439 words
|
2 minutes
Setting up a custom subdomain for a GitHub Pages site
This is so much easier than I was expecting it to be.
227 words
|
1 minute