Bryan Grounds

Results 4 issues of Bryan Grounds

I put together a little demo [here](https://gitlab.com/bagrounds/gaggle-demo) If I add a console.log statement in the leaderElected event handler, all followers spam that log statement even if the leader has not...

bug

My understanding based on the Raft paper is that if cluster size N=3, progress should continue if 1 node is absent. Gaggle seems to require all 3 nodes to be...

bug

Thanks for this! It's cool and I used it for a while to support a bugout based p2p game side project. It worked great, and it's hard to beat the...

Proposal: instead of generating separate type definitions, just export the result of z.infer Example: ```ts const A = z.string(); type A = z.infer ``` This would immediately eliminate all discrepancies...