This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-22
Channels
- # alda (2)
- # announcements (1)
- # babashka (32)
- # beginners (67)
- # calva (1)
- # cider (19)
- # clerk (11)
- # clj-commons (35)
- # clj-kondo (7)
- # cljsrn (2)
- # clojure (35)
- # clojure-europe (86)
- # clojure-nl (5)
- # clojure-norway (5)
- # clojure-russia (6)
- # clojurescript (16)
- # clr (21)
- # conjure (1)
- # core-async (10)
- # cryogen (1)
- # cursive (12)
- # data-science (1)
- # emacs (29)
- # events (4)
- # figwheel-main (2)
- # graalvm (9)
- # gratitude (7)
- # honeysql (4)
- # hugsql (3)
- # hyperfiddle (23)
- # jobs (1)
- # jobs-discuss (4)
- # joyride (9)
- # malli (2)
- # off-topic (81)
- # portal (7)
- # reagent (19)
- # reitit (1)
- # releases (4)
- # shadow-cljs (121)
- # xtdb (3)
Just got a new Mac and am working w/ an existing project that I had been developing in Linux. When I call portal/open
it is now opening a browser tab to localhost:5678
in the default browser (Firefox). In linux it looked to be opening a stand-alone chromium w/o address bar etc. Is there anyway to get that behavior on Mac? The screenshot in the readme also looks like it popped open a nice minimal window on MacOS
I think you are looking for this https://cljdoc.org/d/djblue/portal/0.37.1/doc/guides/portal-standalone#portal-standalone
It's all chrome based so you will need to have one of https://github.com/djblue/portal/blob/master/src/portal/runtime/browser.cljc#L26-L30 installed as well
Awesome
Not sure how I got the behavior I have in linux, but this looks perfect! Thank you for the help 🙂
I think I only look for chrome on osx, but I look for both chrome and chromium on linux. Maybe that's the difference :thinking_face:
Could be!