This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-08-11
Channels
- # admin-announcements (1)
- # aws (2)
- # beginners (32)
- # boot (147)
- # capetown (1)
- # cider (11)
- # cljs-dev (45)
- # cljsrn (57)
- # clojure (187)
- # clojure-russia (5)
- # clojure-spec (97)
- # clojure-uk (33)
- # clojurescript (33)
- # cloverage (17)
- # clr (4)
- # conf-proposals (93)
- # core-async (6)
- # cursive (9)
- # data-science (1)
- # datomic (24)
- # defnpodcast (1)
- # devcards (3)
- # emacs (3)
- # hoplon (95)
- # jobs (1)
- # off-topic (7)
- # om (97)
- # onyx (32)
- # overtone (1)
- # parinfer (4)
- # pedestal (1)
- # proton (1)
- # protorepl (13)
- # re-frame (4)
- # reagent (10)
- # specter (14)
- # untangled (40)
@mikethompson: I just stumbled on the macro wiki page ( https://github.com/Day8/re-frame/wiki/Macros--WIP ), and I think that macro would be super useful to include in the library. In the last days I was thinking about writing a macro to abstract a bit on the view components (like form2
or form3
macros). Why it's still considered a WIP?
does anyone have experience selenium testing reframe applications? i’m getting a really weird vehavior where essentially select(‘input').setValue(‘[email protected]’)
is too slow and incorrectly populates the input… sometimes the result is fbar, foob, foa, etc. It’s almost like reframe dispatch cycles cannot keep up with the selenium driver?
it seems to only happen with inputs past a certain length, 8+ish … should I move the input to on-blur before updating the app db, dispatch-sync that particular input? what could possibly cause the app to be dropping input?
@lwhorton: No experience with selenium, but would any of the suggestions in http://sqa.stackexchange.com/questions/8451/how-can-i-reduce-the-execution-speed-in-webdriver-so-that-i-can-view-properly-wh help you troubleshoot?