Simon Willison

Results 764 issues of Simon Willison

Tracking issue. Main things to solve are: - [ ] #2457 - [ ] #1152 - [ ] #461 Related issues to solve: - [ ] https://github.com/simonw/datasette/issues/2402 - [ ]...

authentication-and-permissions
tracking-issue

The term "resource" is not consistently applied within Datasette's permissions code at the moment. https://github.com/simonw/datasette/blob/d9a450b19797e89d70aec70406ed595d9f14dcc1/docs/authentication.rst defines our permissions model clearly: > Is this **actor** allowed to perform this **action**, optionally...

documentation
authentication-and-permissions
decision

### Page(s) https://playwright.dev/python/docs/next/mock#mocking-with-har-files ### Description The `browser.new_context(record_har_path=path)` parameter is really useful, but it isn't mentioned on the page about mocking with HAR files, despite a section called [Recording a HAR...

Following: - #173 The file path for `shot-scraper multi` should accept a URL too. And it may as well handle `gh:` prefixes too.

enhancement

The change here breaks backwards compatibility a tiny bit: - #652 I'm going to ship it as a 4.0 alpha first to exercise it a bit more. If I'm doing...

enhancement

Creating a table should stash its settings in self._defaults? I bodged around this in: - #653 See this snippet of suggestion from Gemini 2.5 Flash: https://gist.github.com/simonw/d867a1791b40b3a5fbfb66b75417c0a3#response-2 But really what should...

enhancement
research
refactor

Inspired by: - https://github.com/simonw/llm/issues/1016#issuecomment-2877305544

enhancement
cli-tool

Thread: https://mastodon.xyz/@Profpatsch/114083481108799334 Goal is to support something like: sqlite-utils query foo.db?inmutable=1 "select * from bar" Might need a `--uri` option?

enhancement
cli-tool
design

This is a bug in 3.x but it only causes problems with strict tables. In 4.0 we should switch from `FLOAT` to `REAL` in the CREATE TABLE used for all...

bug

https://feeds.twtxt.net/feeds appears to be the best available directory but is not yet linked to from this repository.