Trying to use conjure for cljs repl with figwheel/cider-piggieback #370
Closed
esciafardini
started this conversation in
General
Replies: 2 comments 5 replies
-
Hmm not too sure yet but does this help at all? https://gist.github.com/pyrmont/73d10c74d14f26772fd276c38ee3490d I haven't worked with figwheel etc in a long time so I'll take a while to delve in and fully understand if that recipe doesn't do the trick. That's linked from the shadow-cljs conjure wiki page but it's kinda hidden https://github.com/Olical/conjure/wiki/Quick-start:-ClojureScript-(shadow-cljs) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Working on a project that utilizes the following:
[cider/piggieback "0.4.2"]
[cider/cider-nrepl "0.28.3"]
[figwheel-sidecar "0.5.20" :exclusions [org.clojure/tools.nrepl]]
Members of the team use fireplace like so:
Trying to do something similar in Conjure doesn't work, but maybe I'm doing something wrong...
I get this hanging output in the REPL buffer:
piggieback: (figwheel-sidecar.repl-api/repl-env)
Any ideas for debugging?
Beta Was this translation helpful? Give feedback.
All reactions