Artem Bliednov

Results 2 issues of Artem Bliednov

The following code stated in the documentation won't work, because enums [already derive](https://github.com/danburkert/prost/blob/master/prost-build/src/code_generator.rs#L574) from Eq, so it produces an error. ```rust # let mut config = prost_build::Config::new(); // Nothing around...

I saw that at the moment the capability provider creates just [one replica](https://github.com/cosmonic/concordance/blob/main/capability-provider/src/natsclient/natsconn.rs#L29) of the event stream and [one replica](https://github.com/cosmonic/concordance/blob/main/capability-provider/src/natsclient/natsconn.rs#L46) of the command stream. What is the plan for controlling...