e-gaulue

Results 41 comments of e-gaulue

With `-U`, scanning is super-fast and when finished then dupes analyse is working: Can I use `-U` with `-L` with no risk?

I confirm: ``` cd i: C:\Users\myaccount\Desktop\jdupes-1.19.0-win64\jdupes.exe -U -L -r -X size+:3kb . ``` works well. I don't know what is the problem with the null pointer check. `I:` is a...

I have time to test it theses days. May I have a windows binary? Master is not released.

Reading the code, I would say: ``` critical --ignore "{atrule: ['@font-face'], rule: [/some-regexp/], decl: (node, value) => /big-image\.png/.test(value)}" ``` Sorry for the noise, it's just I'm not used to put...

I thought it was working because I received no error msg, but my @font-face and url(...) are still in my critical results so it has not been ignore. cli.js is...

Ok I think I've got it: ```critical --ignore-atrule "@font-face" ...``` has removed my @font-face. I'm looking for `decl` and will tell more. According to me it's just a lack of...

@dineshtrivedi, it's long ago and my brain is getting old. In fact I had no need for `decl`. I though I did because I've seen this code on the site...

Just to document: ``` May 4 09:31:20 hcrm mongod.27019[2898]: [conn3] Plan executor error during find command: FAILURE, stats: { stage: "PROJECTION", nReturned: 0, executionTimeMillisEstimate: 80, works: 11199, advanced: 0, needTime:...

As mongo states increasing the `internalQueryExecMaxBlockingSortBytes` is never the solution. Since we've changed this setting, MongoDB managed the request but the navigator didn't. It's not possible to send 30 k...