This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-11-12
Channels
- # aleph (1)
- # announcements (13)
- # asami (4)
- # babashka (47)
- # beginners (22)
- # calva (11)
- # circleci (1)
- # clj-kondo (14)
- # clojure (43)
- # clojure-europe (43)
- # clojure-gamedev (1)
- # clojure-nl (1)
- # clojure-uk (6)
- # clojurescript (13)
- # core-async (5)
- # cursive (8)
- # datomic (20)
- # events (3)
- # fulcro (12)
- # graalvm (1)
- # graphql (4)
- # gratitude (3)
- # java (2)
- # juxt (2)
- # leiningen (12)
- # off-topic (30)
- # pathom (33)
- # pedestal (5)
- # podcasts-discuss (1)
- # polylith (14)
- # rdf (2)
- # re-frame (12)
- # reagent (3)
- # releases (2)
- # shadow-cljs (24)
- # spacemacs (13)
- # sql (2)
- # tools-build (16)
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.
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#logging. https://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
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
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.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.
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.
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
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.
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
Release 2.1.2 which actually exports the kondo config correctly 😅
Many thanks to @U04V15CAJ for discovering the problem and helping me fix it. You rock!
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
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