Fork me on GitHub
#announcements
<
2021-02-05
>
miro09:02:05

Happy to announce that https://github.com/mikub/titanoboa Cluster is now being open sourced. There is a new https://github.com/mikub/titanoboa/releases/tag/1.0.0-alfa.1 you can try. Read more at our https://github.com/mikub/titanoboa/wiki/Clustering . This should make it easy for you to run tens or even hundreds of Titanoboa servers in one cluster 🎉

🎉 66
sheepy 12
caumond09:02:34

Hi, I am very interested in your project, as I am in the process of designing something close to that (open, graphically sketchable, maybe modifiable, to orchestrate some treatements, manage their errors, decide what are the next steps, ...). I have a look and tell you !!

👍 3
caumond10:02:59

Small improvement: it seems the docker image does not have the latest tag. So, in the installation guide docker run -d -p 3000:3000 --name titanoboa titanoboa/titanoboa should be docker run -d -p 3000:3000 --name titanoboa titanoboa/titanoboa:0.9.0 . Or add the latest tag on docker hub

caumond10:02:26

That said, it work on 3 minutes on my pc !

miro10:02:53

Thanks @U018QDQGZ9Q! I will fix that. I also still have to upload the latest Docker images (1.0.0-alfa.1 and 0.9.1), but they should be available soon. Good to hear that it is working 🙂

👍 3
g7s10:02:14

I've just open sourced skidder a Drag and Drop ClojureScript library https://github.com/g7s/skidder

♥️ 39
cljs 27
9
uochan23:02:53

Just released antq ver 0.11.0, Tool to point out your outdated dependencies. https://github.com/liquidz/antq Added support to display diff URLs for outdated dependencies!

🎉 48
🕰️ 12
seancorfield23:02:48

The tag for current version is not found: 
Execution error (NullPointerException) at antq.util.maven/get-scm-url (maven.clj:97).
Cannot invoke "org.apache.maven.model.Scm.getUrl()" because "scm" is null

seancorfield23:02:39

0.10.3 works fine across our whole codebase (~110K lines of Clojure).

seancorfield23:02:15

Should I just create an issue on GitHub for this @UBL24PLE6?

uochan23:02:48

Yes, please. Thanks for your reporting!

seancorfield23:02:04

If I get time, I'll send a PR. It looks relatively easy to fix.

uochan00:02:51

I've released v0.11.1 for now.

💯 3
🎉 3
seancorfield00:02:56

Oh, wow, that was fast -- thanks! Testing now...

seancorfield00:02:47

Confirmed it works! Awesome!