Maxim Vasilyev

Results 18 comments of Maxim Vasilyev

Thanks for testimonials! About your question - currently I don't have such solution, probably will do this later (have very tight schedule at my job now).

Check out develop branch (9d7ca0afd4029940e7e091b62b9775eb8e1cf4a2)

It's not a bug, array index must be unique to distinct different array items, but not used directly, document order is used instead (see readme). Why do you want to...

You can set _skipEmpty_ parameter to _false_, so it will not skip empty entries, should be enough for validation/error reinjection.

Make array with 'undefined' elements ([0] and [2]) is not ok too. Probably some deserialization method with some hook/callback function can solve this problem, will try to make something.

In my opinion, naming the operator `or` is suboptimal. The issue lies in its ambiguity, as it shares the same name with the boolean `or` operator, despite serving a different...

I personally prefer `??` because it aligns with C#, JS, Swift, and Kotlin, making it a common choice. However, if there's a requirement for the operator to be a word,...