This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-11-09
Channels
- # aleph (3)
- # beginners (327)
- # calva (3)
- # cider (20)
- # cljdoc (59)
- # cljs-dev (40)
- # clojure (104)
- # clojure-dev (30)
- # clojure-italy (8)
- # clojure-nl (36)
- # clojure-russia (3)
- # clojure-spec (3)
- # clojure-uk (79)
- # clojurescript (54)
- # community-development (5)
- # cursive (28)
- # data-science (21)
- # datomic (35)
- # emacs (14)
- # expound (1)
- # figwheel (2)
- # figwheel-main (82)
- # fulcro (18)
- # graphql (13)
- # jobs (12)
- # jobs-discuss (38)
- # kaocha (8)
- # lambdaisland (1)
- # lumo (12)
- # off-topic (20)
- # onyx (4)
- # re-frame (51)
- # reagent (12)
- # reitit (8)
- # ring-swagger (1)
- # shadow-cljs (22)
- # slack-help (2)
- # spacemacs (6)
- # specter (16)
- # testing (3)
released Incubator 0.0.14. This removes the ghostwheel dependency, but adds the useful spec notation from ghostwheel to spec-helpers in incubator itself.
If I pull in Incubator and copy the login example, I get a dependency error. The required namespace "clojure.test.check" is not available, it was required by "cljs/spec/test/alpha.cljs".
Just add latest test.check?
@U0CKQ19AQ wow, so do you plan on creating a library like ghostwheel
?
Still trying to find time to get fluent with clojure.spec, keeping an eye ghostwheel, love a lot of the concepts there but seems like I'm getting a bit more than I would want like https://bit.ly/2Pj4kg9
I droped ghostwheel, and just pulled in the syntax DSL (which is all I really wanted) into incubator
question/suggestion. does it make sense to just move to pathom as the 'default' query/mutation handling for fulcro? And perhaps treat defquery* like the older form handling (not necessarily deprecated, but not preferred ). given the fact that the docs already make it clear that that's the preferred approach for anything non-trivial and that @wilkerlucio’s latest changes make connect setup even easier, seems like it might make sense for new users/apps to not even have to bother
we have talked about it, if @U0CKQ19AQ agree I can do the change, I would like to release pathom 2.2.0 final before that, the last bit its missing is how to handle code updates to refresh the index with the new format, currently its not so good because you have to reconstruct the parser, so I'm experimenting with ways to make that simpler for the users
ah gotcha, but yeah, just a little extra glue like that would probably make for a nice smooth experience. is the parser construction particularly expensive?
its not, its just annoying because if you are using the workspaces card to try queries out you have to keep refreshing the card when you do updates
yeah, we’re at least planning to add an option to the lein template generator…then book updates…it’s trivial to code, just all the other crap takes time 🙂