Moe Aboulkheir

Results 62 comments of Moe Aboulkheir

https://github.com/nervous-systems/cljs-lambda/blob/master/plugin/src/leiningen/cljs_lambda/aws.clj#L143 should rather do`(->cli-args {:name name :output "json"})`

@kennyjwilli Totally open to it.

@kennyjwilli I think that approach is fine. Let me know if there's anything I can do to make the process easier, like removing buried calls to leiningen's `abort` from otherwise...

Thanks for reporting - when I update the template to point to a newer cljs I'll add in a default `:main` (or default to `:simple`). As far as your attempt...

@JimTheMan the semantics of `source-map` change at different optimization levels: https://clojurescript.org/reference/compiler-options#source-map

I'm happy to accept a pr - the leiningen template would be the place to put the change On Fri, 22 Jun 2018, 18:53 the-frey, wrote: > Is there somewhere...

Yeah, that's fine. If it's possible to not emit a CLI arg in the case that the config doesn't specify `:tracing`, that would relax the requirement that all users have...

@zrzka Does lein version show 2.7.2-SNAPSHOT, and/or do you have anything in your profile which might be causing this? That's the same error you'd get with an earlier version of...

@zrzka There is an old version of Jackson on the lein classpath, from either another plugin in your project.clj or leiningen profile. I'm not sure that much can be done...