Fabian Kapuścik
Fabian Kapuścik
Any news regarding this issue? Experiencing the same problem on commit [21a406dcc535](https://github.com/asaskevich/govalidator/commit/21a406dcc535d9c8a8fcc1a3b7f51b2718c30065) but not only for `strings` - had the same error for validating `int64`. Seems that the `required` flag...
So I tried analyzing it with `valgrind --tool=massif` and also `heaptrack` but it doesnt show anything significant in memory usage. I have been using go's `pprof` but it also seemed...
I tested it further with different versions of libxml2 and unfortunately it didn't help - but maybe I missed the right one. I also tried it with smaller files and...
First of all, thanks for your answer. I would like to clarify our use case a little bit more. We are building a multi-tenant platform, where every tenant can provision...