Benoît Blanchon
Benoît Blanchon
```c++ StaticJsonDocument doc; doc.set(1.7976931348623147e+308); serializeJson(doc, std::cout); // 1.797693135e308 ``` Online demo: https://wandbox.org/permlink/sJfBXevl6vd3KDL5 The rounding is correct, but the value is out of `double`'s range. This can be an issue because...
@supergohan, in #18, you requested a CRC feature in StreamUtils. That's something I wanted to add for a long time, but I waited for an actual application to make sure...
## Checklist - [X] Raised initially as discussion #7899 - [X] This cannot be dealt with as a third party library. (We prefer new functionality to be [in the form...
This PR adds support for "screenview" events. See https://developers.google.com/analytics/devguides/collection/gtagjs/screens https://developers.google.com/analytics/devguides/collection/analyticsjs/screens In the CSS, I saw [more references to `.beacon--pageview`](https://github.com/keithclark/gadebugger/blob/4a553d305f6fe9781c6ae71f49b896399f02fdc4/src/chrome/css/gadebugger.css#L80-L90). I was not able to fix them, but it's probably a...
### Summary of issue Sublime Text becomes extremely slow after activating the option `jekyll_auto_find_paths`. For example, it takes **several seconds** to open the command palette and the context menu. I...
Hi, Thank you very much for this excellent project! My document includes a long spreadsheet that spans across several pages. The default behavior of Chrome and Firefox is to repeat...
Hi, I'm the creator of [pdfium-binaries](https://github.com/bblanchon/pdfium-binaries), which host pre-build binaries of PDFium that this project uses. You probably noticed that the Windows packages are slightly different from the other packages...
Hi! I followed [these instructions](https://github.com/msgpack/website/blob/master/README.md#how-to-list-up-your-project-on-msgpackorg) to get [ArduinoJson](https://github.com/bblanchon/ArduinoJson) listed on msgpack.org, but it didn't work. Did I miss something? BTW, I wish we could get listed on msgpack.org without changing...
Hi, The [`swap()` macro defined in `HW_AVR_SPI_defines.h`](https://github.com/ArduCAM/Arduino/blob/fd99cd848adc562198a442799c1089f42b460039/UTFT4ArduCAM_SPI/HW_AVR_SPI_defines.h#L30) conflicts with [the standard `std::swap()` function](https://en.cppreference.com/w/cpp/algorithm/swap). See https://github.com/bblanchon/ArduinoJson/issues/1757 Here is a repro: ```c++ #include #include void setup() {} void loop() {} ``` Compiler...
Hi, Thank you for this excellent tool 👍 I wish I could include it in my GitHub workflow, but unfortunately, rule LP012 fails for my library Indeed, the name of...