-
https://github.com/dogsheep/github-to-sqlite/actions/runs/4080058087/jobs/7032116511
-
The `upload` command currently only handles static images:
https://github.com/dogsheep/photos-to-sqlite/blob/d939455af00e07866686457ee2fcb9b2d1b7194e/photos_to_sqlite/utils.py#L26-L33
Need to co…
-
Some plugins like `datasette-publish-vercel` or `dogsheep-beta` don't currently make sense with Datasette Desktop.
A way to mark these would be useful as it could then be taken advantage of by the …
-
dogsheep-photos allows to annotate photos using Apple Photo's db. It would be nice to have such ability on other OSes too. For example using trained local model or using Google Vision API (see #14).
-
Columns `duration`, `totalDistance` and `totalEnergyBurned` should be converted to float.
https://github.com/dogsheep/healthkit-to-sqlite/blob/71e36e1cf034b96de2a8e6652265d782d3fdf63b/healthkit_to_…
-
Similar to `twitter-to-sqlite fetch`, see https://github.com/dogsheep/twitter-to-sqlite/issues/51
-
I deployed my swarm data to Vercel using the command `datasette publish vercel checkins.db --install=datasette-cluster-map --project=my-swarm`, but the path `heckins/checkin_details` is inaccessible.
…
-
When JSON fields are rendered in a jinja2 template, it is handy to be able to manipulate them as data (e.g., iterate over an array of values).
Ansible has a "from_json" function, which just called…
-
Having installed in a venv I get:
```
(venv) (base) Robins-MacBook:datasette robin$ photo-to-sqlite apple-photos photos.db
-bash: photo-to-sqlite: command not found
```
-
## Motivation
For a long running command (longer than 1 minute) for a big table (like pull requests or commits), it can be tricky to know if the script is still running, or if a rate limit/error wa…