figwheel-main

figwheel-main http://figwheel.org
just.sultanov 2020-02-28T08:34:26.007100Z

@andrea.crotti Hi! If you want you can try this library without shadow-cljs - https://github.com/just-sultanov/ant-design Unfortunately, I don’t have time to support antd v4.

just.sultanov 2020-02-28T08:37:23.007500Z

Or you can use https://github.com/cljsjs/packages/tree/master/antd directly

2020-02-28T12:21:05.008700Z

ah interesting about that strange problem, the same project definitively runs on my linux machine after a lein clean, and I can even connect remotely from the mac to Linux, so definitively something broken in the mac strangely :face_vomiting:

2020-02-28T12:21:11.009Z

ok well probably nothing to do with figwheel then anyway

achikin 2020-02-28T15:34:49.009900Z

Is it possible to define :before-load and :after-load hooks in configuration file?

achikin 2020-02-28T15:35:13.010500Z

I don’t want to pollute the source code with tool-related metadata

achikin 2020-02-28T15:51:33.011500Z

I’m also confused with launch-node and node-command settings. I can’t track their usages in the source code and don’t completely understand what they do.

achikin 2020-02-28T15:58:13.011900Z

Ah, I see - it’s in a separate project…

achikin 2020-02-28T16:39:47.012300Z

repl.cljc?rel=1582907261370:608 Uncaught TypeError: Cannot read property 'setLevel' of null
    at figwheel$repl$set_log_level (repl.cljc?rel=1582907261370:608)
    at figwheel$repl$init_log_level_BANG_ (repl.cljc?rel=1582907261370:617)
    at figwheel$repl$connect_STAR_ (repl.cljc?rel=1582907261370:620)
    at repl.cljc?rel=1582907261370:629
    at Function.cljs$core$IFn$_invoke$arity$variadic (repl.cljc?rel=1582907261370:629)
    at figwheel$repl$connect (repl.cljc?rel=1582907261370:627)
    at preload.cljs?rel=1582907261426:5
figwheel$repl$set_log_level @ repl.cljc?rel=1582907261370:608
figwheel$repl$init_log_level_BANG_ @ repl.cljc?rel=1582907261370:617
figwheel$repl$connect_STAR_ @ repl.cljc?rel=1582907261370:620
(anonymous) @ repl.cljc?rel=1582907261370:629
(anonymous) @ repl.cljc?rel=1582907261370:629
figwheel$repl$connect @ repl.cljc?rel=1582907261370:627
(anonymous) @ preload.cljs?rel=1582907261426:5
load (async)
(anonymous) @ preload.cljs?rel=1582907261426:5

achikin 2020-02-28T16:39:53.012500Z

I got such a stack trace

achikin 2020-02-28T17:03:41.012800Z

I’ve filed an issue with furter explanations https://github.com/bhauman/figwheel-main/issues/237

achikin 2020-02-28T17:04:09.013500Z

Short story: setting goog.DEBUG to false crashes figwheel-main