This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-11-23
Channels
- # announcements (66)
- # babashka (41)
- # beginners (93)
- # calva (10)
- # cider (2)
- # clj-kondo (112)
- # cljs-dev (6)
- # cljsrn (1)
- # clojure (44)
- # clojure-dev (10)
- # clojure-europe (35)
- # clojure-italy (15)
- # clojure-nl (3)
- # clojure-uk (2)
- # clojurescript (38)
- # conjure (1)
- # datalevin (1)
- # datomic (16)
- # deps-new (4)
- # events (7)
- # figwheel-main (1)
- # fulcro (59)
- # graalvm (21)
- # integrant (3)
- # introduce-yourself (8)
- # jobs-discuss (2)
- # malli (23)
- # membrane (11)
- # membrane-term (2)
- # missionary (17)
- # off-topic (7)
- # pathom (23)
- # pedestal (6)
- # polylith (7)
- # portal (25)
- # releases (1)
- # remote-jobs (3)
- # reveal (5)
- # shadow-cljs (43)
- # spacemacs (7)
- # sql (18)
- # tools-deps (33)
- # vim (10)
- # xtdb (36)
Just in case anybody missed the earlier posts, @djblue is giving a talk “https://www.meetup.com/London-Clojurians/events/279631487/” in just a few hours. It would be awesome to come and support Chris and it will be a great way to learn more about Portal and how it can benefit any project!
Hello, thanks for sharing this 🙂 do I need a meetup account to attend?
Never mind found my login details!
Here’s the link to the zoom. It starts now! https://us02web.zoom.us/j/81405996155?pwd=c1A4Q3pWVWlmK2JMS1hQbUExOHNhZz09
Thank you! I'm attending it 🙂
Here’s the link to the zoom. It starts now! https://us02web.zoom.us/j/81405996155?pwd=c1A4Q3pWVWlmK2JMS1hQbUExOHNhZz09
Thanks for everyone who attended the talk! Let me know if you have any lingering questions :thumbsup:
Trying to figure out how to do the equivalent of an alter-var-root
on clojure.tools.logging/log
in my dev environment. I'll probably check @U04V70XH6's dotfiles since he's probably already figured it out. 🙂
@U01GXCWSRMW Since it's a layer of macros on top, the best you can do is target clojure.tools.logging/log*
Yeah. I got as far as seeing there were macros in the way, but hadn't dived down yet. Thanks for the direction! 👍
Hi all, The recording of tonight's event is now available on our Youtube channel: Thinking with Portal (by Chris Badahdah) https://www.youtube.com/watch?v=Tj-iyDo3bq0
Dang, that was fast! Thanks @U0LCHMJTA!
you are using iframe for that, right?
yup 👍
Same — diff and deref !!! 🔥🔥 beautiful work! PS: go to definition is amazing. But while watching video, seeing it in non-IntelliJ context was startling, and was left wondering how it actually works — how does portal tell an editor to to navigate somewhere?
@U6VPZS1EK, good question. It's basically https://github.com/djblue/portal/blob/master/src/portal/runtime/jvm/editor.cljc#L76-L81. And then the editor extension uses the https://github.com/djblue/portal/blob/master/extension-intellij/src/main/clojure/portal/extensions/intellij/file.clj#L8-L16.
Ah, got it! So there's a web server running in Portal in the REPL — cool that there's a way to get info or actions back into the program. How does Portal viewer gets messages from REPL? WS? PS: great work in the video. Seeing diff with was 🤯🤯. As well as editor navigation and deref of selected value!
