Tim Clemons

Results 12 comments of Tim Clemons

Any thoughts on this? Should this project still be considered under development?

I'm certainly willing to submit a pull request, but at the moment I'm trying to reverse engineer how exactly preconditions work in an EDN file. There's one example file I...

That PR looks like a sensible approach. Thanks for the work you put into this!

@dcarley Interesting, I think that might just do the trick. Thanks for the tip!

Can confirm this issue. This also comes into play when `lein deps :tree` reports confusing dependency overrides that don't actually exist. For instance, if we have the transitive dependencies: A...

Any follow-up on this? Would really enjoy a more Clojure-like interface for Spark Streaming.

Having had a look at the code, what I would propose is to have callers of `call-lambda` pass in the entire context-stack, then have the lamda use `context-get` to obtain...

Ok, so instead of the full context stack, how about collapsing it into a single map using `(reduce merge ...)` so that higher-level context values override lower-level. This would preserve...

Another idea: add another supported metadata `:stencil/pass-full-context` where `call-lambda` invokes the lambda with the full stack. If the metadata `:stencil/pass-render` or `:stencil/pass-context` are defined, strip off the first item off...