This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-27
Channels
- # announcements (2)
- # beginners (69)
- # boot (2)
- # calva (15)
- # cider (4)
- # cljs-dev (8)
- # cljsrn (1)
- # clojure (38)
- # clojure-spec (2)
- # clojure-uk (6)
- # clojurescript (6)
- # cursive (12)
- # data-science (1)
- # datomic (6)
- # emacs (10)
- # figwheel-main (12)
- # fulcro (41)
- # nrepl (1)
- # re-frame (16)
- # reitit (1)
- # shadow-cljs (6)
- # spacemacs (2)
- # speculative (1)
- # test-check (9)
Ah ok there are just three links to companies using it there, but it's a good place to point people to
which alternative do i have if i want to trace functions to console in the claryvoiant style while still using re-frame-10x? ( for example if i want to trace an utility function that is not an event )
@mateus.pimentel.w re-frame-10x uses a fork of debux, so that might be an option. It has been further developed since we forked from it. It is an under appreciated library.
thanks @mikethompson
I’m getting this error:
2] [:app] Configuring build.
[2] [:app] Compiling ...
[2] WARNING: Use of undeclared Var debux.common.util/prepend-bars-in-title at line 77
[2] WARNING: Use of undeclared Var debux.common.util/*indent-level* at line 77
[2] WARNING: Use of undeclared Var debux.common.util/*indent-level* at line 83
[2] [:app] Build failure:
[2] ------ ERROR -------------------------------------------------------------------
[2] File: jar:file:/Users/pimentel/.m2/repository/philoskim/debux/0.5.4/debux-0.5.4.jar!/debux/cs/core.cljc
[2] failed to require macro-ns "debux.dbgn", it was required by "debux.cs.core"
[2] CompilerException: java.lang.RuntimeException: No such var: sk/insert-skip-form-itself, compiling:(debux/dbgn.clj:128:32)
[2] clojure.lang.Compiler.analyze (Compiler.java:6792)
[2] clojure.lang.Compiler.analyze (Compiler.java:6729)
[2] clojure.lang.Compiler$InvokeExpr.parse (Compiler.java:3813)
[2] clojure.lang.Compiler.analyzeSeq (Compiler.java:7005)
I think that it is because i am not able to use debux with re-frame.tracing at the same time
Would it be okay to suggest changing the namespace used for the debux fork used by re-frame?