This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-07-27
Channels
- # announcements (3)
- # babashka (16)
- # beginners (177)
- # calva (102)
- # cider (2)
- # clj-kondo (12)
- # clojars (10)
- # clojure (91)
- # clojure-argentina (3)
- # clojure-australia (5)
- # clojure-europe (16)
- # clojure-nl (1)
- # clojure-uk (10)
- # clojurescript (73)
- # community-development (8)
- # cursive (9)
- # depstar (7)
- # fulcro (5)
- # helix (1)
- # introduce-yourself (1)
- # jobs-discuss (18)
- # lsp (32)
- # luminus (1)
- # malli (2)
- # music (4)
- # off-topic (20)
- # pathom (19)
- # polylith (15)
- # re-frame (4)
- # reagent (6)
- # ring (13)
- # sci (36)
- # shadow-cljs (7)
- # spacemacs (4)
- # sql (3)
- # tools-deps (112)
- # vim (21)
Announcing a https://github.com/cnuernber/tmdjs that includes what I think is the most crucial subset of the dtype-next and tmd apis. This may help those of you trying to bridge server/client pathways with data science workflows and it definitely will help anyone dealing with timeseries data on the client or react-native. The implementation here is much more minimal, about 1/3 the size because the underlying javascript vm doesn't support primitive types like the java vm does so I avoided reams of macro code and interface declarations and such. So in a lot of ways this version is a lot more 'pure' than the desktop jvm version :-). Try it out and let me know what you think 🙂.
Citrus v3.3.0 has been released with a backwards compatible “escape hatch” allowing you to change Citrus’ default behavior quite significantly. We’ve been using it to pass the entire application state to controller methods among other things. https://cljdoc.org/d/clj-commons/citrus/3.3.0/doc/changelog
[com.wsscode/pathom3 "2021.07.27-alpha"]
is out! 🎉
- Support disable input destructuring validation on pco/resolver with the flag ::pco/disable-validate-input-destructuring?
- Run ::pco/transform
before running the resolver validations
- Fixed bug when combining batch + disabled cache + missing outputs doing infinite loops
- Add p.eql/process-one
and p.a.eql/process-one
helpers
Full changelog at https://github.com/wilkerlucio/pathom3/blob/master/CHANGELOG.md