EvEggelen

Results 11 issues of EvEggelen

The code below renders different than in a browser. It looks like the top margin is not applied when 2 blocks are rendered. I quickly looked and could not find...

bug
layout

The following code does not seem to be rendered correctly with dompdf 2.0.3. So far I could not find a reported issue in the database. Anyway to workaround the problem...

bug
layout

I created a title page with HTML. This page works in browsers and passes the validator.w3.org. When I render this HTML with dompdf v2.0.3 I get parts on different pages...

bug
layout

I experimenting with dompdf to render a pdf from an HTML file. The file developmentscan-logo.svg is stored in the DOCUMENT_ROOT/images/developmentscan-logo.svg. The HTML below results in an error not finding the...

enhancement

I am replacing (trying to ) ESPAsyncWebServer with PsychicHttp on the project on https://github.com/EvEggelen/ESP32-sveltekit. The ESPAsyncWebServer has to many issues, so it would really increase the stability of this framework....

I get an error after updating to the latest ESP idf v5.2.1 ( platformIO Espressif 32 v6.7.0 ) when compiling tinyxml2. But making explicit what was intended this error is...

-Added a library.json to support building from platformIO. -Added support for including components/mirf/mirf.h in a cpp file. Same mechanism as IDF uses. -Updated documentation how to library within platformIO

Would it be possible to add support for the following board ? https://www.aliexpress.com/item/1005007327990101.html https://www.aliexpress.com/item/1005004586877459.html https://www.aliexpress.com/item/1005006771104279.html ![ESP32-C3-mini](https://github.com/user-attachments/assets/6a049322-4690-4637-8e98-62f0c84c238b) ![ESP32-C3-mini_back](https://github.com/user-attachments/assets/3fe4092e-6bd2-4786-83f1-2f45dbe830bd) ![ESP32-C3-board](https://github.com/user-attachments/assets/65aed566-b581-45be-a93a-55c67c30fc05)

new symbol
new footprint

This plugin is able to read the model number from the inverter through modbus ( holding register 28 and 29, modbus v305 ). However the model code it retrieves (...

I tried to put some source code outside the src folder (cpp/c files) when building an ESP IDF project ( platform = espressif32, framework = espidf ). To add the...

help wanted