This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-01
Channels
- # announcements (4)
- # babashka (7)
- # beginners (11)
- # biff (4)
- # calva (11)
- # cider (21)
- # clerk (1)
- # clj-otel (1)
- # clojure (84)
- # clojure-art (3)
- # clojure-austin (1)
- # clojure-europe (25)
- # clojure-norway (14)
- # community-development (5)
- # events (1)
- # hyperfiddle (12)
- # off-topic (16)
- # polylith (23)
- # random (1)
- # re-frame (6)
- # releases (1)
- # thejaloniki (1)
The only way I’ve been able to get Portal to work is using @jr0cket’s repl/reloaded
(https://github.com/practicalli/clojure-cli-config/blob/82eabbe755df6cd3de5cfa4c5d830037baa1880e/deps.edn#L206) as an nREPL. Hints on configuring bb dev
to use Portal? I searched #biff and am not yet smart enough to make sense of what is there.
i added it to my main deps, and made a use-portal 'component' that calls portal/open and (add-tap #'portal/submit)
- maybe not great if you're actually deploying to production, but I'm not at that stage

yeah that's probably the best way to do it. you can add a config option to disable it in prod (or have it disabled by default and use a config option to enable it), like the use-beholder component: https://github.com/jacobobryant/biff/blob/b730c8524fa113832865b6f41312dd87a514465f/src/com/biffweb/impl/misc.clj#L20
I copy this namespace to each of my projects https://gist.github.com/theianjones/3a639eba1561f8651c80d4004a2c3be0
