Kris Keillor

Results 3 issues of Kris Keillor

The [I2C register map](https://github.com/Miceuz/i2c-moisture-sensor#i2c-protocol) does not define the data format, and the listed examples use different ways of calculating them. E.g., the [example by Daniel Tamm and Jasper Wallace](https://github.com/Miceuz/i2c-moisture-sensor#raspberry-pi-examples) simply...

I'm getting the following error trying to build the demo site after cloning the repo and running `npm install`: ``` $ ./gulpfile.js ./gulpfile.js: line 1: syntax error near unexpected token...

### Detailed steps on how to reproduce the bug On line [523 of juce_StandaloneFilterWindow.h](https://github.com/juce-framework/JUCE/blob/d24c2729268e322f3ba1b5070eb96ab232d7f6ba/modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterWindow.h#L529), SettingsComponent passes `true` as the argument to the parameter `bool showMidiInputOptions` of the AudioDeviceSelectorComponent. This means...