This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-30
Channels
- # aws (1)
- # bangalore-clj (2)
- # beginners (64)
- # boot (29)
- # cider (4)
- # clara (14)
- # cljsjs (22)
- # cljsrn (24)
- # clojure (248)
- # clojure-austin (5)
- # clojure-berlin (1)
- # clojure-china (5)
- # clojure-france (1)
- # clojure-greece (1)
- # clojure-italy (2)
- # clojure-korea (6)
- # clojure-russia (76)
- # clojure-spec (2)
- # clojure-uk (59)
- # clojurescript (67)
- # cursive (12)
- # datascript (6)
- # datomic (126)
- # defnpodcast (2)
- # devcards (1)
- # docker (1)
- # events (2)
- # hoplon (14)
- # leiningen (1)
- # luminus (2)
- # midje (2)
- # mount (1)
- # off-topic (4)
- # om (6)
- # onyx (8)
- # parinfer (2)
- # perun (6)
- # proton (5)
- # re-frame (41)
- # reagent (6)
- # ring-swagger (3)
- # rum (1)
- # spacemacs (10)
- # specter (12)
- # yada (25)
@cfleming whats the validity duration of the Cursive license? want to make sure I don't miss renewing mine.
also, i get this error when i generate stubs
11:05:50 AM Error generating stubs for module ***: Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
@roelofw what do you mean? call count? if that's what you mean, you need to use a profiler library.
@roelofw isn't (time (some-function ...))
what you need? it measures running time of the function call and prints it into stdout
. it also returns the return value of expression, so you can wrap any function call or expression you want with (time ...)
.
Thanks , @saeidscorp
Not sure if it's related to the update to 2016.3 but I've noticed IntelliJ oscillating between 5% and 50% CPU usage while it is idle
Seems to be related to some file IO I'm doing in the REPL
does anyone use here use Parinfer? how can you live with that unpredictable/unreversible behaviour? 😆
@saeidscorp I switched back from parinfer to paredit after like a day
@bfabry like me. 😒