malli

https://github.com/metosin/malli :malli:
mike_ananev 2020-07-19T09:08:26.180700Z

@ikitommi Hi. Is there any roadmap for the first release? (How many features/errors should be improved/fixed before release? )

ikitommi 2020-07-19T10:34:15.183400Z

@mike1452 just the https://github.com/metosin/malli/pull/212 I think. But it seems to be a rabbit hole, can’t do the error thing in it elegantly with the current api, need either to discover a simple resolution for it, to change the explain (internal) api or the LensSchema api.

ikitommi 2020-07-19T10:35:57.185300Z

also, checked the regal-malli integration, and might do a quick re-pacakge of the protocols so that implementing a new schema instance doesn’t require requiring all malli namespaces.

ikitommi 2020-07-19T10:37:04.186400Z

all small things, the first release will be alpha with 98% stabile public api and 80% stabile internal. try to get all the breaking things (for the better) before the release.

mike_ananev 2020-07-19T11:57:32.186600Z

👍