This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-29
Channels
- # aws (2)
- # babashka (2)
- # beginners (86)
- # calva (1)
- # cider (17)
- # clojure (46)
- # clojure-conj (1)
- # clojure-nl (1)
- # clojure-uk (6)
- # clojurescript (8)
- # clojutre (2)
- # cursive (3)
- # data-science (1)
- # datascript (5)
- # datomic (1)
- # fulcro (9)
- # funcool (5)
- # jackdaw (1)
- # leiningen (6)
- # pathom (2)
- # re-frame (2)
- # rewrite-clj (2)
- # shadow-cljs (19)
- # spacemacs (12)
- # sql (2)
- # vim (26)
Is there a way to make sure all defns are immediately instrumented during development time? Without that I lose instrumentation when I do a defn at the repl.
Clearly writing a new defn macro is a candidate but that's pretty intrusive.
This articulates the nature of problem: https://github.com/Provisdom/defn-spec#why-not-fdef
Hello. anyone wants to share which tools are you using in browser testing? Are you using something like selenium? Cypress?
👾 4
I am using Etaoin: https://github.com/igrishaev/etaoin (there is also #etaoin channel)
I'm interested in this too ^