Elsewhere
Release TIL Research Tool Museum
Filters: Sorted by date
3,014 results
«« first
« previous
page 77 / 101
next »
last »»
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
TIL
Escaping strings in Bash using !:q
— TIL this trick, [via Pascal Hirsch](https://twitter.com/phphys/status/1311727268398465029) on Twitter. Enter a line of Bash starting with a `#` comment, then run `!:q` on the next line to see what that would be with proper Bash escaping applied.
Release
datasette-cluster-map 0.12.3
— Datasette plugin that shows a map for any data with latitude/longitude columns
Release
datasette-cluster-map 0.12.2
— Datasette plugin that shows a map for any data with latitude/longitude columns
Release
datasette-cluster-map 0.12.1
— Datasette plugin that shows a map for any data with latitude/longitude columns
Release
datasette-import-table 0.2
— Datasette plugin for importing tables from other Datasette instances
Release
datasette-import-table 0.1
— Datasette plugin for importing tables from other Datasette instances
Release
datasette-import-table 0.1a2
— Datasette plugin for importing tables from other Datasette instances
Release
datasette-import-table 0.1a1
— Datasette plugin for importing tables from other Datasette instances
Release
datasette-import-table 0.1a0
— Datasette plugin for importing tables from other Datasette instances
TIL
Figuring out if a text value in SQLite is a valid integer or float
— Given a table with a `TEXT` column in SQLite I want to figure out if every value in that table is actually the text representation of an integer or floating point value, so I can decide if it's a good idea to change the type of the column (using [sqlite-utils transform](https://sqlite-utils.datasette.io/en/stable/python-api.html#transforming-a-table)).
TIL
Understanding option names in Click
— I hit [a bug today](https://github.com/simonw/datasette/issues/973) where I had defined a Click option called `open` but in doing so I replaced the Python bulit-in `open()` function:
Release
dogsheep-beta 0.9a0
— Build a search index across content from multiple SQLite database tables and run faceted searches against it using Datasette
«« first
« previous
page 77 / 101
next »
last »»