Jon Hadfield
Jon Hadfield
I've spent some time looking at this and have a simple solution that works in Python 3, but to support Python 2 also adds a lot of complexity. I need...
Makes sense. Thanks for the explanation.
I'll take a look. Thanks for reporting.
Hi, the deprecation notices are valid and something I need to look at. It seems your issues relates to permissions: `[Errno 13] Permission denied: '/usr/local/lib/python3.12/dist-packages/test-easy-install-102214.write-test'` It suggests the user being...
Thanks for the report. It would make sense to either fail or deal with it like a declaration and do nothing, as there'd be nothing to do in this case....
The issue is that you're creating a list of duplicate items and adding that to hosts. If instead you instantiated hosts first and added each item, then you wouldn't get...
soba will backup the pointers to the files in LFS, but not the files themselves. I don't actively use git-lfs myself, but will do some reading and see if it's...
I don't currently think backing up LFS fits with this app. It's something I'll keep in mind for the future, if a simple solution arises within git itself. Closing for...
Hi @edwardzhu, I've re-opened this as LFS backups are now implemented as part of the latest release. Will leave this open for a couple of weeks in case you're still...