This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-12-12
Channels
- # adventofcode (135)
- # announcements (1)
- # beginners (192)
- # boot (5)
- # calva (130)
- # cider (42)
- # cljdoc (4)
- # cljs-dev (6)
- # cljsrn (3)
- # clojure (222)
- # clojure-europe (2)
- # clojure-greece (5)
- # clojure-italy (24)
- # clojure-nl (23)
- # clojure-russia (1)
- # clojure-spec (6)
- # clojure-uk (67)
- # clojurescript (35)
- # cursive (39)
- # datomic (61)
- # emacs (17)
- # figwheel (3)
- # figwheel-main (2)
- # fulcro (12)
- # hyperfiddle (10)
- # juxt (3)
- # leiningen (10)
- # nrepl (35)
- # off-topic (34)
- # onyx (3)
- # pathom (6)
- # quil (5)
- # re-frame (29)
- # reitit (6)
- # ring (1)
- # ring-swagger (8)
- # shadow-cljs (37)
- # spacemacs (9)
- # sql (9)
- # tools-deps (24)
- # unrepl (1)
- # vim (1)
I've tried using Support Viewer but I have problems with CSRF
Namely the fulcro app inside support viewer that loads history doesn't have the requisite middleware and I see no opportunity to install one..
@roklenarcic ah, yeah, I have not had a chance to update the viewer in quite a while, and I’m not going to have time any time soon…It is a small amount of code, just use the source.
While using support viewer I've noticed that my compressible transactions are not compressed in history. Do I need to call a specific thing before sending history, to have it compressed?
@roklenarcic that would be a bug. compressible transactions that are adjacent should be auto-elided
@souenzzo you’d have to be more specific…I can think of about a donzen diff things you could be talking about
I need to store a element to pass as parameter to other element in one Component
Like this: <Popover anchorEl={anchorEl}>
where anchoerEl
is setted on onClickHandler
with this.anchoerEl = evt.currentTarget
https://material-ui.com/utils/popover/#simple-popover