Ben Wheeler
Ben Wheeler
I just got bitten by the fact that the website - which is the top hit on google for "jquery easing plugin", while this repo is only 3rd - is...
@gdsmith I reckon that'll do it :D Thanks for the prompt response!
Thank you @hannesdorn ! This issue still exists in the version of Flexslider that is bundled with WooCommerce (at least as of 4.9.1 - I haven't tried 5.x yet). At...
It shouldn't be necessary to break it out into a separate library, it's just 2 small functions/overrides, I don't think it seriously threatens the "micro" nature of the lib ;)...
I'm literally just after something like int uRTCLib::ramRead(const uint8_t address, byte *buffer, uint8_t length); and similar for write. I don't see how that would cause a code explosion. I don't...
Thanks for this PR, it looks useful. However I've run into an issue which I think is a bug in this change: ``` bool modemGetConnected(uint8_t mux) { // Read the...
This is an Arduino library. When programming the ESP32 in PlatformIO you can choose either the ESP-IDF framework or the Arduino framework. This library will only work with the Arduino...