Len Weincier

Results 3 issues of Len Weincier

From project.clj ``` :output-to "resources/cognician/datomic-doc/js/main.min.js" :output-dir "target/js/main/cognician/datomic-doc/main" ``` Looks like `:output-dir` must be a parent of `:output-to` ``` ✗ lein package Compiling ClojureScript... Warning: protocol #'cognician.datomic-doc.datomic/DatabaseReference is overwriting function as-db...

I have the datomic pro version building from source with no issues however when I try to connect to a url like `datomic:sql://test?jdbc:postgresql://db.example.com:5432/datomic?user=datomic&password=datomic` or `datomic:dev://localhost:4334/test` I get an exception trying...

I would like to add an option to enable the x grid / x axis fucntionality on the command line : ``` --x-grid MINUTE:10:HOUR:1:HOUR:4:0:%X ``` Any pointer on where I...