Elsewhere
Release TIL Research Tool Museum
Filters: Sorted by date
3,116 results
«« first
« previous
page 37 / 104
next »
last »»
Release
datasette-edit-templates 0.4.3
— Plugin allowing Datasette templates to be edited within Datasette
Release
datasette-edit-templates 0.4.2
— Plugin allowing Datasette templates to be edited within Datasette
Release
datasette-edit-templates 0.4.1
— Plugin allowing Datasette templates to be edited within Datasette
Release
datasette-edit-templates 0.4
— Plugin allowing Datasette templates to be edited within Datasette
Release
datasette-cluster-map 0.18.1
— Datasette plugin that shows a map for any data with latitude/longitude columns
Release
datasette-edit-templates 0.3
— Plugin allowing Datasette templates to be edited within Datasette
TIL
Publish releases to PyPI from GitHub Actions without a password or token
— I published a package to [PyPI](https://pypi.org) today using their [Trusted Publishers](https://docs.pypi.org/trusted-publishers/) mechanism for the first time.
TIL
Using pprint() to print dictionaries while preserving their key order
— While parsing a CSV file using `csv.DictReader` today I noticed the following surprising result:
TIL
Using expect() to wait for a selector to match multiple items
— In the Playwright tests for [datasette-cluster-map](https://github.com/simonw/datasette-cluster-map) I wanted to assert that two markers had been displayed on a Leaflet map.
Release
datasette-cluster-map 0.18
— Datasette plugin that shows a map for any data with latitude/longitude columns
TIL
literalinclude with markers for showing code in documentation
— I [wanted to include](https://github.com/simonw/datasette/issues/1830) some example Python tests in the Datasette documentation - but since they were tests, I also wanted to execute them as part of my test suite to make sure they worked correctly.
TIL
Writing Playwright tests for a Datasette Plugin
— I really like [Playwright](https://playwright.dev/) for writing automated tests for web applications using a headless browser. It's pretty easy to install and run, and it works well in GitHub Actions.
TIL
How to get Cloudflare to cache HTML
— To my surprise, if you setup a [Cloudflare](https://www.cloudflare.com/) caching proxy in front of a website it won't cache HTML pages by default, even if they are served with `cache-control:` headers.
TIL
Running Varnish on Fly
— The goal: run [Varnish](https://varnish-cache.org/) in a [Fly](https://fly.io/) container as a caching proxy in front of another Fly application.
TIL
GitHub Actions, Issues and Pages to build a daily planner
— I'm trying a new thing: a private daily planner, where each day I note down my goals for the day and make notes on my progress towards them as the day progresses.
Release
datasette-haversine 0.2.1
— Datasette plugin that adds a custom SQL function for haversine distances
TIL
Running Steampipe extensions in sqlite-utils and Datasette
— [Steampipe](https://steampipe.io/) build software that lets you query different APIs directly from SQL databases.
«« first
« previous
page 37 / 104
next »
last »»