This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-04-20
Channels
- # aws-lambda (8)
- # beginners (37)
- # cider (43)
- # cljs-dev (12)
- # clojure (121)
- # clojure-italy (19)
- # clojure-nl (1)
- # clojure-poland (1)
- # clojure-russia (14)
- # clojure-spec (6)
- # clojure-uk (98)
- # clojurescript (28)
- # core-async (1)
- # cursive (7)
- # datomic (4)
- # emacs (63)
- # events (8)
- # fulcro (19)
- # graphql (4)
- # hoplon (3)
- # mount (1)
- # nrepl (101)
- # off-topic (15)
- # om (3)
- # pedestal (2)
- # portkey (31)
- # protorepl (2)
- # re-frame (26)
- # reagent (26)
- # reitit (2)
- # shadow-cljs (58)
- # spacemacs (8)
- # specter (5)
- # sql (56)
- # test-check (11)
- # tools-deps (48)
- # vim (52)
@arrdem When you set connection dispatch to static
there’s a command for setting the default connection. The dynamic dispatch doesn’t work very well with connections to the same project, as it uses the project directory to select the right connection. At some point I really need to sit down and think more about the connection switching.
@bozhidar honestly just being able to click on the CIDER connection in the status bar and pick which connection is active mysef\lf would be fine
Would have been nice for a general emacs connection manager but it hasn't materialized
@dpsutton There used to be just static dispatch, but it was annoying for people using multiple projects, so I came up with the dynamic concept at some point, but I didn’t think much about some of the implications in the beginning - like what to do with connections without a project, multiple connections for the same project, etc. Then cljs conns came along and made the dynamic stuff even more complex. 😄
I really don’t think it’s rocket science to make things work even without a fancy session manager. Someone just needs to think on this for a few days and implement something that’s actually consistent and reasonably well thought out.
And his branch was sitting there with the promise of work but he got busy and had a child I think
Indeed. He helped with many important improvements, it’s a pity he doesn’t have time for CIDER these days.
I think cursive has an easier time because each instance of it intellj bounds the connections. But in emacs you could visit files from many projects
Same goes for @malabarba - he was so instrumental in many of the key features back in the day. It’s very depressing to see great people come and go. Seems I’m the only one left from the beginning. Everyone else retired for one reason or another.
No I never knew what happened. I guess he's at a company that doesn't allow open source
I think he’s just pretty busy. While he was doing a lot of open-source he was a PhD student and had a lot of free time on his hands, but I think afterwards he got very focused on his job.
That happens. When I started working on CIDER I had orders of magnitude more free time and things were happening at a different pace. Putting some much time in a project that’s just a hobby is a huge investment for me. I guess I love all of you too much! 😄
I should have fixed the style issues on my cider-nrepl pr. Travis is being slow so I'm packing it in. will try to finish the emacs side of content type handlers and maybe connection switching.
I’m thinking more and more about using CircleCI instead. Travis has been abysmally slow lately.
@dominicm True. I still have this pipe dream that some Clojure company would be interested to fund the development of essential tooling for a year or two. So much can be done for nrepl, cider-nrepl, orchard and cljs-tooling that’s going to be meaningful outside cider as well. But companies relatively care about such investments. But when I decide to change jobs I certainly plan to do some fund raiser and try to spend working for a few months on tooling just for fun and relaxations.
The past 6 years as a technical executive have been quite stressful to say the least. 😄
Clojurists Together probably couldn't fund a full few months at this point, but I'm not certain. Probably worth finding out.
I guess that’s another reason why I love working on oss projects so much - a breath of fresh air after a day of meetings, dramas and bullshit. 😄
We haven’t got the exact $ amount determined yet, but I’ll get it soon. It should be in that ballpark though
I would love to be able to fund someone full time but we don’t have enough support yet
I have the same dreams @bozhidar one of the reasons i started contracting again. So i can take breaks between gigs and focus on family and oss. Which esentially means funding my own oss work... Wonder nowadays how this will work out.