1st September 2021
Computer Science⚑
Programming⚑
asyncpg⚑
-
New: Asyncpg.
MagicStack/asyncpg is a fast PostgreSQL Database Client Library for Python/asyncio.
Basics⚑
-
New: Rename a dictionary key.
mydict[k_new] = mydict.pop(k_old)
Other⚑
-
New: How to get rid of the spinning wheel.
Run
exec
andexec_always
with--no-startup-id
if the command won't generate a window, otherwise the spinning wheel will get stuck and appear instead of the normal mouse icon.