leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
Thomas Lisankie 2019-11-11T22:53:59.100300Z

Hey all, I'm trying to run the example Sente project (https://github.com/ptaoussanis/sente/tree/master/example-project), however I'm getting quite a few errors that I suspect are related to my environment. I can't figure out for the life of me what the problem is though. Attached is the feedback/errors I get when I try to run lein start. My lein version is Leiningen 2.8.1 and Java version is Java 1.8.0_222 OpenJDK. All on Ubuntu 18.04.

2019-11-11T23:23:10.101500Z

Reflection warnings are warnings that executing certain interop calls may be slow, but they should still work. You can ignore those for now, unless performance for your application is terrible and you want to improve it.

2019-11-11T23:23:28.101800Z

The file containing the full report should give more clues.