Ignacio Hernandez-Ros
Ignacio Hernandez-Ros
Hello, Shall it be possible to add unicode-range: property with the value U+EA01-XXXX (computed from source) so the browser can better determine which for to use? The problem I'm facing...
# What does this implement/fix? During OTA update of an ESP32S3 I found out the OTA process fails and no proper errors to debug were found. This code adds information...
Hi, I would like to ask the community if there is interest on having a component like this but for the new ckeditor version 5. [https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/index.html](url)
Hello, I'm missing a Mock Stomp Server that can be used to automate tests with jest. And documentation about how to write basic tests. I've already tested https://github.com/rufusraghunath/js-stomp-utils/tree/master/packages/mock-stomp-broker with no...
### The problem It is possible to update regular ESP32 chips, but I've one ESP32-S3 and it cannot be updated. The call to esp_ota_end() returns 139 that means ESP_ERR_OTA_VALIDATE_FAILED and...
### The problem Trying to use the SPI integration as follows ``` spi: clk_pin: GPIO12 mosi_pin: GPIO11 miso_pin: GPIO13 ``` using a ESP32-S3 chip results in a compilation error: ```...
## Summary This project is nice, but it contains some minor bugs and it is not updated since very long time ago. ¿is this project live? Has anyone created a...
## Current Behavior In case of incorrect readings of the compass after it was initialised the values are reset to 0. this might cause strange reactions to the drone. ##...
When the generated HTML is loaded inside a web page, already loaded with, for example, boostrap.css. Some styles generated by the pdf2html (such as h2) are declared twice with different...
Hello there, I'm using flutter_osm_plugin in my app but now I've the requirement to draw features coming from geojson. I can't find documentation or examples about how to do it....