Yannis Weishaupt
Yannis Weishaupt
Fix the following warning: ``` warning: variable "me" is unused (if the variable is not meant to be used, prefix it with an underscore) lib/raft/server.ex:282: Raft.Server.follower/3 ```
First, thanks for all the amazing work on Bandit :) In our production we had CPU load increase over time and we fixed it the 22/04 by switching back to...
This should fix the error below and several other warnings. ``` warning: in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section...