cvwillegen
cvwillegen
Also, https://github.com/arduino/ArduinoCore-API/blob/7f8de5869ee3de7a915bf1db64313c08595b3ac3/api/String.cpp#L467 https://github.com/arduino/ArduinoCore-API/blob/7f8de5869ee3de7a915bf1db64313c08595b3ac3/api/String.cpp#L492 https://github.com/arduino/ArduinoCore-API/blob/7f8de5869ee3de7a915bf1db64313c08595b3ac3/api/String.cpp#L498 have the same problem. You can debate if there is a change needed to https://github.com/arduino/ArduinoCore-API/blob/7f8de5869ee3de7a915bf1db64313c08595b3ac3/api/String.cpp#L470, but ``String::equalsIgnoreCase`` implies only printable characters.
Yes, I saw your pull request (and commented on it). As far as I can see, it still has strcmp() calls in it... please correct me if I'm wrong! Christ...
``memcmp`` _is_ a standard function in the C library...
I connected a (new) Atom echo to my RPI running HA. I took the config from ``https://github.com/esphome/media-players/blob/main/m5stack-atom-echo.yaml``. I added ``` wifi: ssid: !secret wifi_ssid password: !secret wifi_password ``` Then, I...
This is when it's connected via WiFi, isn't it? Mine hasn't been connected, since it can't (yet), because I need the MAC for that! If you connect it to a...
So, you're turning down a one line PR, and instead offer a totally unrelated config that people need to flash into their device in order to be able to use...
Also, please check https://github.com/esphome/esphome/pull/2428 to see where the information you mentioned originally came from. It was already missing some time ago...
Yes, that was a good idea! I'm sorry that I misunderstood your advise at first. I _did_ notice one small snag: When you close the Log window and re-open it,...
> I made some changes to the makefiles, hopefully it > will make it a bit easier to prepare translations for plugins. Yes and no... The changes to ``PO_VIM_JSLIST``, ``src/po/fixfilenames.vim``...
It's weird, when I run your ``make.pot`` example (I added a few ``gettext()`` calls in the right place), my ``make.pot`` file looks correct, _but_ my vundle.pot end with these lines:...