-
We have a lot of sites that make use of showing data in a table format. However, on mobile, the horizontal space is limited and bootstrap's default solution with `table-responsive` (https://getbootstr…
-
Minor data cleanliness problem:
https://github.com/CSSEGISandData/COVID-19/blob/f70933a798f3a78b11f9fa455704881f627af787/csse_covid_19_data/csse_covid_19_daily_reports/03-09-2020.csv#L121
v.s.
http…
-
With 1.0 growing ever closer, I'm running into some problems with plugins. [datasette-secrets](https://github.com/datasette/datasette-secrets) is currently only compatible with 1.0a+ because of the wa…
-
-
Thanks @simonw for a great tool. I've played with this (maybe not as the tool intended) as a tool to aggregate all my "life data" into one db. I use cluster map as a great display tool, and I attempt…
-
There is already a `brew install datasette` for the command line tool.
@simonw - is the app version cross-platform or macOS only?
-
Notes here https://til.simonwillison.net/python/pyproject - I've been using this for some of my own recent plugins, e.g. https://github.com/datasette/datasette-remote-actors
-
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.
…
-
Hey - just a note to say thanks for the plugin.
I'm in the grey zone where I'm not a programmer but love to play around with tools like datasette.
Any chance we could use a cache for repeat ad…
-
This works fine:
```
% litestream replicate \
-exec "datasette -h 0.0.0.0 -p 8042 notebook.db" \
notebook.db \
"s3://my-litestream-bucket/notebook.db"
```
But if you put the `-exec` optio…