Marc Limotte
Marc Limotte
I would love to see this functionality because I have a similar need. Is there any update?
I've written my own abstraction on top that uses a ring style to attach additional behaviors like this. So I have a wrap-decode-payload wrapper that support JSON or EDN based...
Hi Andrew, Ryan, Can you be more specific about which aspects of lemur you want to use as a library? Which functions or namespaces? Is it just the stuff in...
That's a good call, Andrew. I don't think the work is large (roughly create a context object and change functions use the global context to accept an extra arg instead);...
Issue created: https://github.com/TheClimateCorporation/lemur/issues/23 On Sun, Feb 2, 2014 at 9:33 AM, Marc Limotte [email protected] wrote: > That's a good call, Andrew. I don't think the work is large (roughly >...
We should update CHANGES.txt also. And, eventually, the version number and the README-- but maybe we do those post-commit.
You can avoid the monkeypatch, using this trick in your jobdef: (require '[com.climate.services.aws.emr :as emr] '[com.climate.services.aws.common :as aws]) (import com.amazonaws.services.elasticmapreduce.AmazonElasticMapReduceClient) (defn eu-west-1-emr-client [aws-creds](doto %28AmazonElasticMapReduceClient. aws-creds%29 %28.setEndpoint))) ... (with-bindings {#'emr/_emr_ (aws/aws...
No one is working on it, to my knowledge. If you want to give it a try, I'm happy to provide feedback. On Thu, Sep 18, 2014 at 12:24 PM,...
Combining lemur.tool and lemur.command-line into a single namespace as lemur.command-line seems reasonable. lemur.command-line/quit should probably be re-named, as it won't actually quit anymore.
No IRC channel. But you can reach out to me over google chat (marc at climate dot com). We can discuss the core/command-line problem. On Thu, Sep 25, 2014 at...