This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-09-08
Channels
- # announcements (32)
- # aws (2)
- # babashka (21)
- # beginners (143)
- # cider (3)
- # cljsrn (13)
- # clojure (65)
- # clojure-dev (7)
- # clojure-europe (20)
- # clojure-losangeles (8)
- # clojure-nl (13)
- # clojure-norway (39)
- # clojure-uk (9)
- # clojurescript (39)
- # code-reviews (10)
- # conjure (2)
- # cursive (3)
- # datascript (6)
- # datomic (40)
- # events (5)
- # exercism (23)
- # fulcro (9)
- # funcool (2)
- # girouette (2)
- # graphql (4)
- # helix (8)
- # improve-getting-started (4)
- # integrant (7)
- # introduce-yourself (5)
- # jobs (3)
- # luminus (32)
- # malli (3)
- # off-topic (10)
- # pathom (9)
- # pedestal (4)
- # polylith (25)
- # practicalli (1)
- # re-frame (4)
- # sci (3)
- # shadow-cljs (5)
- # tools-deps (25)
- # vim (31)
- # xtdb (32)
Shell script for quickly installing the latest bb
. Should work on linux, mac, and windows git-bash/mingw64 https://github.com/lambdaisland/open-source/blob/main/bin/install_babashka
Why not use the babashka install script? https://github.com/babashka/babashka/blob/master/install
can't count on bash everywhere, can't count on curl supporting redirects (learned that the hard way)
I see. Well, if you ever want to contribute something back to the "official" install script, you're welcome.
sure, I'll see what we can port. I think we started using an early version of this script before the "official" script was a thing.
Preferably open smaller PRs so it’s more tractable what we’re changing. Thanks for looking into this
We saved 75% off our user-feedback time by switching to babashka! Exercism test-runner average running time reduced from 4 seconds to 1: https://github.com/exercism/clojure/pull/405
We first parse the solution's test files with rewrite-clj
to gather the test data and capture the results from clojure.test
using custom reporting methods
I don't get why the http://babashka.org site layout changed all of a sudden while the site hasn't been touched for months. Halp! The source is here: https://github.com/babashka/babashka.github.io
Fixed. It turned out upgrading tailwind 2.2.10 -> 2.2.12 breaks the layout and for some reason the version used was ^2.
This must be something simple, but it’s puzzling me.
bb -e '(println (clojure.string/split "a,b,c,d" #","))'
[a b c d]
but this bb.edn test task fails, and indeed causes a simple bb
command to fail if the bb.edn exists:
{:tasks {test (println (clojure.string/split "a,b,c,d" #","))}}
The error is
Exception in thread "main" java.lang.RuntimeException: No dispatch macro for: "