This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-12-19
Channels
- # admin-announcements (1)
- # adventofcode (14)
- # announcements (2)
- # asami (7)
- # babashka (9)
- # beginners (41)
- # calva (43)
- # cider (31)
- # clerk (2)
- # clojure (34)
- # clojure-europe (17)
- # clojure-nl (1)
- # clojure-norway (166)
- # clojure-uk (7)
- # clojurescript (4)
- # datomic (1)
- # fulcro (10)
- # garden (1)
- # hoplon (2)
- # humbleui (4)
- # hyperfiddle (12)
- # jobs-discuss (6)
- # quil (6)
- # ring (6)
- # shadow-cljs (55)
- # squint (8)
- # xtdb (26)
I made the obligatory "todo app" to show off defacto
in action: https://github.com/skuttleman/defacto-todo
... now back to building fun things with it.
http://www.flow-storm.org/ 3.9.0, a Clojure[Script] debugger with some unique features. This new release comes with some new features, a bunch of bug fixes and UX improvements. New features • A new https://flow-storm.github.io/flow-storm-debugger/user_guide.html#_bookmarks • Support for https://flow-storm.github.io/flow-storm-debugger/user_guide.html#_key_bindings • Support multiple remote debugger instances at the same time. Useful for debugging https://flow-storm.github.io/flow-storm-debugger/user_guide.html#_multiple_clojurescript_builds, like web workers. Changes • Upgrade to JavaFX 21 (fixes macOs apple silicon issue) • Pushes minimal supported JDK version to 17, but you can still https://flow-storm.github.io/flow-storm-debugger/user_guide.html#_run_with_jdk_11 if you need • Improved keyboard event handling system to support different layouts (like dvorak) • Improved current expression follow • Removed annoying double scrolling in code panes • Make code stack pane jump on double-click Bugs fixed • Fix "Add to prints" not showing on Vanilla • Enter on time box focus the code Show up in #flow-storm if you have any feedback/questions!