This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-19
Channels
- # announcements (5)
- # babashka (13)
- # beginners (62)
- # calva (46)
- # cider (24)
- # clj-kondo (4)
- # clojure (12)
- # clojure-europe (21)
- # clojure-hungary (1)
- # clojure-nl (1)
- # clojure-norway (18)
- # clojure-uk (6)
- # clojuredesign-podcast (4)
- # clojurescript (9)
- # conjure (1)
- # core-async (5)
- # datomic (3)
- # emacs (1)
- # holy-lambda (14)
- # hyperfiddle (36)
- # jobs-discuss (3)
- # joyride (7)
- # lsp (35)
- # om-next (1)
- # pedestal (11)
- # podcasts-discuss (1)
- # practicalli (2)
- # releases (3)
- # sci (17)
- # shadow-cljs (5)
- # testing (4)
- # tools-deps (10)
- # vim (2)
- # xtdb (5)
Memento had a major release 1.1.49 which reduces call-stack size by a lot. More importantly, license has been changed from EPL to MIT. https://github.com/RokLenarcic/memento
Memento Redis release 0.2.16 brings compatibility with Memento 1.1.x and license change from EPL to MIT. https://github.com/RokLenarcic/memento-redis
Hi everybody, happy to announce the creation of the https://github.com/flow-storm! which is now home of all flow-storm related
projects that were previously on my github. Additionally I also deployed artifacts for each project under the organization's name.
Here is a quick rundown of the new projects repos and their new artifacts :
ā¢ FlowStorm debugger: https://github.com/flow-storm/flow-storm-debugger , [com.github.flow-storm/flow-storm-dbg "3.8.1"]
ā¢ ClojureStorm: https://github.com/flow-storm/clojure, [com.github.flow-storm/clojure "1.11.1-11"]
and [com.github.flow-storm/clojure "1.12.0-alpha4_5"]
ā¢ ClojureScriptStorm: https://github.com/flow-storm/clojurescript , [com.github.flow-storm/clojurescript "1.11.60-4"]
ā¢ Hansel: https://github.com/flow-storm/hansel, [com.github.flow-storm/hansel "0.1.79"]
ā¢ http://www.flow-storm.org landing page: https://github.com/flow-storm/flow-storm-landing
ā¢ CiderStorm: https://github.com/flow-storm/cider-storm
The user guide has also been moved here https://flow-storm.github.io/flow-storm-debugger/user_guide.html
Cheers!
I'd like announce https://github.com/danielmiladinov/burpless, a library I just released, for facilitating writing cucumber tests from Clojure