Simon Willison
Simon Willison
> I don't know how/if you do automated tests for performance, so I haven't changed any of the tests. We don't have any performance tests yet - would be a...
> We don't have any performance tests yet - would be a useful thing to add, I've not built anything like that before (at least not in CI, I've always...
Writing the tests will be a bit tricky since we need to confirm that the `include_table_top(datasette, database, actor, table)` arguments were all passed correctly but the only thing we get...
I think this is missing the `_macro.html` template file but I have that in my Dropbox.
I deployed this to https://datasette-issue-1129.vercel.app/ (using `datasette publish vercel fixtures.db --branch 8d4c69c6fb0ef741a19070f5172017ea3522e83c --about_url https://github.com/simonw/datasette/issues/1129 --about datasette/issues/1129 --project datasette-issue-1129`) - weirdly, on Mobile Safari the footer appears just below the visible...
What if the hamburger menu in the top right was replaced by a cog icon instead, and the menu it opens looked identical to the actions menu albeit with the...
Assigning @asg017
I can remove this code too: https://github.com/simonw/datasette/blob/6f41c8a2bef309a66588b2875c3e24d26adb4850/datasette/database.py#L190-L192
This isn't actually working - the outer code attempts to send an `.interrupt()` call to the connection object via the `connections` thread-local, which doesn't work because it's a thread-local so...
> As a bonus, the Docker image becomes smaller That's a huge surprise to me! And most welcome.