Julien Vanier

Results 11 issues of Julien Vanier

The application binary interface between system firmware binary and user firmware binary called Dynalib is not currently described. This document is a start to describe the goals, implementation and rules...

in progress
documentation

Generate firmware reference docs from the firmware repository. Fixes #472 Fixes #460

tooling

These system methods are currently not documented: ``` enableReset() disableReset() resetEnabled() resetPending() ``` The `reset_pending` system event mentions `enableReset()` but there's no other mention

firmware

The `downloadFirmwareBinary` method doesn't support piping the data and doesn't have another documented way to save the downloaded file. https://github.com/spark/particle-api-js/blob/7bf11d2c863275280cf7598b79d7e7524a230f8f/src/Particle.js#L246 Raised in the community: https://community.particle.io/t/working-example-of-downloadfirmwarebinary-method-in-particle-js-api/25549

track

While rebasing a PR tonight I noticed changes in the NetSuite::Utilities module. There's a lot of good stuff in there! I was actually starting to think about doing an exponential...

help-needed

As an application developer I'd like to help projects I use in my application Because improving and keeping those projects alive helps my application in the long run This could...

From Greg Schwatz: Had a feature request, could you support "now"? As in `/time now in Japan`. It'd also be nice to assume "now" if there is now time provided,...

I was looking at the Eagle layout for the Electron and noticed that pins 22-23 in the top right corner of the u-blox part should be labeled 21-22. ![electron ublox](https://cloud.githubusercontent.com/assets/1919681/10086152/da6a0c44-62da-11e5-9a29-8195ce24b66c.png)

The u-blox cellular module can work in tandem with a u-blox GPS module through the DDC pins (SDL and SDA, pins 26, 27). Can you consider making those pins available...

Hi! Would you be able to cut a release 1.5.1 with the bugfix for #43