Julien Desgats
Julien Desgats
I suspected that issue could occur for very big schemas. @Tieske fix works, it not as efficient as local variables, but it probably don't have a significant overhead either, this...
Yes, I did it that way initially to return as fast as possible as I am using this library to validate untrusted network payloads (actually the error is not even...
Hi, I don't have any plans to implement that anytime soon unfortunately. I'd happily review a pull request but I don't have time to work on this at the moment.
Thanks for the report. What happened is that I never considered this library is finished, or stable. Therefore I never bother publishing it to Luarocks, @3scale did before I had...
Thank you for your report. It turns out that openresty replace the coroutine API with its own one, that causes this error... Not sure yet if this is a bug...