This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-11-04
Channels
- # announcements (4)
- # babashka (15)
- # beginners (147)
- # bristol-clojurians (8)
- # calva (6)
- # chlorine (39)
- # clj-kondo (29)
- # clojure (95)
- # clojure-australia (1)
- # clojure-berlin (1)
- # clojure-europe (24)
- # clojure-nl (3)
- # clojure-spec (185)
- # clojure-uk (98)
- # clojured (2)
- # conjure (3)
- # core-async (26)
- # crux (5)
- # datomic (11)
- # etaoin (1)
- # events (1)
- # fulcro (26)
- # graalvm (3)
- # graphql (4)
- # jobs (7)
- # jobs-discuss (1)
- # kaocha (12)
- # leiningen (21)
- # malli (2)
- # meander (2)
- # parinfer (3)
- # pathom (3)
- # pedestal (5)
- # remote-jobs (2)
- # shadow-cljs (71)
- # spacemacs (2)
- # sql (4)
- # tools-deps (22)
- # tree-sitter (1)
- # vim (2)
hello all, I started shadow-cljs with pedestal integration, so, the web server is not in shadow-cljs. What is happen if I use somthing like this? I tried to use embded connection but it fails
Sounds like you'll need to connect to a socket REPL in the web server then @fabrao
It's just a JVM option (I have socket REPL under a :socket
alias for that so I can combine it with anything else).
Hello Sean, I did it into clojure session, but in clojurescript repl for connect embeded
is not working
Shadow Socket-REPL was given an wrong token. Please, be sure you have the Shadow-CLJS compiler running and watching some build-id
<- returning this
@fabrao the best thing you can do is to run shadow over lein
or deps
, so a single socket-repl is used to connect both to the pedestal and clojurescript
So then, when you connect to the REPL on lein
or deps
, shadow will also be present
Have you verified you can run it from the command-line, and prep'd your clj-kondo cache for your project per the clj-kondo README?
macOS? Linux? The Atom package for the clj-kondo linter needs to be able to find the executable on the path. How/where did you install the command-line executable?
is it possible to start atom from your shell, similar to how you can start vscode from the shell using $ code
?
I use zsh but I just switched over to bash to try that. I'm getting bash: -X: invalid option
. When ran bash atom
I was promoted to install linter-ui-default. Still not seeing any linter messages
linter-ui-default installed but was disabled from a previous attempt at setting this up.