This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-02-15
Channels
- # announcements (5)
- # babashka (56)
- # beginners (24)
- # biff (15)
- # calva (7)
- # clj-kondo (12)
- # cljsrn (8)
- # clojure (68)
- # clojure-denmark (1)
- # clojure-europe (55)
- # clojure-norway (4)
- # clojure-spec (9)
- # clojure-uk (2)
- # clojurescript (8)
- # cursive (11)
- # data-science (7)
- # datahike (1)
- # datomic (66)
- # emacs (12)
- # etaoin (3)
- # fulcro (10)
- # graphql (3)
- # hyperfiddle (97)
- # jobs (1)
- # kaocha (8)
- # lsp (3)
- # malli (15)
- # meander (1)
- # off-topic (3)
- # overtone (4)
- # polylith (7)
- # rdf (25)
- # re-frame (4)
- # reagent (14)
- # remote-jobs (1)
- # shadow-cljs (126)
- # sql (30)
- # vscode (3)
- # xtdb (8)
I'm trying to make Sente working... but I ran out of ideas... 😄 I can receive ws messages, however I can't send anything to the server. I don't see anything literally wrong with my code, I just think I have forgotten something... I can provide more screenshots in the thread.
I previously found out that it might be because of a bad CSRF token... However even if I try to make a constant CSRF token it still doesn't work... I just don't know how to fix it... 😄
according to https://cljs.github.io/api/cljs.core/array
> The tagged literal #js [1 2 3]
is equivalent to (array 1 2 3)
The only difference I can think of is that I think (array 1 2 3)
depends on the lexical scope (ie. array
could refer to something besides cljs.core/array
)
I'm trying to embed youtube video with reagent & clojurescript. But can't fix this error "Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.youtube.com') does not match the recipient window's origin ('http://localhost:9500')." It's same as in vue https://github.com/kaorun343/vue-youtube-embed/issues/29 but still I stuck with no solution. Anyone tried this before?
The linked issue seems to describe what to do (I assume the fix is adding an explicit host
to the player constructor). Does it not work?
yes, sure I already tried that. Maybe I should try with https://www.npmjs.com/package/react-youtube