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.
conjunctive 2020-09-11T05:29:24.225800Z

I released a small library for generating CSV files of randomized dates. There's heavy use of spec, transducers, and cgrand's beautiful library https://github.com/cgrand/xforms! https://github.com/conjunctive/date-gen

👍 4
conjunctive 2020-09-11T07:08:05.227900Z

Thanks @vincent.cantin! Apologies for accidentally deleting your reply. Yes, I originally wrote it to test another project I was working on, but decided to extract it into a small exploratory repo.

2020-09-11T14:22:58.230800Z

always great to see cgrand's library in the wild! It should really be de rigueur!

djblue 2020-09-11T05:51:28.226500Z

portal 0.5.0: It's a clojure tool to navigate through your data like REBL. The main highlights for this release are: - You can pull values back into your repl from portal via deref or @ - The table viewer now has sticky headers and columns - For more info https://github.com/djblue/portal/blob/master/CHANGELOG.md#050---2020-09-10

🎉 9
chucklehead 2020-09-11T07:03:04.227500Z

I don't need JavaFX, this is great!

☝️ 1
Eddú Meléndez 2020-09-11T13:22:58.230100Z

Hi everyone, couple of months ago I started building a builpack for leiningen and it has been donated to paketo-buildpacks` With just one command the builpack will autodetect is a leining project, provid an jdk, provide lein, provide some adjustment to the jvm and create the image. At the end, you can run it with the docker commands you already know. https://github.com/paketo-buildpacks/leiningen In order to create an image with java 8 (if version is not specified will be java 11): pack build hello-pedestal --builder paketobuildpacks/builder:base -e 'BP_JVM_VERSION=8.*' https://asciinema.org/a/357310 You can also change the jdk provider pack build hello-pedestal --builder paketobuildpacks/builder:base --buildpack <http://gcr.io/paketo-buildpacks/amazon-corretto|gcr.io/paketo-buildpacks/amazon-corretto> --buildpack <http://gcr.io/paketo-buildpacks/java|gcr.io/paketo-buildpacks/java> -e 'BP_JVM_VERSION=8.* https://asciinema.org/a/357418 For java 11, the work around is to start it with --env JAVA_OPTS="-XX:MaxMetaspaceSize=104744K" for now.

🚢 2
alexmiller 2020-09-11T18:48:51.233700Z

A new prerelease version of clj is now available (1.10.1.681): • Reinstate -R, -C, and -Spom from last week's prerelease (but still deprecated) • TDEPS-155 - Some error message improvements for various bad coordinate cases • Feedback to #tools-deps

3
🔥 1
❤️ 1
🦜 4
🚀 1
🎉 10