I believe that in my country shared walls need to be at least REI60 rated (DIN EN 13501-2). REI60 means the load bearing, integrity and thermal resistance hold up for at least 60 minutes during a fire. This almost always means brick walls. I think even if your house is within x amount of meters from another house it also needs to be REI60.
Yes I did. Twice now to make sure I didn't read over something. But I also read the original GitHub PR while it was still open. And what you linked is just an opinion on the situation.
I'm on the side of the maintainer. Always have been, always will. You want to be politically correct? Go into politics. Or at least wait until they start translating and branding. There's no need to go and change something that meaningless. It shows you actively went and searched for it, instead of actually helping out the project or staying out of their way.
Using integer primary keys often creates race conditions (that result in collisions) when you have multiple database shards, so UUIDs have become the standard. (2 different webservers can create a record in 2 different database that then sync with eachother in the background). Using UUIDs for SQLite is less common though as SQLite is mostly used for small or local applications, but developers are used to UUIDs now and even consider them the standard for primary keys now so you do see them in SQLite databases. (Oh and there's some SQLite compatible sharding servers too)
Yeah I wonder what a 0% match looks like.