This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-06
Channels
- # babashka (60)
- # beginners (36)
- # clj-kondo (29)
- # clojure (91)
- # clojure-dev (18)
- # clojure-europe (12)
- # clojure-nl (1)
- # clojure-norway (11)
- # clojure-uk (5)
- # clojuredesign-podcast (8)
- # clojurescript (40)
- # core-typed (74)
- # data-science (8)
- # datomic (9)
- # emacs (22)
- # events (5)
- # fulcro (56)
- # gratitude (3)
- # hyperfiddle (11)
- # lsp (6)
- # malli (36)
- # meander (23)
- # off-topic (50)
- # polylith (4)
- # portal (10)
- # reitit (4)
- # schema (1)
- # shadow-cljs (66)
- # squint (3)
- # tools-deps (16)
Yup, https://cljdoc.org/d/djblue/portal/0.52.2/doc/guides/custom-tap-list is about how you do so 👍
I have trouble requiring clojure.zip in a custom viewer
Could not find namespace: clojure.zip.
{:error #object[Error Error: Could not find namespace: clojure.zip.],
:message "Could not find namespace: clojure.zip.",
:op :portal.rpc/response,
:portal.rpc/id 12}
launcher.clj: 124 portal.runtime.jvm.launcher/eval-str
Any ideas? (`clojure.walk` for instance loads just fine)This may not be included in the default set of namespace https://github.com/babashka/sciships with and I didn't manually add it for Portal :thinking_face:
For now, I would make sure https://github.com/clojure/clojurescript/blob/master/src/main/cljs/clojure/zip.cljs is available on your classpath, Portal should be able to dynamically load it. I'll see about adding it to sci on the Portal side.
Well... that was easy enough https://github.com/djblue/portal/commit/cf1bf857434f5b08596738ab298064d0859f36f8, should roll out in the next release 👌