iliana etaoin
iliana etaoin
Adding this to my `setup()` function reliably works around this issue: ```cpp LEDControl.disable(); delay(100); LEDControl.enable(); ```
That's my assumption as well. (Even with the same firmware build on my sketch, different numbers of LEDs come up on the left half on each boot, so I think...
Wanted to reach out and mention that I applied this PR to a v2.6.4 build and it works well for me! One confusing thing is that this style of matcher...
What I am doing is configuring a POST webhook with a secret parameter in the URL, e.g. `/webhook/WpFohBGulVjWHE2v3MP1tHB9ztcPAiD9PBNWF4HtvNQ`. Because this config is built by [a public repo](https://github.com/iliana/nixos-configs), and the third-party...
I don't have anything presently using this plugin so I can only agree with "likely fixed".
Agreed. I haven't actually decided if adding the media URL is the right thing. When I was initially building this module I realized I needed this but then promptly forgot....
This is even more important now that Mastodon 2.3.0's web interface is dropping media URLs from toots.
dumbCommandModule switched in #190
> In #10807, we expect Git will eventually move to support SHA256 at some point for future compatibility. Not sure if we want to go back to assume it is...
My latest thinking on this is to create a module that does queries on a list of JSON objects with this format from MongoDB: http://docs.mongodb.org/manual/tutorial/query-documents/ http://docs.mongodb.org/manual/reference/operator/nav-query/ Of course, these query...