Robert White (Vix)

Results 15 comments of Robert White (Vix)

For the time being I'm deferring rendering of the template till there are items in the array to repeat over, I assume I could also render on a per-node basis.

I would support either the one which results in an ASI hazard (though I am unaware of what this means), or my personal favourite - which fits in with my...

Oh, I see. If they really wanted `1 * () => {}` they could achieve such using `1 * (() => {})` in a similar way to destructuring works when...

Hi, I'm attempting to use this library with the latest versions of node, I'm getting a lot of node-gyp errors (12.10.0), mostly occurring in sane.cc, but also some in nan.h....

I get a whole host of this kind of stuff: ``` ../src/sane.cc:427:38: error: expected primary-expression before ‘]’ token Handle paramsFuncArgs[] = { Nan::New(parameters) }; ^ ../src/sane.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE GetParameters(Nan::NAN_METHOD_ARGS_TYPE)’:...