This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-10-02
Channels
- # announcements (12)
- # asami (5)
- # aws (3)
- # babashka (12)
- # beginners (86)
- # calva (14)
- # chlorine-clover (3)
- # cider (13)
- # clara (8)
- # cljdoc (1)
- # cljfx (2)
- # cljsrn (1)
- # clojure (69)
- # clojure-berlin (6)
- # clojure-czech (14)
- # clojure-dev (17)
- # clojure-europe (76)
- # clojure-france (14)
- # clojure-nl (43)
- # clojure-norway (6)
- # clojure-spec (7)
- # clojure-uk (13)
- # clojurescript (4)
- # code-reviews (1)
- # conjure (16)
- # cursive (2)
- # data-science (3)
- # datascript (1)
- # datomic (41)
- # events (4)
- # fulcro (9)
- # hugsql (3)
- # instaparse (5)
- # jobs (3)
- # malli (1)
- # mid-cities-meetup (1)
- # nrepl (22)
- # off-topic (25)
- # onyx (1)
- # pedestal (3)
- # remote-jobs (3)
- # shadow-cljs (61)
- # sql (22)
- # xtdb (12)
I just released Expound 0.8.6. The main change is that it supports the new rewrite of Orchestra (i.e. version 2020.07.12-1 and above) https://github.com/bhb/expound
I've been working on a Sublime Text 4 package for editing Clojure called Tutkain. If you'd like to give it a go, see https://tutkain.flowthing.me. (You'll need a Sublime Text license.)
Is there Sublime 4 @U4ZDX466T
Yes, but it’s currently in alpha. You can use it if you have a Sublime Text 3 license. Check out the Disclaimers section behind that link for a bit more info — there’s a link to the changelog and the Discord where you can find the download links.
Looks like there's a lot of good stuff. Would love to get back to Sublime for development!
@U4ZDX466T Is the project on GitHub or something we can take a look at? I do not have a Sublime Text 3 license, so I can't really try it 😞
There’s a GitHub link in the sidebar at https://tutkain.flowthing.me. But yeah, it’s at https://github.com/eerohele/Tutkain.
@U4ZDX466T Sorry, it's 8AM here, I haven't been caffeinated enough. I'll stop with the stupid questions 😄
No worries at all. 🙂 I’m happy to hear I’m not the only Sublime Text enthusiast around.
Fulcro 3.4.2 is on clojars. Primarily improvements to dynamic routing namespace. • Ability to change routes relative to an unknown parent • Changed order of routing instructions to be depth first to reduce/eliminate flicker • Fixed problem where relative routing could be denied by router that was not being affected (relative route change could still be denied by router above the affected change) https://github.com/fulcrologic/fulcro Actually, use 3.4.2-1. The first one had a CLJ issue for the CLJC file.