pact icon indicating copy to clipboard operation
pact copied to clipboard

Better dependency injection in Elixir

Results 3 pact issues
Sort by recently updated
recently updated
newest added

``` ==> pact Compiling 1 file (.ex) warning: the variable "overrides" is unsafe as it has been set inside a case/cond/receive/if/&&/||. Please explicitly return the variable value instead. For example:...

Hey, I just happened to be glancing through this and I noticed that this serializes every single call through a single GenServer. This is a real problem. If you used...

Just looking at the code, it doesn't appear to be thread safe.