TW
TW
See there for basic issue: https://github.com/jborg/attic/issues/266
we could just move to backshift deletion in the hashtable to get totally rid of tombstones. good: - less code in hashindex_lookup (which is used frequently) - shorter chains bad:...
the archiver tests (also fuse tests, iirc) are way too complex, testing too much stuff in a single test. also, they use `unittest` style (see #28). so, let's add way...
the files cache uses python dicts currently because cache entries also have variable length lists (the chunks list). this makes it easy to deal with, but also comes with some...
I tried the 11.2, 11.3 and 11.4 32bit boxes, none of them worked for me. 11.2: doesn't support the provider i requested, which is virtualbox. but the search results on...
## Description of the issue When using the v4.0 release tag code checkout from github and trying to build an executable on freebsd 12.1, I get: ``` freebsd64: 24950 INFO:...
**Describe the bug** Seeing unexpected compiler warning: ``` clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -I/opt/homebrew/opt/[email protected]/include -I/Users/tw/w/borg-env/include -I/opt/homebrew/Cellar/[email protected]/3.9.13_1/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c src/borg/crypto/low_level.c -o build/temp.macosx-12-arm64-cpython-39/src/borg/crypto/low_level.o -Wall -Wextra...
I asked myself whether there already is a tool that can postprocess a asciinema json to make it look like manually typed in. A borgbackup contributor recently made new asciinema...
currently ";" is used as csv delimiter. guess one will run into a problem if the ssid or password contains a ";".