This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-11-16
Channels
- # adventofcode (1)
- # announcements (16)
- # babashka (7)
- # beginners (77)
- # calva (31)
- # cider (18)
- # clj-commons (16)
- # cljfx (5)
- # clojars (5)
- # clojure (33)
- # clojure-europe (15)
- # clojure-nl (1)
- # clojure-norway (15)
- # clojure-uk (4)
- # clojurescript (1)
- # conjure (1)
- # core-logic (7)
- # cursive (16)
- # data-science (4)
- # datalevin (6)
- # emacs (20)
- # events (5)
- # fulcro (15)
- # holy-lambda (1)
- # introduce-yourself (1)
- # jobs (2)
- # lsp (30)
- # luminus (3)
- # malli (3)
- # membrane-term (19)
- # missionary (62)
- # off-topic (39)
- # pathom (24)
- # polylith (5)
- # portal (9)
- # practicalli (3)
- # re-frame (16)
- # reagent (5)
- # remote-jobs (1)
- # reveal (21)
- # rewrite-clj (8)
- # shadow-cljs (13)
- # spacemacs (23)
- # sql (12)
- # timbre (2)
- # tools-deps (1)
- # xtdb (4)
Is there anyway to have css autocomplete working in cljs files? I’m working with fulcro and I’d like css classes to be suggested with working with a :className value in the react components. Can IntelliJ or Cursive do this?
I see there is an open issue for it https://github.com/cursive-ide/cursive/issues/1553
Hi is someone seeing this error?
Syntax error compiling at (cursive/deps/project.clj:162:62)
I’m clicking over the deps.edn file and trying to “add as a Clojure deps project”Hi @U0567Q30W here is the screenshot
it happens when clicking this option
Can you send me your log file, please? Help -> Show Log in Finder/Explorer. Email to <mailto:[email protected]|[email protected]> is probably best.
On the transition to deps.edn. Getting this error running a namespace
class java.lang.Character cannot be cast to class java.lang.String (java.lang.Character and java.lang.String are in module java.base of loader 'bootstrap')
No other context. Running via the command line works fine
As Alex said: > can you be more explicit about what “running a namespace” and “running via the command line” mean?
Also, do you have anything suspicious in your log file? Feel free to email it over if you’d rather I checked it.
In the log it just says Error running 'company.dev-main': Error creating run parameters.
can you be more explicit about what "running a namespace" and "running via the command line" mean?
oh, sorry I thought this was a CLI question, didn't realize I was in cursive. (but still probably a good question :)