specter

Latest version: 1.1.3
funkrider 2018-07-11T21:03:22.000515Z

hi - as a cljs noob I want to try out specter at the repl. I am using (require '[com.rpl.specter :as sp]) and then if i try to invoke a test using: (sp/select [sp/ALL] [1 2]) i get a big nasty error about No protocol method ImplicitNav.implicit-nav defined for type com.rpl.specter/t_com$specter79300: [object Object]]

funkrider 2018-07-11T21:03:31.000450Z

Any help would be most appreciated

nathanmarz 2018-07-11T21:13:10.000075Z

@ian.davies works fine for me

nathanmarz 2018-07-11T21:14:13.000057Z

try doing it from a checkout of specter from github

nathanmarz 2018-07-11T21:14:32.000450Z

run ./scripts/cljs-repl.sh

pepe 2018-07-12T07:44:52.000098Z

I did not know about this. It is cool.

funkrider 2018-07-11T21:26:26.000143Z

oh ok ill give it a go. Thanks @nathanmarz