This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-18
Channels
- # announcements (9)
- # atom-editor (29)
- # aws (17)
- # babashka (72)
- # beginners (83)
- # braveandtrue (3)
- # calva (7)
- # cider (16)
- # clj-kondo (15)
- # cljs-dev (146)
- # cljsjs (1)
- # cljsrn (8)
- # clojars (1)
- # clojure (96)
- # clojure-dev (19)
- # clojure-europe (53)
- # clojure-losangeles (1)
- # clojure-nl (3)
- # clojure-spec (7)
- # clojure-uk (235)
- # clojuredesign-podcast (5)
- # clojurescript (81)
- # conjure (73)
- # cursive (7)
- # data-science (1)
- # datomic (5)
- # defnpodcast (8)
- # emacs (3)
- # figwheel-main (34)
- # fulcro (83)
- # graalvm (10)
- # graphql (6)
- # helix (49)
- # jackdaw (3)
- # jobs (1)
- # joker (1)
- # kaocha (1)
- # mid-cities-meetup (10)
- # off-topic (17)
- # pathom (16)
- # re-frame (11)
- # reagent (18)
- # reitit (18)
- # remote-jobs (4)
- # shadow-cljs (63)
- # spacemacs (18)
- # specter (20)
- # sql (17)
- # uncomplicate (1)
- # vim (28)
- # xtdb (32)
It's a good point, I'll add a warning. And it's not so much a new mapping, just that I merged the functionality together with an existing one
I may rework config soon to turn it into a plain Vim dict that you can set before or after Conjure loads 😬
; --------------------------------------------------------------------------------
; Sessions (2):
; >1 - Cane Corso (Clojure)
; 2 - Standard Schnauzer (ClojureScript)
UUIDs are now masked by cat and dog breeds in a stable and stateless way that persists between connections 😄Still tweaking it, so not pushed to develop yet, just solving some chicken and egg situation with enriching the session ID with information.
I may well add custom names at some point but I feel like the effort outweighs the benefit right now considering it's transient and lost on JVM / browser restart.
I can think of the odd time where it might be useful, but I see it as way off into the "nice to have" camp.
Just trying to get this session ID enriching working on connection. Works for standard JVM but not shadow :thinking_face:
Maybe, for someone, in the far future being able to customise which names to use for sessions, but I'm sure there are better more immediate things worthy of your attention 🙂
Yup! I kinda want to add a fallback stdin client soon so people could have VERY basic support for any lisp that has a stdio REPL..
I'm joining Viasat, working remotely within an internal Clojure team alongside the likes of Chris Houser 😱
Was a little star struck in the interview since he co-wrote the first book I ever read on Clojure with Fogus.
Everyone on the team is US based other than me and one in Australia, so timezones should be fun!
I'll be pairing over a remote Spacemacs session most of the time, I'll have to slide Conjure into the room at some point 👀
How to handle the scenario of a namespace not being defined but wanting to evaluate within it :thinking_face:
And I say "eval this buffer" and it says "I can't because this namespace doesn't exist". Maybe eval buffer and eval file need to not set the namespace.
It's kind of a rare case anyway, but yeah, trying to account for files that aren't in the classpath that you want to load.
Oh, it does work, it's just that this JVM doesn't have tools logging which I'm requiring. Non-issue! Yay!
So, if I have nrepl running and I load up vim and it connects, I should be able to do ,sl
to see my sessions? (in the hud?)
What I see for reference:
; --------------------------------------------------------------------------------
; localhost:35353 (connected)
; --------------------------------------------------------------------------------
; Assumed session: Maine Coon (Clojure)
; --------------------------------------------------------------------------------
; Sessions (1):
; >1 - Maine Coon (Clojure)
; --------------------------------------------------------------------------------
; localhost:5600 (connected)
; --------------------------------------------------------------------------------
; Assumed session: Beauceron (Clojure)
; --------------------------------------------------------------------------------
; Sessions (1):
; >1 - Beauceron (Clojure)
I love your release notes, @olical :) Really brightens my day. (Technically night since I'm in Asia but you know what I mean.)
exactly
I love your release notes, @olical :) Really brightens my day. (Technically night since I'm in Asia but you know what I mean.)
First pass of Janet over netrepl! https://asciinema.org/a/7P3pXAcs1F2stuWr11IzLGFQI