Seems like fun: https://clojureverse.org/t/small-web-apps-with-babashka-luminus-guestbook-reagent-example/6522
Niiice, I always wanted a nice template.
babashka.process
only throws on non-zero exit code if there is an error string. How about making it throw when there is no error string as well, with a generic error message?
yes, I think it should only look at the error code, since stderr is something also used for just debugging
I copied this from one of my scripts and didn't think too much about it
PR welcome!