Mirko Lenz

Results 54 comments of Mirko Lenz

Thank you for the fast reply! In the default config file, `MAX_CUL` and `WEBCONFIG` are enabled, thus it compiles just fine. The same is true for my own configuration: If...

Mmh, maybe this is related to the version of the Arduino IDE and the fact that I ak compiling it for an ESP32 board? I will remove any sensitive data...

As promised, here is my configuration file. The remaining custom header files are all empty in my setup, so only `BSB_LAN_config.h` differs from the default one found in the GitHub...

Sure, here is the log output: ```txt In file included from /BSB_LAN/BSB_LAN.ino:836: /BSB_LAN/BSB_LAN_EEPROMconfig.h:237:118: error: 'max_device_list' was not declared in this scope {CF_MAX_DEVICES, 0, CCAT_MAX, CPI_TEXT, CDT_MAXDEVICELIST, OPT_FL_ADVANCED, CF_DEVICES_TXT, sizeof(max_device_list)}, //Need...

Also, I just noticed that in my first config example, I uploaded the working version. So here is the one that resulted in the log output shown above: ```h /************************************************************************************/...

I updated to version 2.1 by diffing my old config with the new one. Could be the I missed this new UDP setting by accident. I will double check that...

I will incorporate all suggestions later and update whether the problem still persists. Thanks to all of you!

Facebook is building [Lexical](https://github.com/facebook/lexical) as a successor to Draft.js. On first glance this project looks very interesting to me.

Is there any progress on this issue (maybe due to the TypeScript rewrite for version 3)?

I just updated to 3.0.0-alpha and am not able to import the component. This is my import statement: ```ts import { HighlightWithinTextarea } from "react-highlight-within-textarea"; ``` I get the following...