This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-11
Channels
- # announcements (2)
- # babashka (27)
- # beginners (99)
- # biff (16)
- # calva (15)
- # clj-kondo (6)
- # clj-on-windows (38)
- # clojure (54)
- # clojure-austin (1)
- # clojure-europe (30)
- # clojure-france (4)
- # clojure-nl (1)
- # clojure-norway (43)
- # clojure-spec (10)
- # conjure (28)
- # core-async (4)
- # cursive (7)
- # figwheel-main (1)
- # graphql (9)
- # gratitude (3)
- # honeysql (9)
- # introduce-yourself (1)
- # jobs (1)
- # joyride (128)
- # lambdaisland (2)
- # malli (8)
- # membrane (12)
- # nbb (5)
- # off-topic (1)
- # polylith (11)
- # re-frame (9)
- # reitit (1)
- # remote-jobs (5)
- # sci (15)
- # shadow-cljs (50)
- # tools-deps (2)
- # xtdb (12)
https://cljdoc.org/d/hiccup/hiccup/2.0.0-alpha2/api/hiccup2.core#raw seems to be missing from hiccup2.core (babashka v0.9.162):
(ns-publics (find-ns 'hiccup2.core)) ;;=> {html #'hiccup2.core/html}
let me know if you'd like to have an issue for itI'd also find https://cljdoc.org/d/hiccup/hiccup/2.0.0-alpha2/api/hiccup.page convenient but I guess it's excluded for size constraints?
@U5H74UNSF We do have hiccup.util/raw-string
in bb already
$ clojure -M:babashka/dev -Sdeps '{:deps {hiccup/hiccup {:mvn/version "RELEASE"}}}' -e "(require '[hiccup.page :as page]) (page/html5 [:a :dude])"
"\n<html><a>dude</a></html>"
This is supported with bb from master now, commit 33bee0480db28a50d9b8da2d804e416748f09fc1
. Check #CSDUA8S6B for testing locally in a few minutes
should be there now. also you can install it using here: https://github.com/babashka/babashka-dev-builds