Jc2k

Results 292 comments of Jc2k
trafficstars

Thanks for the quick response. Really appreciate the work you do on aiocoap. Excited to turn on homekit coap support in HA very soon :)

@chrysn if you are working on a release for HA/aiohomekit in #270, it would be good to pick up this one too. I'm not 100% sure if it has been...

Yay! Thank you very much

@roysjosh Until upstream responds, what happens if we just pass in `-3000` instead of `0`

I am currently migrating an AWS style (but using a non-AWS S3) setup so joined #docker to talk about this ticket. I thought it would be good to try and...

Continuing the thread of trying to figure out how Docker and moloch work together, I've tried to write up some common approaches to configuration with Docker and what they might...

Have been running an image made from the easybuttonbuild that is compatible with what i say in this ticket and [here](https://gist.github.com/Jc2k/eaf16b6fc9158da1bcbaee0a473725a8) for a while now. Pretty happy with the approach...

Some of the other tickets suggest reusing a BleakClient is currently problematic, and i'd be better off with a fresh one. Which would just leave the leak. This change at...

#763 fixes the leak, and my notifications work reliably with that - *if* i use a new BleakClient every time. This is OK with me, but I don't know if...