announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
miro 2021-02-05T09:33:05.180300Z

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 🎉

422🎉
caumond 2021-02-05T09:54:34.182900Z

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 !!

1👍
caumond 2021-02-05T10:24:59.183300Z

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

caumond 2021-02-05T10:25:26.183500Z

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

g7s 2021-02-05T10:31:14.184500Z

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

3913♥️
miro 2021-02-05T10:36:53.184700Z

Thanks @caumond! 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 🙂

1👍
2021-02-05T11:11:08.187300Z

Purchased the book and read the available chapters yesterday, I like it! :thumbsup:

2021-02-05T23:10:53.191700Z

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!

4🕰️16🎉
seancorfield 2021-02-05T23:29:48.191800Z

The tag for current version is not found: <https://github.com/bcgit/bc-java/>
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

seancorfield 2021-02-05T23:30:39.192Z

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

seancorfield 2021-02-05T23:31:15.192200Z

Should I just create an issue on GitHub for this @liquidz.uo?

2021-02-05T23:32:48.192400Z

Yes, please. Thanks for your reporting!

seancorfield 2021-02-05T23:48:04.192800Z

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