react-hardware icon indicating copy to clipboard operation
react-hardware copied to clipboard

A React renderer for Hardware.

Results 26 react-hardware issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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,...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

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...

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...