Linus Unnebäck
Linus Unnebäck
## Problem Using `$queryRaw` currently gives you no type safety at all. This is frustrating in a number of scenarios, where it would be perfectly possible to get the information...
In order to comply with this new standard rule ☺️ https://github.com/standard/eslint-config-standard/pull/133
I'll use `differenceInHours` as an example here, since this is where I first noticed it. The documentation says that this is the way to import the module using CommonJS (as...
Currently, the app cannot run on Node.js less than 6.0.0 because of a syntax error. This patch updates the "engines" field to indicate that that is the case. Another approach...
This rule is on its way into the latest Standard ☺️ ref: https://github.com/standard/eslint-config-standard/pull/166 Compatibility: This syntax works on Node.js 4.0 and up, this module currently requires Node.js 6.0 and up...
Whenever I try and process a large number of images (usually happens around image 150, I'm processing max 16 in parallel) `node-opencv` crashes and brings down the entire node process....
A lot of the issues we get on Multer is really people that want's help with doing specific setups, or integrating with another framework. The issue tracker isn't really the...
We are currently converting the code base into Standard style by converting each line that we touch when making changes. This approach is very nice since it doesn't introduce any...
In "steps to set a JSON encoding value", bullet 8.3.2.3: > Otherwise, set the context's property named by the step's key to object. What it the word `Otherwise` referring to?...