Re: [ANN] clj-tree-layout

2018-04-11 Thread Frozenlock
Looks great, thanks! On Tuesday, April 10, 2018 at 5:19:59 PM UTC-4, Juan Monetta wrote: > > Hi everybody! > > Maybe someone else find this useful. > > clj-tree-layout A library > for laying out tree nodes in 2D space for Clojure and ClojureScript.

Re: Real time stuartsierra/component system visualisations

2015-01-24 Thread Frozenlock
Amazing, thanks a lot! On Monday, January 19, 2015 at 7:18:35 AM UTC-5, JUAN ANTONIO Ruz wrote: > > Hi folks, > > just sharing here [milesian/system-diagrams > ] a tool to get real time > system visualisations of your internal protocol calls in > stu

Re: Clojurescript to target JVM?

2014-11-21 Thread Frozenlock
Really interested by this. The startup time has always been a big no-no every time I was tempted to use Clojure on Android. On Friday, November 21, 2014 12:50:58 PM UTC-5, Uday Verma wrote: > > Hello Everyone, > > I was at this pretty interesting meet-up yesterday where Sam Beran [1] > showed h

Re: [ANN] friendui 0.3.0

2014-06-27 Thread Frozenlock
Looks nice! I'll try to think to use it in my next project. One little problem I can see is the sendmail requirement. Isn't there a way to add a remote SMTP? (Like with the postal library?) On Wednesday, June 25, 2014 4:05:38 PM UTC-4, Sven Richter wrote: > > Hi, > > I just wanted to announce f

[ANN] Historian : drop-in state management for React (Om / Reagent / ...)

2014-06-01 Thread Frozenlock
Hello there! https://github.com/Frozenlock/historian One of the big sales pitch of React.js (and cljs immutable data structure) is how it enables us to easily make 'undo'. Here's a library that does just that. You tell it which atom(s) you want to be able to undo/redo and it w