This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-19
Channels
- # announcements (5)
- # babashka (49)
- # beginners (11)
- # biff (5)
- # calva (123)
- # clerk (9)
- # cljdoc (5)
- # cljs-dev (9)
- # clojure (62)
- # clojure-europe (32)
- # clojure-nl (1)
- # clojure-norway (54)
- # clojure-uk (3)
- # clojurescript (30)
- # community-development (5)
- # cursive (9)
- # devops (5)
- # events (1)
- # fulcro (35)
- # graalvm (10)
- # gratitude (3)
- # hyperfiddle (9)
- # jobs (3)
- # keechma (1)
- # lsp (10)
- # malli (14)
- # off-topic (42)
- # overtone (1)
- # releases (3)
- # shadow-cljs (66)
- # squint (153)
- # xtdb (19)
Hi everybody! I'm happy to announce the release of FlowStorm 3.13.0!
http://www.flow-storm.org/ aims to enhance your Clojure[Script] interactive programming experience by allowing you to record on demand and explore your programs executions.
This is a non comprehensive list of improvements since the last announcement here :
• All possibly expensive slow operations are now easily interruptible. This includes :
◦ List functions calls
◦ List prints with the printer
◦ Values search
◦ Multi-thread timeline rendering
◦ All power stepping tools
◦ Quick jump (funny that the quick jump can be slow :P)
• All functions that collect from the timeline will report as they run, no need to wait til the end. This includes :
◦ List functions calls
◦ List prints with the printer
◦ Multi-thread timeline rendering
• A https://flow-storm.github.io/flow-storm-debugger/user_guide.html#_debugging_infinite_looprecursion configurable from the UI that acts as a fuse/breaker for auto-stopping recording.
• A much improved https://flow-storm.github.io/flow-storm-debugger/user_guide.html#_function_calls, which now also list returns values and where everything auto updates.
• https://flow-storm.github.io/flow-storm-debugger/user_guide.html#_exceptions_debugging traveling through functions boundaries
• Added a menu bar at the top with a bunch of functions to help with discoverability
• Better support for multiple monitors, specially on mac.
• A new https://flow-storm.github.io/flow-storm-debugger/user_guide.html#_power_stepping called identity-other-thread
that helps you follow values in other threads.
• A much improved https://flow-storm.github.io/flow-storm-debugger/user_guide.html#_programmable_debugging. It is now much easier to explore your recordings from your repl.
• And a bunch of bug fixes, themes improvements, and more ...
Repo: https://github.com/flow-storm/flow-storm-debugger
As usual, feedback is welcome, and show up in #flow-storm if you have any questions!
https://github.com/lispyclouds/contajners 1.0.4 released: Contajners is an idiomatic, data-driven, REPL friendly clojure client for OCI container engines like docker and podman. #babashka compatible too! This release adds support for the brand new https://github.com/containers/podman/releases/tag/v5.0.0! Happy contajning! 📦
looks like the #C8V0BQ0M6 api analysis failed
yeah it cant handle the cljc conditionals to make it bb compatible. not sure how to handle it
ah okay