Jim B

Results 135 comments of Jim B

re http://luismreis.github.io/node-bindings-guide/docs/returning.html Context::GetCurrent()->Global() Context doesn't have any static functions anymore This is the current way one can return a typed array buffer... without getting the function from global can calling...

toEuler only supports one decode mode... and it's hard coded to only use that one order...

I did fix several of these tests by fixing the integrate. The only thing that malfunctions is the point pick on a cube. The rotational velocity increases without bound.

This removes an item in a set (it replaces it with null; which will later have to be skipped) https://github.com/d3x0r/gun-db/blob/c189a9a5d5ae3ded5616e32cabc4e110e9cf6520/testsetnul.js#L67 And requires catching that you are in a deleting state,...

Fine; you're right; my example code kind of over-complicated the whole thing. `npm install gun-unset` https://www.npmjs.com/package/gun-unset ``` const rel_ = Gun.val.rel._; // '#' const node_ = Gun.node._; // '_' Gun.chain.unset...

the problem with delete, is you have to remember it's there to tell others to delete it. Otherwise anyone else who has the value is just going to update you...

What feature keeps this from being fixed? or what benefit is it to disconnect? Heroku terminates 'idle' connections, but a websocket ping fixes that and websockets themselves don't just close....

Someone is making far work in Microsoft terminal? Can this issue be more general to just address that? I recently implemented [escape code input](https://docs.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences ) for a text editor.... this...

in the first case; I meant 'immediately' and/or not before another 'request' I have to wait until 'connect' to attach on( 'message' ) so I don't know which handlers I...

In trying to get rid of this warning, I issued to node.js ``` node-x64\v10.1.0\include\node\node.h(637): warning C4251: 'node::CallbackScope::try_catch_': class 'v8::TryCatch' needs to have dll-interface to be us ed by clients of...