Fork me on GitHub
#malli
<
2020-09-23
>
Vincent Cantin02:09:57

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

ikitommi05:09:24

@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

👍 3
ikitommi06:09:55

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

dcj23:09:14

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?