Fork me on GitHub
#malli
<
2022-08-04
>
mauricio.szabo23:08:15

Folks, a simple question about .pretty/explain - is it possible to NOT print the full value being matched? The reason is: I have a HUGE data, and it's actually breaking my terminal limit, so I can't actually see the error 😞

ikitommi06:08:12

would be easy to add an option to drop that. please write an issue. Also, see https://github.com/metosin/malli/pull/731

ikitommi06:08:46

e.g. option (or new default) will mask the irrelevant parts of the value. they can be huge.