Elsewhere
Release TIL Research Tool Museum Sighting Comment
Filters: Sorted by date
3,494 results
«« first
« previous
page 93 / 117
next »
last »»
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
Creating a dynamic line chart with SVG
— I helped build the tide chart visualizations for [Rocky Beaches](https://www.rockybeaches.com/).
TIL
Providing a "subscribe in Google Calendar" link for an ics feed
— If you provide your own custom generated ICS file hosted at a URL it's nice to be able to give Google Calendar users an easy way to subscribe to that feed.
TIL
Dynamically loading multiple assets with a callback
— For [datasette-leaflet-geojson](https://github.com/simonw/datasette-leaflet-geojson) I wanted to dynamically load some external CSS and JavaScript and then execute some code once they had loaded ([issue 14](https://github.com/simonw/datasette-leaflet-geojson/issues/14)).
TIL
Outputting JSON with reduced floating point precision
— [datasette-leaflet-geojson](github.com/simonw/datasette-leaflet-geojson) outputs GeoJSON geometries in HTML pages in a way that can be picked up by JavaScript and used to plot a Leaflet map.
Release
datasette-leaflet-geojson 0.6
— Datasette plugin that replaces any GeoJSON column values with a Leaflet map.
TIL
Working around the size limit for nodeValue in the DOM
— TIL that `nodeValue` in the DOM has a size limit!
Release
datasette-leaflet-geojson 0.5
— Datasette plugin that replaces any GeoJSON column values with a Leaflet map.
Release
datasette-graphql 0.14
— Datasette plugin providing an automatic GraphQL API for your SQLite databases
TIL
Using grep to write tests in CI
— GitHub Actions workflows fail if any of the steps executes something that returns a non-zero exit code.
Release
datasette-graphql 0.13
— Datasette plugin providing an automatic GraphQL API for your SQLite databases
Release
datasette-schema-versions 0.1
— Datasette plugin that shows the schema version of every attached database
Release
datasette-graphql 0.12.3
— Datasette plugin providing an automatic GraphQL API for your SQLite databases
TIL
Programatically accessing Heroku PostgreSQL from GitHub Actions
— My [db-to-sqlite](https://github.com/simonw/db-to-sqlite) tool can connect to a PostgreSQL database, export all of the content and write it to a SQLite database file on disk.
TIL
Read the Docs Search API
— I stumbled across this API today: https://docs.datasette.io/_/api/v2/docsearch/?q=startup&project=datasette&version=stable&language=en
Release
datasette-cluster-map 0.12
— Datasette plugin that shows a map for any data with latitude/longitude columns
Release
datasette-graphql 0.12.2
— Datasette plugin providing an automatic GraphQL API for your SQLite databases
Release
datasette-upload-csvs 0.5
— Datasette plugin for uploading CSV files and converting them to database tables
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).
«« first
« previous
page 93 / 117
next »
last »»
