Stuart Colville
Stuart Colville
Thanks for the excellent project. After getting a build working I've been playing around with adding an LED to show when the camera is active. [Showmewebcam handily switches GPIO 21...
 
This wil make it easier for people to discover the src if just the example gets linked to.
After #20 it might be nice to stand-up some tests with karma-webpack or similar - this will probably help reduce the maintenance overhead and make dealing with PRs a little...
Over on Add-ons we see some bugs that get erroneously being assigned to Web-extensions / Addons-Manager. Is there a preferred way to label bugs so you can improve the ML...
item | info | notes ------------------------|------------|--------------------------------------------------------------------------------------------- **node** version | v6.9.5 | *output from `node --version`* **npm** version | 3.10.10 | *output from `npm --version`* **mozaik-demo** version | f2966096999 (v2) |...
Hi @kewisch 👋, using the[ current rev](https://github.com/kewisch/action-web-ext/commit/e9d27a55a8b266d9055e27c9814b92071c5a3dd0), I'm hitting an error running the action with the action installed as a submodule local to the repo I'm using it from: ```...
We currently split out client keys by virtue of a client-only config [1] which is a stand-in for the config module used under node this relies on the webpack define...
Had a strange issue where OSX was seeing 150% CPU for node when running grunt watch. Commenting out the nunjucks environment require in the grunt task fixed it. Turned out...