You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
I find that onyx + clojure.spec combine nicely together, mainly using spec to coerce raw segment data from one format to another, eg from csv to datomic. There is one annoyance when using clojure 1.9 alphas with onyx though: the warnings below are written to the log at the start of every onyx job. I think the first warning is fixed in plumatic/schema from version 1.1.2, so do you think you could bump the onyx version from 1.0.5?
WARNING: Inst already refers to: #'clojure.core/Inst in namespace: schema.core, being replaced by: #'schema.core/Inst
WARNING: any? already refers to: #'clojure.core/any? in namespace: clj-fuzzy.helpers, being replaced by: #'clj-fuzzy.helpers/any?
As for the second, in clj-fuzzy, not so sure what the strategy should be here.
The text was updated successfully, but these errors were encountered:
I find that onyx + clojure.spec combine nicely together, mainly using spec to coerce raw segment data from one format to another, eg from csv to datomic. There is one annoyance when using clojure 1.9 alphas with onyx though: the warnings below are written to the log at the start of every onyx job. I think the first warning is fixed in plumatic/schema from version 1.1.2, so do you think you could bump the onyx version from 1.0.5?
As for the second, in clj-fuzzy, not so sure what the strategy should be here.
The text was updated successfully, but these errors were encountered: