Results 3 issues of Nelson Morris

# Problem When a game is running and calls `Net.CreateDefinitions` then `Event`s are created under the `net.out._NetManaged` `Instance` When starting a rojo server using a `"$path"` to load dependencies including...

cdt requires some extra jars in the classpath. There were added for lein1 by adding :extra-classpath-dirs to the project. lein2 does not support this.

It would be nice to be able to use nested params. Example: ``` clojure (request state "/" :params {:user {:name "someone" :address {:line1 "somewhere"} :hobbies ["computers" "raising elephants"]}}) ``` This...