|
|
|
|
|
by throwlifeaway
20 days ago
|
|
> This inspired me to add a feature to my sqlite-utils Python library "me" == "ChatGPT", apparently: > Can the .transform() internal Python method turn a non-strict table into a strict table? > No. Table.transform() preserves the table’s existing strictness; it cannot change it. Its signature has no strict= parameter > add an optional strict= boolean parameter to the transform() method - if it is None (the default) then the strict is not changed, otherwise True means change to strict and False means change to non strict. Implement with red/green TDD and uv run pytest -k https://gist.github.com/simonw/ab8256b81646ad967a601975e206d... I appreciate the transparency, at least. |
|
As far as I can tell I've shared more prompt transcripts than anyone else. Happy to be proven wrong about that.
Look through my commit history on https://github.com/simonw/tools/commits and https://github.com/simonw/sqlite-utils/commits and https://github.com/simonw/datasette/commits and you'll see that commits that were AI-assisted almost all link to a transcript or include a prompt or both.