Remove `panic` from our codebase
Related to haskell-gargantext-prelude!11 (merged)
Replace panic in pure functions with Either
. Use throwError
for IO stuff.
Related to haskell-gargantext-prelude!11 (merged)
Replace panic in pure functions with Either
. Use throwError
for IO stuff.