Elsewhere
Release TIL Research Tool Museum Sighting Comment
Filters: Sorted by date
3,494 results
«« first
« previous
page 89 / 117
next »
last »»
Release
datasette-cluster-map 0.13
— Datasette plugin that shows a map for any data with latitude/longitude columns
Release
dogsheep-beta 0.9
— Build a search index across content from multiple SQLite database tables and run faceted searches against it using Datasette
TIL
Explicit file encodings using click.File
— I wanted to add a `--encoding` option to `sqlite-utils insert` which could be used to change the file encoding used to read the incoming CSV or TSV file - see [sqlite-utils #182](https://github.com/simonw/sqlite-utils/issues/182).
TIL
Upgrading Python Homebrew packages using pip
— [VisiData 2.0](https://www.visidata.org/) came out today. I previously installed VisiData using Homebrew, but the VisiData tap has not yet been updated with the latest version.
Release
swarm-to-sqlite 0.3.2
— Create a SQLite database containing your checkin history from Foursquare Swarm
Release
xml-analyser 1.0
— Simple command line tool for quickly analysing the structure of an arbitrary XML file
TIL
Searching for repositories by topic using the GitHub GraphQL API
— I wanted to use the GitHub GraphQL API to return all of the repositories on the https://github.com/topics/git-scraping page.
TIL
Running Datasette on DigitalOcean App Platform
— [App Platform](https://www.digitalocean.com/docs/app-platform/) is the new PaaS from DigitalOcean. I figured out how to run Datasette on it.
TIL
Manipulating query strings with URLSearchParams
— The `URLSearchParams` class, in [every modern browser](https://caniuse.com/?search=URLSearchParams) since IE 11, provides a sensible API for manipulating query string parameters in JavaScript. I first used it to build Datasette's column action menu, see [table.js](https://github.com/simonw/datasette/blob/0.50a0/datasette/static/table.js) and [issue 981](https://github.com/simonw/datasette/issues/981).
TIL
Using async/await in JavaScript in Selenium
— Thanks [Stuart Langridge](https://twitter.com/sil/status/1312137808111304704) for showing me how to do this:
TIL
Installing Selenium for Python on macOS with ChromeDriver
— I needed to run Selenium on macOS for the first time today. Here's how I got it working.
Release
datasette-cluster-map 0.12.4
— Datasette plugin that shows a map for any data with latitude/longitude columns
«« first
« previous
page 89 / 117
next »
last »»
