Fork me on GitHub
#announcements
<
2022-08-10
>
Eugen10:08:44

So many improvements. Great work! I like poly is using XDG directories - a ton of improvements. Will update to it out now and give feedback.

Eugen21:08:29

we upgraded and so far so good. I will implement tests via polylith soon 🤞

👍 1
jpmonettas12:08:08

FlowStorm Clojure and ClojureScript debugger 2.3.131 is out FlowStorm is a Clojure and ClojureScript debugger with some unique features. 2.3.131 includes new features : - New lazy and recursive value inspector (https://jpmonettas.github.io/flow-storm-debugger/user_guide.html#_value_inspector) - New tap tool to work with tap> (https://jpmonettas.github.io/flow-storm-debugger/user_guide.html#_taps_tool) - Support for light and dark themes, in selected or automatic mode. Checkout the user guide for more info. (thanks to Liverm0r!) - Thread tabs can be closed and reordered - New functions for shutting down the debugger gracefully (for using in state components) and a bunch of bug fixes. Github repo : https://github.com/jpmonettas/flow-storm-debugger/ User Guide https://jpmonettas.github.io/flow-storm-debugger/user_guide.html Show up in #flow-storm if you are interested in this kind of stuff. Cheers!

👍 10
clojure-spin 13
🎉 7
vemv13:08:44

Interesting! It would help me (and likely other would-be users) to have an intro paragraph in the github explaining the what/why of the project i.e. I see that it's a debugger, why should I pick yours? (nowadays I don't use a debugger at all tbh, open to going back to them)

jpmonettas13:08:01

hi @U45T93RA6, sure, good idea. I gave a talk reacently that goes over exactly that question, the slide is here: https://youtu.be/A3AzlqNwUXc?t=102

vemv13:08:15

great read, thank you!