John Peberdy

Results 4 issues of John Peberdy

## 🚀 Feature Proposal Similar to the existing `worksheet.insertRows()` it would be useful to have the corresponding method for columns. ## Motivation I'd like to insert columns with styles, similar...

Overly large log messages cause the node process to crash with out of memory. This happens frequently: ``` logzio-logger error: Error: There was a problem with the request. Response: 413:...

JSHint is relatively computationally expensive and most developer computers have multiple cores. JSHint currently runs in a single thread but it should take advantage of all cores.

feature

The problem is for large files and sometimes other files, like minified files, the JSHint algorithm will run for a very long time. In the profiler it appears to be...

feature