Fork me on GitHub
#cursive
<
2018-01-09
>
yonatanel06:01:15

Is anyone else experiencing no parens highlighting lately?

vikeri09:01:11

I saw https://github.com/anmonteiro/lumo/issues/112 but does anyone know how I actually use lumo with Cursive? Is it supported yet?

manderson17:01:18

With the change in recent Leiningen to enforce SSL for repositories, we have taken to using the :certificate field in our project.clj files to specify the self-signed cert for our internal repo. It is left as a relative path (usually just the cert name as we place it in the root of the project). The problem is that Cursive never can find the file by relative path and fails to load the project. Currently I work around it by adding the fully qualified path and refreshing Leiningen and then removing it again before checking in to VCS, but it's kind of a pain. Is there a config or something I'm missing to get Cursive to recognize the relative path?

manderson17:01:09

Note, running lein from command line finds the cert by relative path just fine. it's just in the ide that there is an issue...

joshkh17:01:40

I'm getting a vague error when I try to run an nREPL via Cursive: 17:29 Error running 'REPL for sk': Invalid javascript engine (javascript) with the standard configuration as such:

joshkh17:01:56

Debug doesn't get me much further. Any thoughts? 🙂

rafael19:01:21

Hi. Noticed that on the latest EAP there is no Keymap panel anymore and several default bindings are set out of the box (I seem to remember some discussion about this here or on the list). Can I find a table of all default bindings somewhere?

rafael20:01:59

Seems like the cursive cheat sheet on the help menu is the table I was looking for

cfleming21:01:13

@joshkh Do you have a plugin using JS, like less or something, in your project.clj?

joshkh23:01:23

@cfleming You must be psychic. Yes, the lein-less plugin.

timgilbert23:01:24

Say, just out of curiosity is there any support for the tools.deps.alpha deps.edn stuff in Cursive? Is it on the roadmap somewhere?