datasette icon indicating copy to clipboard operation
datasette copied to clipboard

An open source multi-tool for exploring and publishing data

Results 304 datasette issues
Sort by recently updated
recently updated
newest added

Split from: - https://github.com/simonw/datasette/issues/2415 This is a tracking issue for all of the plugins that will need to add `` in order to keep using the Datasette default button styles....

plugins
css
tracking-issue

Spotted this while browsing a FTS table: ![CleanShot 2024-09-03 at 14 33 52@2x](https://github.com/user-attachments/assets/9ad52fd7-0f76-4bd9-b587-306d0a128a5a) Schema is: ```sql CREATE TABLE 'releases_fts_idx'( segid, term, pgno, PRIMARY KEY(segid, term) ) WITHOUT ROWID; ``` Got...

bug

- Explain how the `actor=` parameter works - Talk about the https://github.com/datasette/datasette-debug-events plugin - Flesh out the top of https://docs.datasette.io/en/latest/events.html a bit more

documentation
events

While hacking around with https://github.com/datasette/datasette-acl I noticed this table: ![CleanShot 2024-08-30 at 17 01 07@2x](https://github.com/user-attachments/assets/22f077fa-5df2-4a4f-adc7-64dd21fc2b4d) Those `resource_id` integers link to this table: ![CleanShot 2024-08-30 at 17 01 17@2x](https://github.com/user-attachments/assets/150cae16-ead5-4b52-87ac-1166b3e7e02c) ```sql CREATE...

enhancement
research