· 2021-12-23
module MyInteractor def call CreateAccount.call! # ^^^^^^ if this fails... end end MyInteractor.call().success? # ^^^^^^^^^ should this # be true or false?
· 2021-11-29
· 2021-11-16
· 2021-09-09
· 2021-06-01
· 2021-04-21
· 2021-04-02
› docker info ERROR: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?