Divyansh Prakash
Divyansh Prakash
My `projects.clj` has these: ``` clojure [org.clojure/java.jdbc "0.3.3"] [org.postgresql/postgresql "9.2-1002-jdbc4"] [lobos "1.0.0-beta3"] ``` Getting this error every time I try to migrate: ``` java org.postgresql.util.PSQLException: ERROR: syntax error at or...
Netty 4.1 onwards support HTTP/2. Here's an example of a [server](http://netty.io/4.1/xref/io/netty/example/http2/helloworld/server/Http2Server.html).
It's not always feasible to write the entire spec inside the `>defn`, since the assertion predicates might be fairly involved and can end up being as big as the function...
We currently need to create seperate `>defn`s and delegate to them. Adding `>defmethod` macros would ease this.
This PR fixes #33 Example: ```clojure (defmulti demo pos?) (>defmethod demo true [x] [pos? => nil?] (println "It's positive")) (>defmethod demo false [x] [(s/or :zero zero? :neg neg?) => nil?]...
Is it abandoned?
Hugit should be installable on any machine by running: `npm install hugit`