Simon Willison

Results 768 issues of Simon Willison

I'm running Litestream using temporary S3 credentials that expire after 12 hours (created using the same mechanism as this: https://github.com/simonw/s3-credentials/blob/0.12.1/README.md) I'm running in a container on Fly that fetches fresh...

Litestream configuration files currently support the following two S3 credential settings: ``` access-key-id: AKIAxxxxxxxxxxxxxxxx secret-access-key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxx ``` There is a third setting needed for some AWS credentials - the session...

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` option AFTER the positional...

bug

https://twitter.com/getluky/status/1424941270221266946 > These are all great recommendations and would definitely help! Even better would be if the tool could programmatically detect or warn of unsafe configurations...

enhancement

> This has made me think that maybe a cool ability would be if you could run a pre-compiled Django SQL Dashboard in its own Docker container and point it...

research

From https://twitter.com/webology/status/1397637331667103749 ![0D7BC065-585E-458D-A785-B81DFE6F92C7](https://user-images.githubusercontent.com/9599/119728362-3dd0de80-be28-11eb-878c-133e66de5129.jpeg)

tests
refactor

Since dashboards are each a simple list of SQL queries storing a full history of versions for each one should be really inexpensive. This could provide a full "undo" stack,...

enhancement

The tests are currently failing. The difference looks to be pytest-django 4.3.0. The last tests that passed show this: ``` platform linux -- Python 3.8.10, pytest-6.2.4, py-1.10.0, pluggy-0.13.1 django: settings:...

research