Gordon Williams

Results 234 comments of Gordon Williams

As far as I know nothing got added past the code here (but uploading this code is itself pretty easy). Even if this didn't go into openhaystack, it could be...

That's great! So what does the public_key string you can copy from OpenHaystack look like? Is it literally just: ``` 0xbf, 0x44, 0x1f, 0xa2, 0x44, 0x40, 0x70, 0x65, 0x24, 0xe4,...

Just added - if you go to https://espruino.com/apps you should be able to paste in the base64 code? If this works I'd love to get it added as a Bangle.js...

Sorry - that was a stupid mistake of mine. Please can you try installing again? I think it should be fixed now. The `Uncaught TypeError: Assignment to a constant` *might*...

That's great news! The code will remain in flash (it's as if 'save to flash' was selected in the IDE) so it'll remain when the battery is removed

Just to say I've just added the functionality for Bangle.js smartwatches too, so hopefully folks will now be able to use OpenHaystack to find them if they get lost: https://espruino.github.io/BangleApps/?id=openhaystack

Great - thanks! I'll take a look. That'll be a huge help - there's loads of fun stuff you can do on the underlying mesh :) Should I close this?...

> by 'complete this' : do you mean Catmull-Clark subdivision ? Yes :) Given the likelihood of API changes in the next version I'll probably just paste up a JSCad...

Great - thanks! I'll take a look. Is scad-api usable at the moment? That seems like it'll be much easier to contribute to.

In my case, I'm using escodegen to create minified code to send to a microcontroller running JS (Espruino). It interprets each function as it gets it *after a newline is...