malli

https://github.com/metosin/malli :malli:
2020-09-23T02:24:57.001200Z

@ikitommi This issue might be interesting for Malli, specially before the release. https://github.com/green-coder/minimallist/issues/8

ikitommi 2020-09-23T05:16:24.002300Z

@vincent.cantin that is the case of mixing :map and :map-of right? the issue and discussion in malli-side here: https://github.com/metosin/malli/issues/43

👍 1
ikitommi 2020-09-23T06:51:55.003900Z

discussion about dates, need this (date range validation) in a work project, comments welcome: https://github.com/metosin/malli/issues/49

ikitommi 2020-09-23T06:57:50.004400Z

a good backgrounder: http://widdindustries.com/ecma-temporal-vs-java-time/

2020-09-23T23:43:14.009200Z

I have some code I wrote a few months back that made use of map-entries which is now gone... IIRC, map-entries returned a collection of [key properties value-schema] ? AFAICT in my old code, I would get this, and access the key or the properties, what should I do to move my code to entries? What exactly is a -val-schema?