Dean Chapman
Dean Chapman
This patch is my original work and I license the work to the sbt-revolver project under the project’s open source license.
Hi, I thought I'd be able to get json output with cucumber jvm by using system props: ``` clojure -J-Dcucumber.options="-p json:target/x.json" -Sdeps '{:deps {lambdaisland/kaocha {:mvn/version "0.0-418"} lambdaisland/kaocha-cucumber {:mvn/version "0.0-46"}}}' -m...
Flag to show events when tests are passing described in waffle 186. `truffle test --show-events`
Add --tests flag to watch. In issue 269 people were expecting --tests to run tests after a rebuild. I've added this. Note it diverts to the test task rather than...
As discussed in #2
With this schema: ``` ^{:lacinia/tag-recursive true :datomic/tag-recursive true} Dentist [ ^ID id ^Address primaryAddress ^Boolean doesImplants] ^{:lacinia/tag-recursive true :datomic/tag-recursive true} Doctor [ ^ID id ^Address primaryAddress ^Boolean generalPractitioner] ``` a...
Added custom type map by passing in opts as second param to schema (i.e. {:custom-type-map {"DateTime" 'DateTime}} )
Hi, would you be open to a PR allowing custom scalars to be added to the schema, or the ability to alter the (currently private) mappings?