Zane Selvans
Zane Selvans
I'd also appreciate having it available via conda!
Agree matching the theme in table view would be nice. In addition, in the dark theme the text on the main page that lists the tables is all black, on...
The lazy-loading that the CSV file reader/explorer uses is amazing. It can handle files with a million rows, and yet feels like it's got the whole thing available (at least,...
I found the mental and physical separation between the TOTP code field and the "update profile" button (at the bottom of the page, off-screen) confusing when I set this up....
Ah, okay so `--extra-options` applies to both `datasette publish` and `datasette package`? There wren't any examples of it being used with `publish` in the docs, so this tripped me up...
Is there already functionality that can be used to validate the `metadata.json` file? Is there a JSON Schema that defines it? Or a validation that's available via datasette with Python?...
@zschira is working with Pydantic while converting between and validating JSON frictionless datapackage descriptors that annotate an SQLite DB ([extracted from FERC's XBRL data](https://github.com/catalyst-cooperative/ferc-xbrl-extractor)) and the Datasette YAML metadata [so...
We're using `rstcheck` as a pre-commit hook in several of our repos, integrated with https://pre-commit.ci and the `v6.0.0a1` release has bumped the version of the hooks, and seems to be...
I think it would be good to consider adding multiline strings back in for two reasons: * Having each element of a list on a separate line makes it clearer...
I'm having the same issue. The plugin does add extra space in the margin on the left hand side of every cell, where linting error indicators would show up, but...