Eric Engstrom
Eric Engstrom
I am excited to see the new testing framework in action - it was always challenging to develop tests for new features. Thanks for the efforts @kurtmckee
I can confirm this with a new test case I created, and that it worked as of the last tagged version (v.1.19.0), and failed after a patch (that I wrote)...
I have a fix of a sort - line 73 of `link.py` goes from: ``` elif len(glob_results) == 1 and destination[-1] != '/': ``` to ``` elif len(glob_results) == 1...
... I should add that I'm happy to provide a PR if this seems useful to others. Input welcome on the option names as well as tips for how to...
Personally, I'd be in favor of my suggested behavior being the **default**, and then `-v | --verbose` gets you what is currently the default. `-Q` would become obsolete and subsumed...
@bfleischer - It looks as if there has been steady progress on version 4.x of macFuse (developer releases), and I'm wondering if that version supports all the libfuse3 features? If...
As a stop-gap, you can compile the "osxfuse" version (https://github.com/osxfuse/sshfs) for native Apple Silicon **if** you comment-out or remove the `#include ` line.
@bfleischer - can you say more about this: > Right now the latest version of sshfs that will work on macOS is 2.10. For sshfs 3.x libfuse 3.x will need...
Under MacOS Monterey, none of this is necessary. Installation of the latest (4.2.4) version of MacFuse works fine, excepting you have to allow kernel extensions in the security policy through...
I found this thread having recently started using `jdupes`. I am coming from a Perl script I wrote decades ago that does much of the same thing that `jdupes` does,...