David Resseguie
David Resseguie
Defaults to one hour, reset defaults to original start time unless otherwise specified. Fixes #3
Feature Request: allow the user to specify a start time in the constructor and a restart time in the reset() function. Start time should default to one hour. Reset should...
If the countdown is already at zero, don't decrement the time value. It was previously causing negative numbers to be displayed on the countdown clock (00:00:-4) if a start event...
If you click the start button after the countdown is already at zero, you get negative values displayed in the countdown clock: "00:00:-4"
I merged a number of updates that I had also made to the Filament Group's jQuery UI selectToUISlider plugin. 1) honor disabled select options 2) added sliderchange event trigger 3)...
What about adding a stop button alongside run? The equivalent of Ctrl-C out of Node in usual development environment. I'm afraid that having no way to "stop" their program might...
By default, packaged Chrome Apps don't allow access to Chrome Developer Tools and the console. Inside Chrome, enter the following into the address bar: “chrome://flags”. Find the option for “Enable...
Is it possible to provide feedback to the user when the loading of firmata is complete?
Should the button text on the Run button be dynamic to let the user know that they can click it again to re-run their program? 1) Make it obvious that...
There are several great videos available online from the NodeBots community that cover getting started with Johnny-Five, the technology stack, etc. Some are conference talks, some are tutorials, some just...