pullrequests Search Results · language:Edge language:Python language:JavaScript language:JavaScript language:Python
Filter by
113M results
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Summary
- New player_db.py: SQLite store with players, career_history, groups, meta tables; auto-migrates from players.json;
appends career_history on rank/occupation/homecity changes; computes ...
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Problem
Four documentation index.md files are unclaimed by any module in docs/modules.yaml because the documentation directory
globs match the directory itself, not the files inside it. The docs/ module ...
VACUUM in WAL mode stages the rebuilt database in the -wal file until checkpointed, which can fill the disk on small
volumes. Adds a Checkpoint WAL button (PRAGMA wal_checkpoint(TRUNCATE)) to fold it back ...