This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-11-19
Channels
- # admin-announcements (8)
- # beginners (90)
- # boot (69)
- # bristol-clojurians (3)
- # cider (32)
- # cljs-dev (2)
- # cljsrn (22)
- # clojure (45)
- # clojure-art (2)
- # clojure-poland (102)
- # clojure-russia (91)
- # clojurescript (38)
- # cursive (27)
- # datomic (45)
- # devcards (7)
- # emacs (45)
- # gorilla (25)
- # hoplon (3)
- # jobs (1)
- # ldnclj (7)
- # off-topic (4)
- # om (176)
- # onyx (3)
- # portland-or (7)
- # re-frame (12)
- # reagent (64)
- # yada (26)
Warning: When you are upgrading your current jetbrains licence to the toolbox licence you will loose the remaining days on your current licence. So please wait to the last days.
I'll put in another +1 for spacemacs -- I'm a lifelong vimmer, and I've been really glad I made the transition. It's about 95% a seamless transition, and the learning curve on the other 5% is a bit steep, but once you're used to it, it's a definite improvement.
Well it is the classic 'religious' emacs vs vim 'debate'. Personally I think modal editors are nearly unusable. I wanted a new 'environment' for my emacs and I tried Spacemacs for about 2 days - nearly went crazy. 😕 Dumped it and rigged a new one myself from a simple starter (which does include org mode as well).
Has anyone successfully used New Relic with an uberjared Clojure app on Elastic Beanstalk ?
I'm getting weird errors like Error opening zip file or JAR manifest missing : /var/app/current/newrelic.jar
and Error occurred during initialization of VM
agent library failed to init: instrument
My Procfile script is
web: java -javaagent:/var/app/current/newrelic.jar -jar target/myapp.jar