Steve Dekorte

Results 12 issues of Steve Dekorte

The Bitmarkets entry is wrong. It's written in Java and Objective-C and the "OpenBazaar" text should be "Bitmarkets".

Hi Marcel, Could you contact me at [email protected]? I'd like to discuss sponsoring you to continue supporting this project. Thanks, Steve PS sorry to use the issue tracker to contact...

CODE: const a = [17.638363116197674, 7.483171863743657] console.log("before:", a) body.SetTransform(new Box2D.b2Vec2(a[0], a[1]), body.GetAngle()) const p2 = body.GetPosition(); console.log(" after:", [p2.get_x(), p2.get_y()]) OUTPUT: before: [17.638363116197674, 7.483171863743657] after: [17.638362884521484, 7.4831719398498535] Why isn't the...

Example: ``` const a = [-0.0000064798259700182825, -0.0013201627880334854, 0.0000027575993044592906, 0.9999991059303284] const t = new Ammo.btTransform(); t.setIdentity(); t.setRotation(new Ammo.btQuaternion(a[0], a[1], a[2], a[3])); const r = t.getRotation() // a is (very slightly) not...

I'm using the following test page to get a list of my accessories (I have many, and they are all visible in the HOOBS desktop app's Accessories menu), but the...

Googling for the types turned up these new docs locations: /* * Service and Characteristic definitions were moved to * https://github.com/homebridge/HAP-NodeJS/blob/master/src/lib/definitions/CharacteristicDefinitions.ts * and * https://github.com/homebridge/HAP-NodeJS/blob/master/src/lib/definitions/ServiceDefinitions.ts */

bash-3.2$ node > require('rsaBinding') > { RsaKeypair: [Function: RsaKeypair] } > require('rsaBinding').RsaKeypair() > Assertion failed: (handle->InternalFieldCount() > 0), function Wrap, file ../src/node_object_wrap.h, line 62. > Abort trap: 6 bash-3.2$ node...

I really like the mining feature - nice work. Even though I'm just mining for fun and to help the network, an estimate of XMR mined per year at current...

To get it building on OSX 10.8 with Xcode 4.5 I had to: add: if [ -d "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk" ]; then osx_sdk_dir="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk" fi To of libvpx-v1.0.0/build/make/configure.sh Change the includes in libvpx-v1.0.0/build/make/gen_asm_deps.sh...

Hey Darius, I really like your project. I'm the author of Io and was wondering if you'd like to collaborate on extending it. I'm particularly interested in having the compiler...