This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-04-13
Channels
- # babashka (45)
- # babashka-sci-dev (15)
- # beginners (72)
- # biff (4)
- # calva (3)
- # clj-on-windows (67)
- # clj-otel (1)
- # cljfx (7)
- # clojure (74)
- # clojure-austin (1)
- # clojure-dev (4)
- # clojure-europe (6)
- # clojure-gamedev (1)
- # clojure-germany (5)
- # clojure-losangeles (6)
- # clojure-nl (3)
- # clojure-uk (6)
- # clojured (2)
- # clojurescript (42)
- # core-typed (2)
- # cursive (4)
- # emacs (18)
- # events (1)
- # fulcro (13)
- # humbleui (8)
- # introduce-yourself (2)
- # kaocha (11)
- # leiningen (5)
- # lsp (16)
- # malli (8)
- # off-topic (69)
- # pathom (38)
- # pedestal (3)
- # reagent (17)
- # releases (3)
- # shadow-cljs (10)
- # spacemacs (6)
- # sql (1)
- # tools-deps (5)
- # xtdb (20)
Hi Colin, I have a couple Babashka integration issues I’m running into.
1. I use the EnvFile plugin to share a .env
file between direnv and the IntelliJ Run/Debug configs. It works just fine with a normal clojure repl, but the EnvFile tab is missing from the BB REPL. Is there something different about the BB REPL that could be changed, e.g. like in https://github.com/cursive-ide/cursive/issues/2160?
2. Minor note: I have a scripts/
dir and place BB scripts in it, I get lots of complaints about “Namespace name does not correspond to filesystem hierarchy”. Nothing seems to make it go away, neither renaming, nor marking scripts
as a sources root.
OK, it’s https://github.com/cursive-ide/cursive/issues/2677 . I took a closer look at the second one, and I think it’s a clj-kondo error, not Cursive.