Aaron Dixon

Results 6 issues of Aaron Dixon

Is there a way in zprint to configure whether a trailing parens: - aligns with the open or indent according to arg/body indent? ``` (foo ) ``` instead of ```...

For certain use-cases I need proper generic signatures on the class generated by `ProxyFactory`. I think this would be a simple matter of implementing `ProxyFactory.setGenericSignature` to retain the provided string...

In many cases it is useful/essential to rely on predictable tree traversal order. DFS variants include _in-order_, _post-order_, _pre-order_ [1]; BFS is knowns as _level-order_. The current contract of `walk()`...

enhancement

@vlaaad Cool project! In evaluating `cljfx` I played around with your `cljfx/hn` reference project and ended fixing up a few things along the way. I'm happy to factor out any...

https://beam.apache.org/documentation/programming-guide/#dynamic-timer-tags Beam's new dynamic timers can be used to set ad hoc timers from Clojure where any Clojure function could be provided as the callback. Something like this, from within...

enhancement