André Fiedler

Results 64 issues of André Fiedler

Pleas add a `externs` file for use with the Google Closure Compiler: https://github.com/google/closure-compiler/tree/master/contrib/externs

enhancement

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

enhancement
feedback requested

![menu](https://cloud.githubusercontent.com/assets/83344/7854928/ec737918-051d-11e5-96df-e8ec510a808b.PNG)

bug

If I specify a Enum like this: ``` js /** * Specifies the supported access levels. * * @memberof vp * @readonly * @enum {number} * * @property {number} NOT_REGISTERED...

bug

Should be configurable if the menu on the left is open or closed by default.

enhancement

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

usage queshtion

Hi, I'm running a simple test, two ESP32 connected with one cable (GPIO 25 GPIO 25), GND and 5V are also connected directly. ![PXL_20220105_095508972 MP_2](https://user-images.githubusercontent.com/83344/148199241-a75f9875-8f01-481c-954f-66adb1025060.jpg) This is the code running...

bug

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