Benoît Blanchon
Benoît Blanchon
Same as 253da15 but for Teensy 2 Fixes bblanchon/ArduinoJson#1812
Hi, Arduino supports the following overloads of [`String::concat()`](https://www.arduino.cc/reference/en/language/variables/data-types/string/functions/concat/): ```c++ class String { public: unsigned char concat(char c); unsigned char concat(const __FlashStringHelper *str); unsigned char concat(const char *cstr); unsigned char concat(const...
See https://github.com/bblanchon/ArduinoJson/issues/2079#issuecomment-2063224811
Hi there, Thank you for this awesome library :heart: As far as I understand, the commonly accepted way to use crispy-forms with django-filter is to override the `form` property like...
Hi, This PR embeds the source of ArduinoJson 5.13 so that users don't need to install it themselves. It also allows users to install a different version of ArduinoJson and...
`SDRAM` currently supports `malloc()` and `free()`, but doesn't support `realloc()`. Would it be possible to add it?
Hi, Thank you very much for this package. I tried to use the `v-keep-scroll-position` directive with Nuxt 2.15.8 / Vue 2.6.14, but it didn't work. It correctly saves the scroll...
Calling `pgm_read_ptr()` causes the following error: 'const void*' is not a pointer-to-object type" Related to arduino/ArduinoCore-API#118 Fixes bblanchon/ArduinoJson#1947
Hi, Thanks for this excellent extension. I use it daily for local development, but unfortunately, it doesn't work with [development containers](https://code.visualstudio.com/docs/remote/containers). VSCode allows users to install an extension *inside* the...
Hi, Thank you very much for the fantastic work you do with Celery. I'm using Celery 4.4.7, and I just spent a lot of time understanding why my server froze...