vlakoff

Results 87 comments of vlakoff

Although I had searched before posting, I didn't see your post đŸ˜… So, I have posted this duplicate: #183

> Currently as a workaround you can make a shortcut to start WinDirStat with the folder you want to scan with as the parameter. Thanks for the tip. That may...

Just a thought: another solution could be to remove "balanced" characters around the string. As an example, `(''http://example.com/'')` would be trimmed to `http://example.com/`. For reference, here is an AI-generated code:...

A quick bump on this issue — I've noticed the problem also occurs when the quote is followed by a comma. Example: ```php $urls = [ 'https://example.org/foo', // closing quote...

Due to the [avalanche effect](https://en.wikipedia.org/wiki/Avalanche_effect) inherent in cryptographic hash functions, the likelihood of a collision occurring between files that are also structurally or semantically related is extremely low. That kind...

I have a hypothesis (coming from reading #275): maybe the beginning of the files is identical? Since the hash is partial, that could be enough to trigger the grouping.

Sadly, this repository seems to be abandoned… About this PR: * These added lines should rather be placed in the `# Media` section above. * The same goes for the...