This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-22
Channels
- # adventofcode (26)
- # aleph (34)
- # announcements (10)
- # babashka (71)
- # beginners (80)
- # biff (7)
- # calva (1)
- # cider (4)
- # cljdoc (12)
- # clojure (8)
- # clojure-belgium (1)
- # clojure-europe (11)
- # clojure-nl (3)
- # clojure-norway (18)
- # clojure-sg (3)
- # clojure-sweden (2)
- # clojurescript (18)
- # clojutre (4)
- # conjure (1)
- # core-logic (4)
- # datahike (1)
- # datascript (3)
- # emacs (27)
- # exercism (1)
- # gratitude (12)
- # introduce-yourself (4)
- # joyride (1)
- # lsp (46)
- # malli (3)
- # membrane (2)
- # nbb (1)
- # off-topic (3)
- # other-languages (7)
- # pedestal (4)
- # portal (3)
- # practicalli (1)
- # rdf (33)
- # re-frame (11)
- # releases (1)
- # ring (1)
- # scittle (34)
- # shadow-cljs (10)
- # squint (12)
- # tools-deps (89)
- # tree-sitter (2)
- # xtdb (14)
https://github.com/thheller/shadow-cljs/issues/1071 I updated this issue with a small repo that can reproduce the bug. If you install version 2.19.2 the redirect works as expected, but with the newest version it doesn’t
Hi guys, I need some help. I'm scratching my head over an error I have with a released bundle. The webapp runs fine in dev mode, but when loading the released bunde statically, it crashes with an "a is null" error. There is no obvious case of "nth" somewhere. --debug doesn't tell me anything. The error even appears if I don't even mount the react stuff. Once I comment that out, basically nothing should happen. I checked all explicit "def"s that could get statically loaded - nothing. Does anybody have an idea what I can do to figure out what's wrong? What I'd need is a version of the compiled code without method/variable "obfuscation". Is that possible?
will be still obfuscated but in a way that lets you figure out what the original was
I knew there was an arcane option! Thank you very much! 🙂
I want to ensure cljs.pprint
is only used from a certain module, but stating this in shadow-cljs.edn
gives me:
[:main] Build failure:
Module Entry "cljs.pprint" was moved out of module ":scittle.pprint".
It was moved to ":scittle" and used by #{:scittle.pprint :scittle}.
^C%
since shadow itself presumably uses this for dev tooling. It works in the production build though. Any way around this?