Ray McDermott

Results 29 comments of Ray McDermott

My experience today: ```shell $ du -sm node-rdkafka # -m reports size in Mb 432 node-rdkafka $ cd node-rdkafka du -sm * | sort -rn 366 deps 66 build #

I noticed it was reporting an ancient version of `tools.deps.alpha` so I added the most recent: ```clojure {:paths ["src" "resources"] :deps {org.clojure/tools.deps.alpha {:mvn/version "0.9.857"} org.clojure/clojure {:mvn/version "1.10.1"} com.nimbusds/nimbus-jose-jwt {:mvn/version "6.3.1"}}...

I have since learned that using a lein setting pair `:pedantic? abort` would have shown this dependency conflict so it should be the recommended solution

I will double check the errors and see if an update to that page makes sense. The two cases seem quite unrelated so I want to avoid (any further) confusion.

I actually get a different error `NoClassDefFoundError Could not initialize class com.amazonaws.ClientConfiguration base64fun.core/eval1580 (form-init8257767130423178111.clj:1)` So maybe another page?

There might be others but I have made a buildpack that supports tools.deps natively https://github.com/raymcdermott/heroku-deps-build-pack