Shuntian Liu
Shuntian Liu
I am learning how to submit a PR, so found the duplicate "and" and removed it in the README file
**Is your feature request related to a problem? Please describe.** Mnesia's default partition tolerance model is to leave it to the programmer during a network partition (https://www.erlang.org/doc/apps/mnesia/mnesia_chap7#recovery-from-communication-failure). Moreover Mnesia only...
Hi, I saw that the type signature for `Saturn.Queue.push` is `'a Saturn.Queue.t -> 'a -> unit` while the queue in standard library has this the other way round `val push...