mmmdreg
mmmdreg
The gist doesn’t exist but I have just fiddled around with this and documenting for reference. ```clojure (def ssl-context (-> (SslContextBuilder/forServer (io/file “cert.pem”) (io/file “key.pem”)) (.clientAuth (ClientAuth/REQUIRE)) (.trustManager (io/file “trust.pem”))...
Interesting. Just using eventstore for now. So cqrs-domain is basically using another DB collection to keep track of locks on aggregates? What if the store just used a unique index...
+1 to stacked horizontal bar charts. I agree with jrideout on having a bar chart that can be configured to be horizontal. However, perhaps horizontal bar charts and row charts...
Thanks. The linked issues are interesting but this issue is more about changing the package repo (package.elm-Lang.org) rather than project repos. elm-github-install looks like a good start though. I will...