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