datasette
datasette copied to clipboard
An open source multi-tool for exploring and publishing data
The link to the [Seattle Public Art Data](https://data.seattle.gov/Community/Public-Art-Data/j7sn-tdzk) under the Glitch section of the [getting started page](https://github.com/simonw/datasette/blob/main/docs/getting_started.rst#try-datasette-without-installing-anything-using-glitch) returns a 404. Maybe it's just good old link rot? I tried googling...
## Problem description I tried run datasette in immutable and directory mode at the same time. [The documentation](https://docs.datasette.io/en/stable/settings.html#configuration-directory-mode) on this is a little ambiguous, but I figured out that if...
When trying to run the tests to be sure that everything works, I keep getting the error below. I have tried upgrading pytest to the latest but no change ````...
Bumps [rollup](https://github.com/rollup/rollup) from 3.3.0 to 3.29.5. Release notes Sourced from rollup's releases. v3.29.4 3.29.4 2023-09-28 Bug Fixes Fix static analysis when an exported function uses callbacks (#5158) Pull Requests #5158:...
First off, thanks for datasette. 🙏🏻 Checking [Evolution's](https://help.gnome.org/users/evolution/stable/) data, I've hit a snag with tables with names like `[Gmail]/Inbox`. A minimal reproduction: ```shell $ sqlite3 /tmp/slashes SQLite version 3.45.1 2024-01-30...
I set `allow_download off` both in `setting.json`amd in `metadata.json` or `metadata.yml` as follows: **setting.json** ``` { "default_facet_size": 30, "default_page_size": 200, "facet_suggest_time_limit_ms": 50, "facet_time_limit_ms": 1000, "max_returned_rows": 1000, "sql_time_limit_ms": 1000, "truncate_cells_html": 0,...
I set up a Datasette instance with two databases containing legislation. Some fields are long. Improving Datasette by highlighting the searched word/s would be valuable in making the search effective...
The datasette server command 302 redirects paths such as `//example.com/` to '//example.com' which is followed by curl and browsers to 'https://example.com'. Note, the path needs to begin with double-slash and...
As per [our discussion on Mastodon](https://devdilettante.com/@roland/113119269601435264) and related to #2349: 1. Me: SQLite folks the `%V` to get the ISO Week number doesn't work: `select strftime('%V', '2022-12-03 14:16:00') as week...
https://github.com/simonw/datasette/blob/832f76ce26ffb2f3e27a006ff90254374bd90e61/datasette/utils/asgi.py#L138-L140 Datasette GET requests often use `?_facet=category&_facet=size` - but right now there's no neat way to handle that with POST data, since this code reduces any multiple values to just...