intrntbrn

Results 10 comments of intrntbrn

There is `SendSnapshotStarted` and `SendSnapshotCompleted`, but there is only `SnapshotReceived`. Having both events (`ReceiveSnapshotStarted` and `ReceiveSnapshotCompleted`) on the receiving end would be appreciated.

Here are some event handlers that i had to implement for my application. The returned strings are keys used to unsubscribe. ``` subscribeOnReady(clusterID uint64, nodeID uint64, fn NodeReadyFunc) string subscribeOnLeader(clusterID...

@lni I am also having to deal with this issue. The cluster still works, but the requesting node won't ever stop until shutdown or actually becoming the leader. It happens...

No, `CheckQuorum` has always been enabled.

I really don't know what happened exactly in these cases. As i said, i haven't looked into it, because i am currently very busy with implementing my application and for...

@lni thank you for looking into the issue. I've applied a workaround over a week ago and i haven't come across the issue again. It's not great having to rely...

In my application the leader of a cluster has to report the state of the cluster (e.g. online status of peers) to a coordination/scheduling process (also raft backed). But since...

smart_borders is currently ignoring `titlebars_enabled` or `request_no_titlebar` client properties. Please post your rules.

I've just pushed an update. `titlebars_enabled` property changes are now handled by smart_borders. It's now to possible to toggle titlebars dynamically: ``` echo "client.focus.titlebars_enabled = false" | awesome-client ``` Please...

Please pull the latest update. Instead of the `titlebars_enabled` property there is now a `disable_smart_borders` client property. If you want to disable smart_borders for a certain client, you just have...