Jared Van Bortel

Results 359 comments of Jared Van Bortel

AFAIK you need to pass --keep-hardlinked for rmlint to explicitly mark hardlinks as originals. `skip_hardlink` is specific to files that were marked as hardlinks in the preprocessing step, maybe there...

Which version of rmlint are you using? The develop branch had some changes last year including 5ffc2a99b6f3a9200f68079b8ca296f720331995 that affect the hardlink preprocessing code, maybe one branch works as expected and...

The default rank criteria "pOma" tries to preserve files with more external hardlinks, but other than that rmlint doesn't concern itself with external link count. --keep-all-tagged is working as designed,...

Does this subvolume have any snapshots (`btrfs subvolume list -s `)? Extents that are still referenced by snapshots will stay on disk. rmlint can deduplicate files within snapshots with `-r`,...

`find /home/me/rmlint-test -name "do-not-scan" -prune -o -print0` includes the root directory, which rmlint will scan recursively by default - try `find /home/me/rmlint-test -mindepth 1 -name "do-not-scan" -prune -o -print0` to...

I have a similar issue: ``` Error: (7,1): error: qualifier 'flat' cannot be applied to the deprecated storage qualifier 'varying' ``` Command: `shaderc -f vertex.sc -o vertex.bin --platform linux -p...

@hekeli Thanks for the patch! It fixes the problems I was having resolving time zones using the legacy Maxmind API.

It "works better" because AFAIK a non-explicit blog will not publicly show explicit likes.

@Hrxn Lol, manually patching? Why not just clone [aggroskater/tumblr-utils](https://github.com/aggroskater/tumblr-utils)?

This is a related but different issue: Some builds of Python 2 don't support SNI (Server Name Indication) and will sometimes complain about certificate verification errors. There are three ways...