Kevin
Kevin
I'd like to open a discussion about a integrating a (little-known?) feature of the ESP8266. **The ESP8266 has feature that allows you to configure WiFi credentials without being connected to...
It appears that `Paho.MQTT.Client.subscribe()` method will block until all of the retained messages have been received. Subscribing to a wildcard topic with about 40 retained messages will cause Paho to...
I'm attempting to redeem BCI from [AcFsnXQnXFUv8MEkeVmfoMk4yUGW6r1aA1](https://explorer.bitcoininterest.io/address/AcFsnXQnXFUv8MEkeVmfoMk4yUGW6r1aA1) The corresponding bitcoin address is 3NB24a3bk199QYjCCwmw56quePdXL6ujue I'm using the latest script at commit 78e0f5257626dd89a97e3ed6c7a26fd71499713a I run the command: ``` python claimer.py BCI f27f32e58188dbd92d2102fba7d0258b2bb2426b3de9f06568396a3780838529...
This is useful for APIs or passing an array of IDs to the view. I propose adding a class method, something like this: ``` Post.all.obfuscate_ids # Returns array of obfuscated...
Thank you for creating this app. The recycler scrolling and video transcoding is absolutely brilliant! I've been using digiKam and PiGallery2 for many years and they both support viewing a...
Hi, this is a super cool project! Thanks for making it open source and explaining how it works. I've been playing with it and think this might be a bug?...
I'm working on a project that requires some more PWM capable pins. I'm going to try software PWM over shift registers. I'll submit a PR if I can get it...