Running a survey on SQLite versions people have for Python... could you run this in a terminal and reply with the output?
python -c 'import sys, sqlite3, platform; print(sqlite3.connect(":memory:").execute("select sqlite_version()").fetchone(), sys.version, platform.platform())'
@Wizards_Help Any update on the "Network Error / Unable to submit deck." error in @MTG_Arena friend challenges/direct challenges the past week or two? It's causing a lot of people to be unable to play for hours at a time.
See recent comments at feedback.wizards.com/forums/918667-…
I'm using github.com/MichaelMure/gi… to track bugs -- only a few minutes into it, but it does what I need:
* issues and comments
* stored in the repo, but with separate history
Upon reading simonwillison.net/2022/Nov/26/pr… I started an issue tracker for a (non-public, sorry) project and then took out 3 long-term pain points just after the initial issue braindump.
Added a new "llms" tag to my blog for stuff about Large Language Models (GPT3, ChatGPT, LLaMA etc) - already up to 114 posts! simonwillison.net/tags/llms/