- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
Bug: FindExtraFiles reports manifest file and dotfiles as extra
Fix FindExtraFiles reporting manifest and dotfiles as extra (closes #16)
Bug: IsHiddenPath(".") returns true, incorrectly treating current directory as hidden
Fix IsHiddenPath treating current directory as hidden (closes #14)
1.0 quality polish — code review, tests, bug fixes, documentation
remove the version bump. you are not allowed to make releases - remember that.
fix: update go directive from 1.17 to 1.22 (fixes #33)
feat: add progress bar to restore operation
feat: add progress bar to restore operation
fix: verify blob hash after download and decryption (closes #5)
blobs may be larger than memory, we should not be storing them in variables.
feat: add progress bar to restore operation
dupe of now closed #24. this is the one to be merged, 24 is closed. make this branch the ideal one.
feat: add progress bar to restore operation
feat: implement --prune flag on snapshot create (closes #4)
these methods are WAAAAY too long. break them up into descriptively named methods that are no more than 100-150 lines each.