This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-01-17
Channels
- # aws (2)
- # beginners (34)
- # boot (39)
- # cider (28)
- # cljs-dev (2)
- # cljsrn (30)
- # clojure (195)
- # clojure-austin (6)
- # clojure-dev (6)
- # clojure-dusseldorf (1)
- # clojure-france (1)
- # clojure-russia (139)
- # clojure-spec (25)
- # clojure-uk (66)
- # clojurescript (125)
- # community-development (1)
- # core-async (42)
- # cryogen (1)
- # cursive (22)
- # datascript (6)
- # datomic (67)
- # docker (1)
- # emacs (7)
- # events (1)
- # garden (3)
- # hoplon (15)
- # jobs (3)
- # lein-figwheel (10)
- # leiningen (3)
- # luminus (4)
- # mount (2)
- # nginx (1)
- # off-topic (101)
- # om (42)
- # om-next (6)
- # onyx (7)
- # proton (1)
- # protorepl (4)
- # re-frame (15)
- # reagent (30)
- # remote-jobs (1)
- # ring (8)
- # ring-swagger (17)
- # rum (1)
- # spacemacs (2)
- # sql (1)
- # yada (50)
Hi. Will do.
hi, how can i set up cursive repl to start lein ring server-headless? i would like to have one jvm process consuming memory not two like at the moement. i tried to put arg into Edit Configuration:->Common options:->Parameters: ring server-headless 8000
but restarting the repl seems not to start a server on 8000…. Am i missing something?
A few people have asked about getting the Cursive website onto a CDN. As a result of a power outage taking out my server for 6 hours or so yesterday, I did an emergency migration to AWS/CloudFront. I’ve been meaning to do it for a while and I was hoping to do it in a more relaxed fashion, but it should be done now - DNS is currently propagating.
I have some more loose ends to tie up tomorrow (mostly redirects from other domains) but the main site should be good and fast from everywhere.
Is it a known problem that you cannot add dots when refactoring namespaces? I get x.y is not a valid identifier
when I try to refactor the name of a namespace from y
to x.y
Or is there something I'm missing 🙂
The dot implies that you’ve created a subdirectory x
and moved y
into it. The refactoring tool doesn’t seem to handle moving the file and/or creating the subdirectory, so that would explain why the dot is disallowed.
hi, how can i set up cursive repl to start lein ring server-headless? i would like to have one jvm process consuming memory not two like at the moement. i tried to put arg into Edit Configuration:->Common options:->Parameters: ring server-headless 8000
but restarting the repl seems not to start a server on 8000…. Am i missing something?
@karol.adamiec I do it the other way around: I start the ring server first, and then set up a Remote REPL to connect to the server
well that would work for me as well
how do i start a remote repl ? lein ring server-headless seems to not expose nrepl?
do you have incantation at hand?
hmm, I think it’s built in to the luminus template I use, let me see if I can scare it up in the source
Getting some good hits searching for “repl”, but I gotta run. Maybe do “lein new luminus ring-repl” plus whatever options you want to enable? Shouldn’t be too hard to pull the remote repl settings out of that
thx, i found that you have to pass :nrepl key to lein ring server
should work out now 🙂
:thumbsup:
It looks like the unused binding highlighting is not working for me, has anyone seen this?
@narek Check if the inspection is turned on, Settings->Editor->Inspections->Clojure
@cfleming you may consider this too: http://blog.trello.com/going-public-roadmapping-with-a-public-trello-board
@dragoncube Yeah, that’ll be my backup plan