John Simmonds

Results 10 issues of John Simmonds

The README.md example code enticingly suggests chained array methods are possible ``` js users .map('friends') .select('age > 20 && age < 30') .map('name.first') .select(/^T/) ``` As a novice CoffeeScript and...

Was playing around with the **`farmbot-js`** package today and noticed that `{:error, "sequence not found"}` cases aren't handled and just display on the FBOS Console log ( via `stderr` ?...

For the case where FBOS has been down (powered off, e.g.) for more than 15 minutes and an existing Sequence Farm Event execution becomes **_due_** within a time window starting...

I set up 1 Event to run 1 Sequence per Day until :infinity :). This is what appears in the RingLogger output . . can these 15 second "Developer" logs...

[This Forum topic](https://forum.farmbot.org/t/farmbot-factory-reset-after-update-to-9-0-0/5758/22) describes the symptoms. The root problem seems to be in **FirmwareReset** somewhere, trying to reset the serial device. Here's a RingLogger snippet showing **:farmbot_core** app exiting. ![image](https://user-images.githubusercontent.com/1224439/71967272-2e62ec80-3257-11ea-8ddd-11ea0b5e7008.png)

As noted in [this FarmBot Forum post](https://forum.farmbot.org/t/using-farmbotos-beta-updates/3951/75).

Playing with the `FarmbotFirmware` interface to the Farmduino and noticed that the **accelerate** and **decelerate** reports for **Z**-axis state are "upside-down". Picture this :-) ![image](https://user-images.githubusercontent.com/1224439/75088065-4b037b80-559c-11ea-91f4-969fc35cf43d.png)

bug

[super-duper-low-priority-cosmetic-issue] See attached image. Should be a real quick fix for knowledgeable Dev :) ![image](https://user-images.githubusercontent.com/1224439/125898693-e590cf63-633e-46e1-9ecd-f6649b321ba9.png)

Thanks for this extremely cute demo for the OLED block. Just like to report that I've seen at least 2 issues exposed and would like to help fix them (but...

Just curious why RHEL and Fedora are such difficult platforms to build **fwup** on ?