-
1. Have a sqlite db stored in Dropbox
2. Previously tried the Digital Ocean build pack minimal approach (e.g. Procfile, requirements.txt, bin/post_compile)
3. bin/post_compile with wget from Dropbox…
-
I'm having trouble running `datasette` (or any of the releases) on Linux:
```bash
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.4 LTS
Release: 2…
-
Have you considered adding support for Asychronous APIs for the models that support it? It would make deploying `llm` as part of a web application easier and more scalable.
Would you accept contrib…
-
In June, we noticed that the hosted instance suddenly got unusable. In principle, it did still _work_ but it was just ridiculously, unreasonably slow, with the most basic requests taking multiple minu…
-
## What
Look into 502 errors caused by https://datasette.planning.data.gov.uk/
## Why
We want to understand and identify any instabilities in the platform so that we can mitigate any performance is…
-
Currently users can enter any actor ID they like, including actors that might note exist.
For Datasette Cloud we know who the users are. We solved this issue in `datasette-comments` previously with…
-
```bash
sqlite-utils ask content.db 'how many repos and releases?'
```
And a `-m model_id` option for switching models.
Still needed:
- [x] #4
- [x] #2
- [x] #5
- [x] #3
## Stretch goal…
-
The current design of the website makes it difficult to search and find projects according to criteria such as "programming languages" or specific topics. Therefore, the project always receives poor f…
-
This issue should be used for tracking and discussing what a "minimum viable product" of the FAIR COVID-19 Data for 🇨🇦 project would look like and what tasks must be accomplished.
## What would a m…
-
Spotted in:
- #2422
https://github.com/simonw/datasette/blob/0bc6a2af89a2201d55650c47f8cdbf8aa26255d4/datasette/cli.py#L84-L91
It's inconsistent with our other environment variables, which all …