yang
yang
.gitconfig has ``` [interactive] diffFilter = delta --color-only ``` Running normally is fine. But once in GNU screen, `git diff` results in extra chars being printed before and after the...
I saw that criu was removed from the Ubuntu 24's apt repos - is there another easy package based way to install on Ubuntu, or is build chain the only...
### Description This is on a Macbook M1 Max. Something appears to be running, but unable to ssh in: ``` $ uname -a Darwin yangs-mbp-2022.lan 23.4.0 Darwin Kernel Version 23.4.0:...
Say we have context managers: ```python async with a(), b(): ... ``` We want to parallelize their enter/exit. One approach: create a new context manager c that duplicates the logic...
Fails due to "Protected branch update failed". Generally doesn't make sense to me that it would try to update branches when we're trying to merge PRs. There's also no way...
It's updating an existing PR. ``` $ git spr update -c 1 ... > github update 45455 : Do stuff panic: runtime error: invalid memory address or nil pointer dereference...