Recursively expanding JSON fields in postgres
Postgres has some powerful JSON abilities, but there are still limits. This approach allows for exploding a JSONB column out so that each key and value is its own row.
Postgres has some powerful JSON abilities, but there are still limits. This approach allows for exploding a JSONB column out so that each key and value is its own row.
Due to a strange behaviour in gcloud storage move commands, it can be hard to move files up one level from a subfolder to its parent folder.
Eza has some handy options that make it easier to find large files in a dir.
eza -lT --total-size --sort=size
The amount of characters accepted by .isalpha()
is more than you might expect
Use PIP_RESOLVER_DEBUG=1
to get actually useful output when pip backtracking fails.