John Cant
John Cant
Personally, from the point of view of a JS developer, I'd rather have an object through which I can easily access the number as floating point or an array of...
I'll commit the limited progress I've made on this with the string approach. It compiles, but as I say, I haven't figured out the correct way to run and test...
Damn! Lost changes through my own incompetence while trying to figure out how to recompile tests. I'll have a go at the build system first, then everything should be a...
Brilliant! There's a v8 C++ method that you can use to JIT compile that! http://bespin.cz/~ondras/html/classv8_1_1Script.html
I've got stuff compiling for node.js only using node.js's Buffer object to represent long long ints.
Don't know if it works yet :\O
Weird, install seems to work for me now :) Only difference my end is upgrade from ubuntu 11.04 to 12.10, but I can't guarantee that I didn't mess up the...
@app.call on a rails app returns an ActionDispatch::Response as the body. Mobvious::Manager was creating a new Rack::Response, and the Rack::Response constructor was clobbering the body. I've fixed it and written...
Scratch that, it still doesn't work