Marko Mikulicic
Marko Mikulicic
We should throw an exception though I guess
Yes, but you have to write the getter and setter functions in C. You don't have to have deep knowledge about the V7 engine, but there are a few things...
Yes, it will be an optional feature enabled with a build option. Just for the record: the complicated thing is not the getter/setters per se, but the structures in the...
Not yet but it's being developed, stay tuned.
no. promises have nothing to do with threading. there are pure js implementations of promises you can use . we intend to include an implementation as part of the v7...
for the record, pure JS promises usually require a way to postpone invocation to the next event loop iteration (i.e. `setTimeout`, `setImmediate`, `process.nextTick()`). V7 is just a JS interpreter and...
as I said, none with plain v7 (as none would work in v8). setTimeout will work with mongoose-iot
which version? On Mon, Mar 30, 2015 at 6:17 PM, Vladimir Zheleztsov < [email protected]> wrote: > MinGW > > — > Reply to this email directly or view it on...
Circleci offers an experimental feature which enables builds coming from external forks. However, it's an insecure option because it exposes all our project's conf, including environment variables containing API keys....