This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-02-11
Channels
- # announcements (1)
- # beginners (84)
- # boot (325)
- # cbus (1)
- # cider (13)
- # cljs-dev (1)
- # cljsjs (1)
- # cljsrn (15)
- # clojars (8)
- # clojure (221)
- # clojure-czech (2)
- # clojure-ireland (8)
- # clojure-madison (28)
- # clojure-poland (176)
- # clojure-russia (111)
- # clojurebridge (7)
- # clojurescript (75)
- # community-development (70)
- # conf-proposals (19)
- # core-async (29)
- # css (12)
- # cursive (66)
- # datavis (15)
- # datomic (61)
- # devcards (15)
- # dirac (2)
- # editors (13)
- # emacs (9)
- # funcool (7)
- # hoplon (13)
- # jobs-discuss (5)
- # ldnclj (39)
- # ldnproclodo (1)
- # lein-figwheel (3)
- # leiningen (21)
- # liberator (26)
- # off-topic (12)
- # om (153)
- # onyx (168)
- # parinfer (165)
- # proton (21)
- # quil (5)
- # re-frame (58)
- # reagent (4)
- # ring-swagger (12)
- # spacemacs (3)
- # yada (120)
Things seem to be working okay, but I get this error on launch every time.
Another thing - I’m not familiar with the file format of the .proton
file (is it clojurescript?) and having a heck of a time trying to translate some configuration stuff.
I’m trying to set the colors for terminal-plus
and cannot get any translation of this code to work:
"terminal-plus":
ansiColors:
normal:
blue:
red: 22
green: 120
blue: 219
alpha: 1
@jessejanderson .proton
file is edn
.
regarding "terminal-plus" settings you can try
["terminal-plus.ansiColors" {:normal {:red 22 :green 120 :blue 219 :alpha 1}}]
I was trying to add reagent
to project dependencies. And got error from atom
Cannot find module 'react'
@thheller, can you please help with this?@geksilla: what are you trying to do? don't quite understand. package.json is not something shadow-build works with or requires
if you require the normal react
or react-dom
packages I'd advise not using the cljsjs versions
@geksilla: ah ha! Thanks, that format worked.
Anyone have ideas about this? https://clojurians.slack.com/archives/proton/p1455165331000635
ahh - thanks! via Proton but i guess it didn’t work somehow