Björn Lässig
Björn Lässig
``` user@host:~/src$ git clone https://github.com/gitpython-developers/GitPython.git Cloning into 'GitPython'... remote: Enumerating objects: 14646, done. remote: Total 14646 (delta 0), reused 0 (delta 0), pack-reused 14646 Receiving objects: 100% (14646/14646), 7.65 MiB...
rrdcached should write something to log if '-B' is set and it is called to write an rrd out of the basedir. This would have been really helpful. I really...
When having different versions of tmux (old server, new client) the tmux detection can hang for an indefinite period. This blocks all interaction with shell. Shell: 5.2.15(1)-release Operating system: Debian...
In Python 3.0 'Universal Newline Mode' was marked as "for backwards compatibility; unneeded for new code" In Python version 3.4 “universal newlines mode” was deprecated because universal newline mode is...
When using git_multimail.py with python 3.11 (debian bookworm/stable) it fails with (this git-multimail is called from a gitolite git hook) ``` user@desktop:~/gitolite-admin/conf # git push ------------------------------------------------------------------------------- git.host.my.company.invalid ------------------------------------------------------------------------------- Enumerating objects:...
When writing a page in rst, i do things like ``` {% for l in [1,2,3,4] -%} * Test{{l}}tseT {% endfor %} ``` I actually iterate over context.contents but this...