james-cook
james-cook
I haven't had a chance to test this yet. Just to restate in case it gets forgotten: As mentioned (https://github.com/sahib/rmlint/issues/553) the problem is that the running **rmlint.sh** can currently overwrite...
In my command I use **-S dma** to select the hardlink inode to preserve, and this works fine. My "issue" is that having looked any very many **rmlint.sh** files I...
Thanks for your reply. I am probably just looking at the report in the wrong way. I use the reports to give me an indication of whether space "can" be...
I have noticed the same problem - dupeguru missing similar duplicates of files. I have been going through an archive of ca. 10000 imaIges from a family archive and managed...
> Quick note: of all the pictures posted in this thread, only the photos posted by @griadooss did not show up in the results with a filter hardness of 1...
Possibly related to: https://stackoverflow.com/questions/36710514/linking-with-rcpparmadillo-lapack-fails-undefined-symbol-dgesdd/36732773#36732773 Need to include that extra lib LAPACK? PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
Being a docker newbie I just added your code above to my exising Dockerfile - and ran the ansible playbook for the project. The "testing" lines leads errors in my...
I made the container without the tests. I then copied/followed your testing code inside the container **/tmp/../t1** directory This did not immediately work I got an error ``` php test.php...
My current thinking on this is that it may be a memory leak in WSL Ubuntu. Testing with cygwin - no crash "so far"... (still testing)
I am now running the same script in cygwin(!) Up-to-now I have had no errors... so it seems to be a WSL Ubuntu(16.04) problem I'll give it a few runs...