Chris Mullins
Chris Mullins
I'm guessing this is related to the issue I was just seeing. Here's the backtrace (clipped to include redditkit-related lines): ``` TypeError: no implicit conversion of Symbol into Integer /home/me/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/redditkit-1.0.2/lib/redditkit/client/utilities.rb:72:in...
I _think_ this only applies to buttons that were already set up at some point. The impression I get from browsing buttons on eBay is that most are from people...
Thanks for opening -- I'm seeing this too. Will try to look when I have more time.
Hi @appi1, I'm guessing that's a separate problem. Please open another issue with the output of `http:///api/v1/settings` (**make sure to sensor any passwords that appear here**).
Hi @skitterrusty, an update on this -- I think the issue is some kind of corruption of the variables database file. I haven't been able to reproduce it, unfortunately, but...
Hi @tigroz! This is a good question. I'm using the native [strftime](https://github.com/sidoh/epaper_templates/blob/master/lib/Variables/TimeFormatter.cpp#L38) for this functionality. At least in vanilla C, stuff like day of week is [locale-specific](https://www.cplusplus.com/reference/ctime/strftime/), which is configured...
No worries. In the best case, adding support for different locales should be easy. I'll try to find some time to play around with it. Happy to help with the...
Unfortunately this didn't work. I'm guessing that the espressif SDK does not ship with other locales. If anyone knows of a way around this, please let me know.
Hey @matphillips, I was originally under the impression that the SPI pins were not configurable on the ESP32, but it's sounding like that's not true. Presently not a way to...
Hey @velaar, happy to help add support for a new GxEPD2 display type. Could you link a commit or a diff so that I know what you tried, and provide...