This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-30
Channels
- # announcements (4)
- # babashka (3)
- # beginners (5)
- # calva (20)
- # cider (12)
- # clj-kondo (7)
- # cljs-dev (2)
- # clojure (76)
- # clojure-uk (4)
- # clojuredesign-podcast (8)
- # clojurescript (18)
- # clojutre (1)
- # cursive (9)
- # data-science (27)
- # datomic (2)
- # fulcro (32)
- # graalvm (4)
- # jackdaw (5)
- # jobs (2)
- # joker (5)
- # lumo (20)
- # off-topic (18)
- # pathom (3)
- # shadow-cljs (18)
- # sql (5)
- # tools-deps (1)
- # vim (11)
Hi guys. Is it possible to introduce ClojureScript in a JavaScript progect? I tried to find something online but could no find anything.
Take a look at https://shadow-cljs.github.io/docs/UsersGuide.html#_creating_code_npm_code_packages
Thank you for the help @UFHB0T69M. I will look there.
@UQSTWJABD I did this a lot on the past, if you want any help you can ping me 🙂
I just realised that (inc nil) yields 1 in CLJS but null in clojure. It's there somewhere a list of the differences?
Hello everybody, I'm getting a TypeError: Cannot read property x of undefined
for every x in a certain namespace. Googling didn't get me very far. I'm using figwheel-main.
Forget it, I din't require the namespace in my entry point.
anybody using threeagent (https://github.com/DougHamil/threeagent) here? for the life of me, I cannot seem to be able to cast shadows with it and I don't quite understand what the problem is
This is offtopic here, but I vaguely remember that you have to enable a flag on each object which should receive cast shadows, enabling the feature is not enough
Thanks, I know it's way off topic here but couldn't find an appropriate channel for it. Yes I know you need to enable casting and receiving per object