This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-12-30
Channels
- # adventofcode (1)
- # announcements (1)
- # babashka (5)
- # beginners (344)
- # bristol-clojurians (1)
- # calva (18)
- # cljfx (6)
- # clojure (85)
- # clojure-europe (37)
- # clojure-finland (1)
- # clojure-france (2)
- # clojure-nl (2)
- # clojure-taiwan (3)
- # clojure-uk (17)
- # clojurescript (13)
- # conjure (23)
- # cursive (25)
- # datomic (7)
- # fulcro (62)
- # java (7)
- # jobs-discuss (8)
- # malli (3)
- # off-topic (22)
- # portal (18)
- # reagent (34)
- # reitit (8)
- # releases (3)
- # shadow-cljs (18)
- # tools-deps (1)
I think the rename of master
to main
broke my Plug. Now :PlugStatus
shows this:
x conjure:
Ahead of origin/master by 42 commit(s).
Cannot update until local changes are pushed.
I thought I might be able to fix it with git but it looks like the right version is checked out:
~/.local/share/nvim/plugged/conjure [(HEAD detached at v4.11.0)]
λ git status
HEAD detached at v4.11.0
nothing to commit, working tree clean
So sorry about this, I thought GitHub would handle the redirection, I'll dig into what I can do tomorrow, I might just have to rename it back :(
Hrm, it didn’t seem to help; however, deleting conjure
under ~/.local/share/nvim/plugged
and re-running :PlugInstall
seems to have cleared things up. Thanks!
I'm messing around with this tutorial (I'm on this part: https://github.com/aliaksandr-s/prototyping-with-clojure/tree/master/app/chapter-03/end/visitera) and I can get everything connected and running (even datomic for the first time!) except for the cljs repl portion.
This uses figwheel instead of shadow-cljs so I'm not sure what to do. I connect with ConjureConnect 7002
(the cljs nrepl started by figwheel) but it hooks me into a clj repl instead. I'm not sure what variable I am supposed to feed into ConjurePiggieback ...
if that is what I should be doing instead. Figwheel says its on build: app, but ConjurePiggieback app
gives me an unable to resolve symbol: app
error
Although it looks like the project uses lein-fighweel so you might need ConjurePiggieback (figwheel-sidecar.repl-api/repl-env "app")
instead
That worked! Thank you. I'm not sure I could have found that solution. I'm taking a screenshot. haha. Where did you find that?
I don't remember exactly, maybe https://figwheel.org/docs/vim.html