konser80

Results 5 issues of konser80

After updating from 6.3.0 to 6.4.1 I've got errors. ``` node:internal/process/promises:246 triggerUncaughtException(err, true /* fromPromise */); ^ [Error: ENOENT: no such file or directory, lstat '/Users/konser/js/tools/test/trace.log'] { errno: -2, code:...

bug

Hi! ``` debugfile: { type: 'dateFile', filename: 'log/debug.log', pattern: '.yyyy-MM-dd', keepFileExt: true, daysToKeep: 180 } ``` Pattern renames file each midnight (actually, each log event, I know). I've got a...

Hello! Sometimes you have number formatting with a thousand separator like this: `2,400` And after reading it becomes a string "2,400" and not a number. It's a pity. Maybe... Is...

add sheet with no params then try to get headerValues previous version (3.3.0) gives me undefined (it's good) current version (4.1.1) throws 'Header values are not yet loaded' (that's not...

If Sheet has any filter applied - so addRow (append) method does nothing. It returns OK, but actual data is not added to the sheet.

needs investigation