Trevor Hartman

Results 164 comments of Trevor Hartman

Hey @sanctum006 , check out https://yetibot.com/dev-guide for docs on getting started. This links to a minimal config example: https://yetibot.com/ops-guide#minimal_config

Current behavior leads to code like this all throughout my codebase: ```typescript const { data: networkMemberships } = useFirestoreCollectionData( profile ? query( collection(network.ref, "members").withConverter( converter() ), where("profileRef", "==", profile.ref) )...

Yep, they broke the Chrome extension with the redesign. That's how I stumbled upon your project here. Really enjoying the tag search with colored output. Posting would be awesome! Thanks...

Guessing that's because DNS is [resolved once on init](https://github.com/samuel/go-zookeeper/blob/master/zk/dnshostprovider.go). This should retry, and respect TTL instead.

Opened a separate issue that would solve this, if fixed: https://github.com/samuel/go-zookeeper/issues/157

:+1: need this to reconnect if my bot gets kicked for Excess Flood :)

Thanks! I'll see when I get to it. Do you think this behavior should be configurable, or always on?