Fork me on GitHub
#juxt
<
2020-05-01
>
rschmukler15:05:37

Hey juxt folk! Are you guys potentially open to PRs for tick that starts adding doc strings to the API functions? I understand that it's all alpha so maybe there's some throwaway work... still if I find myself with some free time I was debating diving in

dvingo23:05:24

Pretty sure PRs for what you describe would be welcome, see here in the Tick section: http://widdindustries.com/clojure-time-libs-update/

rschmukler15:05:15

Also potentially replacing all the def s with defn or specifying arglist metadata for editor integrations?

👍 4
dvingo23:05:11

This one always gets me too..

(t/inst (t/today))
Error: No protocol method IConversion.inst defined for type object: 2020-05-01

dvingo23:05:20

I would expect this behavior:

(t/inst (t/at (t/today) (t/midnight)))