This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-26
Channels
- # announcements (4)
- # beginners (160)
- # boot (2)
- # calva (40)
- # cider (41)
- # clara (24)
- # cljdoc (2)
- # cljs-dev (99)
- # clojars (4)
- # clojure (71)
- # clojure-dev (9)
- # clojure-europe (4)
- # clojure-italy (2)
- # clojure-nl (19)
- # clojure-spec (97)
- # clojure-uk (103)
- # clojurescript (57)
- # core-logic (1)
- # cursive (15)
- # data-science (31)
- # datomic (24)
- # duct (1)
- # emacs (39)
- # events (7)
- # figwheel-main (14)
- # fulcro (44)
- # garden (7)
- # jobs (13)
- # juxt (1)
- # leiningen (29)
- # music (2)
- # nyc (4)
- # off-topic (37)
- # pathom (12)
- # re-frame (26)
- # ring (1)
- # ring-swagger (10)
- # shadow-cljs (35)
- # spacemacs (2)
- # specter (4)
- # test-check (67)
@tony.kay Is there a way to get request params, which are added by middleware, to show up in fulcro inspect? I have data on root level, which I send with every request to the remote.
no, additions by middleware are at the network level at that point. there is no instrumentation for what goes out since there’s already a chrome network tab
trying the fulcro template depyfied version. when I call lein repl it aborts due to time out. if I call clj it brings the repl. if I call clj -A:dev it keeps processing and does not brings the repl. Anyone experiencing this behaviour ?
Java 8 is your best bet for now, though with certain JVM flags (add modules stuff) it works on any
I'll turn off global .clojure http://deps.Im using java 1.8.0_201-b09
no changes. I've updated clj to the last version to see if could help, but no I didn't
the repl shows with clj -A:dev but it takes 3:25,28 total until there. when invoking via lein it times out before that, on a i5 CPU 3.20 GHz
I follow alex miller and He posted https://twitter.com/puredanger/status/1098339220949819393 maybe I'm being affected by this
What version of java 1.8 are you using ?
I'm probably being hit by the bug. Tried in a vm (less powerfull) with java 1.8.0_161 and it starts with 30 s total
Now I'm having a NPE
@tony.kay which version of tools.dep are you using ?
I had 414, downgraded to 411 and the NPE persists
maybe the lein version
I know but the npe was when executing lein repl
Before the pathom update to template I've got a depified project without using lein repl. I'm just trying the template to learn the changes and figured out that lein repl was intended workflow
Out of curiosity. Which repl are you using ?
with latest lein I get another error
@geraldodev lein repl is not the intended workflow
@tony.kay I got that It was not the intended workflow. Sorry I didn't read the readme. I read the guide and It refers to lein repl. I disabled my .lein profile.
Thank you for taking the time for doing this.