Fork me on GitHub
#fulcro
<
2018-04-23
>
levitanong03:04:59

Awesome! Will do when I get to the office. :D

levitanong05:04:00

@steveb8n usage docs please 😛

steveb8n05:04:47

yep working on that now

steveb8n05:04:06

stuck on a recursive spec using cljc. it’s always something

steveb8n11:04:05

@levitanong usage is up in docs. still a few bugs to sort out but that will work if you lein install manually

levitanong11:04:34

@steveb8n how about installation? is this up on clojars?

steveb8n11:04:06

Not yet. Probably in a day or two

steveb8n11:04:21

Just clone and lein install for now

levitanong15:04:54

this is showing on stu.html:

Invalid summary data!
{:cljs.spec.alpha/problems [{:path [], :pred (clojure.core/<= 1 (cljs.core/count %) 9007199254740991), :val [], :via [:stu.core/summaries], :in []}], :cljs.spec.alpha/spec :stu.core/summaries, :cljs.spec.alpha/value []}

steveb8n00:04:06

that’s because it assumes there are already snapshots in place. I’ve just updated the docs

steveb8n00:04:27

I’ll also add a error message to the CLI when no data is found

levitanong04:04:32

Awesome, got it to work. Will play with it and get it to work with my project over the week

myguidingstar14:04:01

@parameme fyi, it took me only 40 lines of code to define Walkable schema for the Realworld server spec

😁 4
myguidingstar14:04:41

for each api endpoint, we only need several lines to write an appropriate pull query to return the data

myguidingstar14:04:33

but that doesn't cover mutation, though