Luke Hoersten
Luke Hoersten
@lpsmith: it looks like I'm using a variant of the "backend flattening method" you mentioned. Here's my SQL snippet: ``` sql q = [sql| SELECT id, (r.start_time).timestamp, (r.start_time).timezone.utc_offset_minutes, (r.start_time).timezone.is_dst, (r.start_time).timezone.name,...
@tomjaguarpaw great! I suppose we can make changes to use the "row in a single field" approach if/when that gets added to postgresql-simple in the future if applicable.
Hey @bouk - any feedback on this? There's a CLI dark-mode setting command in Homebrew: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/dark-mode.rb Figured it may be worth a look to see if you're interested in having...
@Clovel Cleaned out the formatting errors I had so now you should be able to see the actual changes. I'm looking for guidance on how to handle the TLV8 config...
Dropped the addition of both doorbell and video doorbell in favor of just the simpler doorbell first.
Here's an example of how I use it: https://github.com/lukehoersten/esp-homekit-intercom Let me know if you have any questions with this concrete example.
Yes this is super helpful - thank you. Is it safe for me to call `hap_` functions from multiple tasks?
Is there a chance BLE also gets added to the esp HomeKit sdk? I've found the ESP SDK much better than the ADK.