react-hardware
react-hardware copied to clipboard
A React renderer for Hardware.
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...
Im unable to get the below example to work. Pls Help, here are some details.. Steps tried :: Node Version :: 10.0.0 OS : Windows 64 bit What i've done...
To the few of you following along and anyone who stumbles across here: I’m currently on paternity leave (part of why it’s been so quite for so long). That said,...
Just wondering if there's a way to use this library with Raspberry PIs and the GPIO ports.
This error stack comes up when I run my lib/app.js file: ``` # # Fatal error in ../deps/v8/src/api.cc, line 1062 # Check failed: !value_obj->IsJSReceiver() || value_obj->IsTemplateInfo(). # ==== C stack...
Servos
I took the tests modified from #17 but modified for a flattened API. After experimenting with the firmata API directly I’m fairly convinced that exposing `servoConfig` as a property in...
Surely this ties the application to a host process? In something like the Espruino you would just call a lot of the code directly. Is supporting something like the Espruino...