Dennis Field
Dennis Field
I am currently saving content as bbcode and not using TinyMCE. I don't want to use bbcode anymore, but I don't know that I want to work with raw HTML...
I had a power outage on Saturday which kicked off an issue I still can't fully explain. The hostAliases I defined in my kube-lego deployment which was working before, suddenly...
Here's my wd.gypi: ```gypi { 'variables': { 'QT5': '1', 'WD_CONFIG_QWIDGET_BASE': '1', # If Qt >= 5.6 set 'WD_CONFIG_WEBKIT' : '0' 'WD_CONFIG_WEBKIT': '0', 'WD_CONFIG_QUICK': '1', 'WD_CONFIG_PLAYER': '0', 'WD_CONFIG_ONE_KEYRELEASE': '0', 'QT_INC_PATH': '/Users/fury/Qt/5.11.1/clang_64/include',...
**Is your feature request related to a problem? Please describe.** CONFIG_APP_REPRODUCIBLE_BUILD is not handled by esp-adf, so some objects have local paths embedded in uses of the `__FILE__` macro. There...
I know it's from 5 years ago, but... would you release it under MIT license? It looks to be very close to something I could use in an ESP32 based...
I keep /tmp in RAM so as to make it super fast to handle things like PHP sessions and whatnot. By default, pyxtrabackup started filling up my /tmp, but as...
It says incorrect username or password, whether I enter the password at the command line or use the browser to try to log in with email and password. I copied...
Is it possible to automate the uploading of the firmware package generated at build time? It would be helpful if our CI/CD could do that during the deploy process so...
### Description of the feature or fix Adds the new demos to esp.cmake ### Notes - Update the [Documentation](https://github.com/lvgl/lvgl/tree/master/docs) if needed. - Add [Examples](https://github.com/lvgl/lvgl/tree/master/examples) if relevant. - Add [Tests](https://github.com/lvgl/lvgl/blob/master/tests/README.md) if...
I'm having trouble getting a good THD / THD+N calculation from either THD() or THDN(). If you have a moment, could you take a look at this sample code/data and...