Fork me on GitHub
#cursive
<
2021-11-16
>
stuartrexking03:11:16

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?

Wilson Velez21:11:33

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”

cfleming03:11:14

Where are you seeing this error? Can you post a screenshot?

Wilson Velez12:11:49

Hi @U0567Q30W here is the screenshot

Wilson Velez12:11:31

it happens when clicking this option

cfleming23:11:23

Can you send me your log file, please? Help -&gt; Show Log in Finder/Explorer. Email to <mailto:[email protected]|[email protected]> is probably best.

emccue22:11:39

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

cfleming03:11:13

As Alex said: > can you be more explicit about what “running a namespace” and “running via the command line” mean?

cfleming03:11:35

Also, do you have anything suspicious in your log file? Feel free to email it over if you’d rather I checked it.

emccue03:11:10

and running on the command line i do clj -A:dev -M -m company.dev-main

emccue03:11:37

In the log it just says Error running 'company.dev-main': Error creating run parameters.

emccue03:11:00

unless there is like a log file i should check

Alex Miller (Clojure team)22:11:56

can you be more explicit about what "running a namespace" and "running via the command line" mean?

Alex Miller (Clojure team)22:11:28

oh, sorry I thought this was a CLI question, didn't realize I was in cursive. (but still probably a good question :)