announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
bbrinck 2020-10-02T00:37:13.082Z

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

🤘 1
🎉 8
flowthing 2020-10-02T06:36:28.082600Z

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.)

👍 6
🦜 4
vncz 2020-10-02T13:34:16.085300Z

Is there Sublime 4 @flowthing

flowthing 2020-10-02T13:37:12.085500Z

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.

vncz 2020-10-02T13:38:15.085700Z

Thanks, I'm very curious about it

vncz 2020-10-02T13:38:39.085900Z

Looks like there's a lot of good stuff. Would love to get back to Sublime for development!

flowthing 2020-10-02T13:39:11.086100Z

Well, for what it’s worth, I’ve really been enjoying it so far.

vncz 2020-10-02T13:39:53.086300Z

@flowthing 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 😞

flowthing 2020-10-02T13:42:11.086700Z

There’s a GitHub link in the sidebar at https://tutkain.flowthing.me. But yeah, it’s at https://github.com/eerohele/Tutkain.

vncz 2020-10-02T13:42:59.087Z

@flowthing Sorry, it's 8AM here, I haven't been caffeinated enough. I'll stop with the stupid questions 😄

flowthing 2020-10-02T13:43:39.087200Z

No worries at all. 🙂 I’m happy to hear I’m not the only Sublime Text enthusiast around.

tony.kay 2020-10-02T20:41:14.090900Z

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.

🎉 14