Pádraig Brady

Results 211 comments of Pádraig Brady

Comment [#5](https://code.google.com/p/fslint/issues/detail?id=93#c5) originally posted by pixelb on 2014-02-09T22:07:47.000Z: Ah OK we need an explicit . for the current dir

Comment [#6](https://code.google.com/p/fslint/issues/detail?id=93#c6) originally posted by pixelb on 2014-02-09T22:22:03.000Z: I changed find "$@" to find . (I think I got all of them), and now another error: Error: uniq must have...

Comment [#7](https://code.google.com/p/fslint/issues/detail?id=93#c7) originally posted by pixelb on 2014-02-09T22:36:55.000Z: So the uniq --all-repeated option is central to the grouping functionality. We'd have to write a replacement in python I suppose for...

Comment [#8](https://code.google.com/p/fslint/issues/detail?id=93#c8) originally posted by pixelb on 2014-02-09T23:02:17.000Z: I used MacPorts to install GNU coreutils, and then in your files I changed every instance of the "uniq" command to "guniq",...

Comment [#9](https://code.google.com/p/fslint/issues/detail?id=93#c9) originally posted by pixelb on 2014-02-09T23:05:01.000Z: s/find/gfind/ ?

Comment [#10](https://code.google.com/p/fslint/issues/detail?id=93#c10) originally posted by pixelb on 2014-02-10T00:11:02.000Z: There's no gfind; coreutils doesn't seem to come with a replacement for 'find' (at least the Mac package doesn't).

Comment [#11](https://code.google.com/p/fslint/issues/detail?id=93#c11) originally posted by pixelb on 2014-02-10T01:18:12.000Z: Right but I presume there is a macports findutils?

Comment [#12](https://code.google.com/p/fslint/issues/detail?id=93#c12) originally posted by pixelb on 2014-02-16T16:20:01.000Z: Okay, installing findutils and changing 'find' to' 'gfind' seems to have gotten me farther, an attempt to find duplicates with fslint-gui gives...

Comment [#1](https://code.google.com/p/fslint/issues/detail?id=91#c1) originally posted by pixelb on 2014-01-17T16:46:59.000Z: Here is the patch It's pretty ugly, but it works You need to hardcode maximum size of scaled image here: self.max_width =...

Comment [#2](https://code.google.com/p/fslint/issues/detail?id=91#c2) originally posted by pixelb on 2014-01-17T16:51:35.000Z: <empty>