Fork me on GitHub
#announcements
<
2021-11-12
>
tony.kay04:11:46

I've created the first version of a Fulcro RAD template. https://github.com/fulcrologic/fulcro-rad-template This template includes everything needed to get started with Datomic Free, Fulcro, and Fulcro's Rapid Application Development add-on (including a script for customizing the top-level package name for the files). In the coming weeks expect to see new announcements about videos and documentation on the #news-and-articles channel.

❤️ 22
👍 11
fulcro 5
1
1
borkdude11:11:27

The babashka AWS pod 0.1.0 is out. It is a pod based on Cognitect's aws-api and gives access to it from babashka. • Bump deps (see `deps.edn`) • Add `pod.babashka.aws.logging` namespace with `set-level!` function. See https://github.com/babashka/pod-babashka-aws#logginghttps://github.com/babashka/pod-babashka-aws/issues/41 • Fix transit serialization of `Throwable` and `Class` in `:Error` payload. https://github.com/babashka/pod-babashka-aws/issues/30 https://github.com/babashka/pod-babashka-aws/blob/main/CHANGELOG.md#v010 You can run it directly from the pod registry like this: https://github.com/babashka/pod-registry/blob/master/examples/aws.clj Follow up in #babashka

👀 6
👍 9
babashka 7
tony.kay13:11:38

Fulcro 3.5.8 is out. This release includes a minor change that is necessary for Fulcro to work properly when using the latest Clojurescript compiler. https://github.com/fulcrologic/fulcro

fulcro 9
🎉 6
Eric Scott14:11:37

Just released v 0.1.2 of a library that allows you to interact with Jena RDF models using the ont-app/igraph protocol: https://github.com/ont-app/igraph-jena The aim of IGraph is to provide a common set of abstractions over a wide variety of graph representations that allow each of them to be treated as a clojure-y container using IFn:

(g) -> {s {p #{o}}}
(g s) -> {p #{o}}
(g s p) -> #{o}
(g s p o) -> truthy
RDF versions if IGraph also have support for mapping between namespaced keywords and URIs.

❤️ 7
Kelvin14:11:30

Sorry for being a bit late to the party, but I want to say this is great! My company is working on an RDF-based graph database system, and the ont-app libs are very helpful in designing RDF graphs.

👍 1
Eric Scott18:12:16

Thanks so much for the kind words! Please let me know if something is causing you grief, and try to get on it as soon as I can.

Alex Miller (Clojure team)14:11:13

Clojure CLI https://clojure.org/releases/tools#v1.10.3.1029 is now available • https://clojure.atlassian.net/browse/TDEPS-212 Cover a much wider range of valid git dep urls, including git file urls • Use https://github.com/clojure/tools.deps.alpha/blob/master/CHANGELOG.md 0.12.1071

🎉 10
tony.kay14:11:25

Fulcro RAD 1.1.0-RC2 is on Clojars. This release fixes a number of minor bugs, improves docstrings, and adds a number of helper functions that are useful for when you take control of rendering a generated form or report. The biggest addition in this version is a new form debugger. If you are using the latest semantic-ui rendering plugin, then you can add fo/debug? true to a form, and all sorts of useful info will be rendered next to the form in the UI to help you debug issues. https://github.com/fulcrologic/fulcro-rad/ Also, the latest rendering plugin that uses Semantic UI was released as well: version 1.2.0 at https://github.com/fulcrologic/fulcro-rad-semantic-ui, which contains the logic for the debug option, along with a few other minor improvements.

👍 7
❤️ 6
fulcro 4
🙏 1
Jakub Holý (HolyJak)17:11:01

https://github.com/holyjak/clj-concordionhttps://github.com/holyjak/clj-concordionhttps://github.com/holyjak/clj-concordion - the beveloper-friendly, simple BDD tests using Clojure and clojure.test, based on http://Concordion.org - upgrades to the latest Concordion 3.1.3 and adds support for clj-kondo

🎉 5
Jakub Holý (HolyJak)21:11:55

Release 2.1.2 which actually exports the kondo config correctly 😅

Jakub Holý (HolyJak)22:11:19

Many thanks to @U04V15CAJ for discovering the problem and helping me fix it. You rock!

Alex Miller (Clojure team)22:11:34

https://github.com/clojure/tools.build v0.6.4 ea76dff is now available • java-command - add control over using classpath file with :use-cp-file (default=:auto) • compile-clj - can now accept java-command passthrough args :java-cmd, :java-opts, :use-cp-file

Alex Miller (Clojure team)23:11:08

https://github.com/clojure/tools.build v0.6.5 a0c3ff6 is now available • git-process - NEW task to run an arbitrary git process and return the output • git-rev-count - updated to use git-process, added :git-command attribute

🔥 9