Sunday, 23rd August 2020
TIL
Skipping a GitHub Actions step without failing
— I wanted to have a GitHub Action step run that might fail, but if it failed the rest of the steps should still execute and the overall run should be treated as a success.
TIL
Rendering Markdown with the GitHub Markdown API
— I wanted to convert the Markdown used in my TILs to HTML, using the exact same configuration as GitHub does. GitHub has a whole load of custom extensions for things like tables and syntax highlighting (see [issue 17](https://github.com/simonw/til/issues/17)).
Release
datasette-render-images 0.3.2
— Datasette plugin that renders binary blob images using data-uris
Release
datasette-graphql 0.15
— Datasette plugin providing an automatic GraphQL API for your SQLite databases
Release
datasette-graphql 1.0
— Datasette plugin providing an automatic GraphQL API for your SQLite databases