lein-gorilla icon indicating copy to clipboard operation
lein-gorilla copied to clipboard

A leiningen plugin for the Gorilla REPL

Results 4 lein-gorilla issues
Sort by recently updated
recently updated
newest added

Dear Jony, Thank you for Gorilla. Sadly, SUN/Oracle's Java 10 doesn't like it. From below it sounds not Gorilla-specific, but this seems to be the place to report. ``` #...

Without it, `lein gorilla` fails with following exception: ``` ojure.lang.Compiler$CompilerException: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter, compiling:(org/httpkit/server.clj:1:1) at clojure.lang.Compiler.load (Compiler.java:7391) ```

Supports https://github.com/JonyEpsilon/gorilla-repl/pull/270.

As is, you must pass the `:ip` and `:port` keys when starting the gorilla server via lein. Why can't we just allow users to set their port and ip in...