This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-01-23
Channels
- # aleph (14)
- # announcements (2)
- # babashka (8)
- # bangalore-clj (2)
- # beginners (66)
- # calva (8)
- # cider (1)
- # clj-kondo (24)
- # cljdoc (3)
- # cljs-dev (3)
- # cljsrn (2)
- # clojure (197)
- # clojure-europe (1)
- # clojure-india (5)
- # clojure-italy (4)
- # clojure-nl (27)
- # clojure-uk (18)
- # clojurescript (56)
- # code-reviews (19)
- # core-async (86)
- # cursive (16)
- # data-science (1)
- # datomic (16)
- # docker (3)
- # events (1)
- # fulcro (101)
- # graalvm (7)
- # graphql (16)
- # jobs (1)
- # jobs-discuss (6)
- # kaocha (4)
- # luminus (1)
- # off-topic (93)
- # onyx (3)
- # pathom (9)
- # planck (2)
- # re-frame (8)
- # reagent (3)
- # reitit (3)
- # remote-jobs (3)
- # shadow-cljs (21)
- # test-check (3)
- # tools-deps (21)
- # vim (16)
@austin021 not yet, I've been working on a solution to this exact problem, but I can't promise any timeline, the work is been done in this branch: https://github.com/wilkerlucio/pathom-viz/tree/standalone-electron, the idea is to a have a standalone electron app that you can connect parsers directly, until that's ready the best is to setup a fulcro app just enough that you have access to the tools check 馃憞
I am glad to see there is progress on it! Do you know how close your solution is? Perhaps close enough I can finish getting it working for me with my little-to-no knowledge of fulcro?
not so easely, there are some decisions to be made and new UI to support some things like multiple connections, would require some Fulcro knowledge at this point, thanks for the offer
@austin021 there is actually this way of doing for now: https://github.com/wilkerlucio/pathom-viz/blob/master/docs/standalone.adoc
just add these files: https://gist.github.com/thenonameguy/851d3ad5edf14c2246cc9bb06f8433da
Thanks @thenonameguy! That worked great! To anyone else who wants this, I simply have a resolver connected to a 'POST' endpoint that receives/sends transit. The only thing I had to add was a step to filter out 'fn' objects from the response so transit could serialize it.