André Fiedler
André Fiedler
Pleas add a `externs` file for use with the Google Closure Compiler: https://github.com/google/closure-compiler/tree/master/contrib/externs
Please add a possibility to export a PlatformIO project / Code instead of an Arduino *.ino I know, I can convert it. But it would be more easy if the...

If I specify a Enum like this: ``` js /** * Specifies the supported access levels. * * @memberof vp * @readonly * @enum {number} * * @property {number} NOT_REGISTERED...
Should be configurable if the menu on the left is open or closed by default.
Resolve nested arguments like this: ``` properties shopAddress = You are here: {{ shop.name }} {{ shop.street }} ``` ``` html Loading... ```
Firefox on Android doesn´t like mega pix, too. Current version of mega-pix does not render on android.
Hi, I'm using a Wemos D1 Mini (ESP8266) and I want to access the Slack RTM API. So I first need to do a Http GET request against https://slack.com/api/rtm.connect with...
Hi, I'm running a simple test, two ESP32 connected with one cable (GPIO 25 GPIO 25), GND and 5V are also connected directly.  This is the code running...
If I'm trying to send something like this: ``` bleKeyboard.print("0000111133335\n"); bleKeyboard.print("0000111133335\n"); bleKeyboard.print("0000111133335\n"); bleKeyboard.print("0000111133335\n"); ``` it mostly gets printed on iOS like this: ``` 0000111133335000011113333500001111333350000111133335 ``` and sometimes like this ```...