This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-04-21
Channels
- # announcements (12)
- # atom-editor (2)
- # babashka (44)
- # beginners (4)
- # calva (3)
- # clj-kondo (10)
- # clj-yaml (1)
- # cljsrn (1)
- # clojars (5)
- # clojure (68)
- # clojure-europe (40)
- # clojure-nl (1)
- # clojure-norway (75)
- # clojure-uk (2)
- # clojurescript (23)
- # conjure (1)
- # datomic (2)
- # defnpodcast (7)
- # emacs (23)
- # etaoin (7)
- # fulcro (7)
- # funcool (2)
- # honeysql (3)
- # hyperfiddle (40)
- # interop (4)
- # jobs (3)
- # lsp (1)
- # malli (16)
- # off-topic (16)
- # parinfer (2)
- # podcasts-discuss (1)
- # portal (61)
- # reitit (6)
- # releases (1)
- # remote-jobs (6)
- # scittle (4)
- # shadow-cljs (18)
- # spacemacs (4)
- # vim (22)
- # xtdb (12)
Announcing phosphor-clj: All the wonderful icons in the open source Phosphor icon package as hiccup. Works with both Clojure and ClojureScript, and comes with tooling to make sure your ClojureScript bundles only contain the specific icons you use. https://github.com/cjohansen/phosphor-clj
I ended up with the macro that imports a single icon because I figured it would be the best way to make sure you import all the icons you use - wrap every keyword in the macro instead of maintaining a separate list. But I can see the use of both.
I did add one to load all of them in order to make sure it all worked. Calling that macro by hand 7k times was too much š
huh icons/render
, just returns data? Nice!
So this should work for server-side generated HTML :thinking_face:
https://github.com/babashka/babashka: Native, fast starting Clojure interpreter for scripting
https://babashka.org/conf/ is happening June 10th in Berlin. Save the date and/or submit your babashka/clojure-related 20 minute talk in the CfP! š
1.3.177 and 1.3.178 (2023-04-18)
ā¢ https://github.com/babashka/babashka/issues/1541: respect bb.edn
adjacent to invoked file. This eases writing system-global scripts from projects without using bbin. See https://book.babashka.org/#_script_adjacent_bb_edn.
ā¢ https://github.com/babashka/babashka/pull/1523: Reduce the size of the Docker images (https://github.com/raszi)
ā¢ Upgrade deps.clj to v1.11.1.1273
ā¢ Upgrade transit-clj to 1.0.333
ā¢ Add java.security.cert.CertificateFactory
ā¢ Bump clj-yaml to 1.0.26
ā¢ Bump edamame to 1.3.21
ā¢ Add UnsupportedOperationException
ā¢ Bump babashka CLI to 0.7.51
ā¢ Bump babashka http-client to 0.2.9
ā¢ Add --install-exit-handlers
to native-image build to support shutdown hook + SIGTERM
Added a Windows section for the script-adjacent bb.edn solution: https://book.babashka.org/#_script_adjacent_bb_edn cc @UBLU3FQRZ if you're interested