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...
This is useful for syncing a submodule with the remote branch. ## Standards checklist: - [x] The PR title is descriptive. - [x] The PR doesn't replicate another PR which...
The postgres envvar is missing in the dev.env, and this results in postgres' health check failing as it uses these envvars. this makes the health check default envvar like `POSTGRES_USER`...