This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-08-23
Channels
- # announcements (2)
- # beginners (246)
- # boot-dev (1)
- # braveandtrue (3)
- # calva (13)
- # cider (26)
- # cljs-dev (6)
- # clojure (75)
- # clojure-finland (4)
- # clojure-germany (39)
- # clojure-italy (1)
- # clojure-mexico (1)
- # clojure-nl (14)
- # clojure-spec (61)
- # clojure-uk (104)
- # clojurescript (125)
- # cursive (20)
- # datomic (1)
- # emacs (2)
- # figwheel-main (91)
- # fulcro (29)
- # graphql (9)
- # jobs (3)
- # jobs-discuss (9)
- # juxt (13)
- # liberator (2)
- # luminus (1)
- # off-topic (15)
- # parinfer (8)
- # re-frame (70)
- # reagent (35)
- # reitit (24)
- # remote-jobs (5)
- # ring-swagger (3)
- # shadow-cljs (127)
- # spacemacs (34)
- # yada (6)
@richiardiandrea How are you importing that project?
@cfleming Import Project, expand and seelect deps.edn
, then filling up the next window with path to clojure
A couple of quirks, my clojure
is in a custom folder and for some reason the locale is CA
. I opened an issue but feel free to ping me here any time
@richiardiandrea Can you add the full stack trace for the locale error to that issue?
Sure I can do that, how do I get it though? It is the only thing I see in that window
You could try this: Help->Edit Custom VM Options…, enter -Duser.country=US
there, restart and see if that helps.
Will try that thanks a lot afk right :)
added them! I was wondering if you have a spare Cursive logo file somewhere so that I cna use it in a blog post?
You could snag the one from the homepage, it’s an SVG: https://cursive-ide.com/images/logo.svg
Also @richiardiandrea did adding the locale fix the exception?
Thank you! And unfortunately not
Oh ok will try
Hi there, cursive successfully retrieved dependency (using generate -> add to dependency), but REPL doesn’t seem to find it: returns fileNotFoundException:
CompilerException java.io.FileNotFoundException: Could not locate yada/yada__init.class or yada/yada.clj on classpath., compiling:(core.clj:1:1)
@chokheli For that dependency to show up you’ll have to refresh your project to ensure the dep is synced to IntelliJ, and then restart your REPL.