Andrew Herrault

Results 11 comments of Andrew Herrault

Hello, I suspended this task, but i see you're interested, so i will work on this task as soon as possible ;) Have a good day !

Below my helper ;) ``` js dust.helpers.tr = function (chunk, context, bodies, params) { var key = dust.helpers.tap(params.key, chunk, context); var ns = dust.helpers.tap(params.ns, chunk, context); var filter = dust.helpers.tap(params.filter,...

I installed it this morning on Windows Server 2016 Standard and no problem ;)

Yes, it works fine. No problem during the installation. Have you restarted your server after installation ? I think that is required after installation. Have you installed iisnode on another...

If someone else have the same problem, below a temporary fix : If you need to get date, get the date as string : ``` sql SELECT birthDate.format("yyyy-MM-dd HH:mm:ss:SSS Z",...

The LONG value of `1200-11-11T00:00:00.000Z` in javascript is `-24271660800000`. When i select this field with orientjs, the raw result equals `-24271056000000` ``` -24271660800000 = Sat, 11 Nov 1200 00:00:00 GMT...

In the meantime, we have fixed the problem by storing dates as LONG.

In fact, your application is focused on files deletion, not really on folders deletion, i didn't understand that, sorry. The -f parameter deletes empty folders, so i understand your perspective....

The scenario that I wish would be as follows, below my file architecture: ``` ---- folder 1 ------ index.js ------ node_modules -------- folder 2 (symlink) ------ (...) ---- folder 2...